Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c142 …if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FOR… in mod_build_vsc_infopacket()
435 if (stream->view_format == VIEW_3D_FORMAT_NONE) in mod_build_hf_vsif_infopacket()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c449 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()
665 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE || in calculate_viewport()
666 stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) { in calculate_viewport()
778 stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM; in calculate_recout()
781 stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM; in calculate_recout()
857 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
859 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h167 enum view_3d_format view_format; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c1549 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
3193 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
3204 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calcs.c1255 ((pipe->stream->view_format == in dcn_validate_bandwidth()
1257 pipe->stream->view_format == in dcn_validate_bandwidth()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2744 if ((pipe->stream->view_format ==
2746 pipe->stream->view_format ==
H A Ddcn20_hwseq.c2040 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()