Home
last modified time | relevance | path

Searched refs:plane_format (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/media/platform/qcom/venus/
Dhelpers.c1201 pconstraint.plane_format[0].stride_multiples = 128; in venus_helper_set_format_constraints()
1202 pconstraint.plane_format[0].max_stride = 8192; in venus_helper_set_format_constraints()
1203 pconstraint.plane_format[0].min_plane_buffer_height_multiple = 32; in venus_helper_set_format_constraints()
1204 pconstraint.plane_format[0].buffer_alignment = 256; in venus_helper_set_format_constraints()
1206 pconstraint.plane_format[1].stride_multiples = 128; in venus_helper_set_format_constraints()
1207 pconstraint.plane_format[1].max_stride = 8192; in venus_helper_set_format_constraints()
1208 pconstraint.plane_format[1].min_plane_buffer_height_multiple = 16; in venus_helper_set_format_constraints()
1209 pconstraint.plane_format[1].buffer_alignment = 256; in venus_helper_set_format_constraints()
1831 plane_actual_info.plane_format[0].actual_stride = width; in venus_helper_set_stride()
1832 plane_actual_info.plane_format[0].actual_plane_buffer_height = height; in venus_helper_set_stride()
[all …]
Dhfi_cmds.c1060 info->plane_format[0] = in->plane_format[0]; in pkt_session_set_property_1x()
1062 info->plane_format[1] = in->plane_format[1]; in pkt_session_set_property_1x()
1299 info->plane_format[0] = in->plane_format[0]; in pkt_session_set_property_6xx()
1301 info->plane_format[1] = in->plane_format[1]; in pkt_session_set_property_6xx()
Dhfi_helper.h1005 struct hfi_uncompressed_plane_actual plane_format[2]; member
1011 struct hfi_uncompressed_plane_constraints plane_format[2]; member
/linux-6.1.9/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c340 plane_format(struct rcar_du_plane *plane) in plane_format() function
372 prio += plane_format(plane)->planes * 4; in rcar_du_crtc_update_planes()
384 if (plane_format(plane)->planes == 2) { in rcar_du_crtc_update_planes()