Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h72 enum view_3d_format view_format; member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c491 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE || in calculate_viewport()
492 stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) { in calculate_viewport()
573 bool top_bottom_split = stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM; in calculate_recout()
676 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
678 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
2322 if (stream->view_format == VIEW_3D_FORMAT_NONE) in set_vendor_info_packet()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1142 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
2436 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
2447 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1122 ((pipe->stream->view_format == in dcn_validate_bandwidth()
1124 pipe->stream->view_format == in dcn_validate_bandwidth()