Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/qcom/venus/
Dhelpers.c1203 pconstraint.plane_format[0].stride_multiples = 128; in venus_helper_set_format_constraints()
1204 pconstraint.plane_format[0].max_stride = 8192; in venus_helper_set_format_constraints()
1205 pconstraint.plane_format[0].min_plane_buffer_height_multiple = 32; in venus_helper_set_format_constraints()
1206 pconstraint.plane_format[0].buffer_alignment = 256; in venus_helper_set_format_constraints()
1208 pconstraint.plane_format[1].stride_multiples = 128; in venus_helper_set_format_constraints()
1209 pconstraint.plane_format[1].max_stride = 8192; in venus_helper_set_format_constraints()
1210 pconstraint.plane_format[1].min_plane_buffer_height_multiple = 16; in venus_helper_set_format_constraints()
1211 pconstraint.plane_format[1].buffer_alignment = 256; in venus_helper_set_format_constraints()
1849 plane_actual_info.plane_format[0].actual_stride = width; in venus_helper_set_stride()
1850 plane_actual_info.plane_format[0].actual_plane_buffer_height = height; in venus_helper_set_stride()
[all …]
Dhfi_cmds.c1061 info->plane_format[0] = in->plane_format[0]; in pkt_session_set_property_1x()
1063 info->plane_format[1] = in->plane_format[1]; in pkt_session_set_property_1x()
1323 info->plane_format[0] = in->plane_format[0]; in pkt_session_set_property_6xx()
1325 info->plane_format[1] = in->plane_format[1]; in pkt_session_set_property_6xx()
Dhfi_helper.h1025 struct hfi_uncompressed_plane_actual plane_format[2]; member
1031 struct hfi_uncompressed_plane_constraints plane_format[2]; member
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_crtc.c335 plane_format(struct rcar_du_plane *plane) in plane_format() function
367 prio += plane_format(plane)->planes * 4; in rcar_du_crtc_update_planes()
379 if (plane_format(plane)->planes == 2) { in rcar_du_crtc_update_planes()