Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/modules/info_packet/
Dinfo_packet.c144 …if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FOR… in mod_build_vsc_infopacket()
462 if (stream->view_format == VIEW_3D_FORMAT_NONE) in mod_build_hf_vsif_infopacket()
/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c591 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()
975 stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE || in calculate_mpc_slice_in_timing_active()
986 if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) { in calculate_mpc_slice_in_timing_active()
1198 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
1200 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
1493 (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_TOP_AND_BOTTOM && in resource_build_scaling_params()
1494 pipe_ctx->stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE)); in resource_build_scaling_params()
1495 if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in resource_build_scaling_params()
1497 else if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in resource_build_scaling_params()
/drivers/gpu/drm/amd/display/dc/
Ddc_stream.h217 enum view_3d_format view_format; member
/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_hwseq.c73 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1710 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
3189 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
3200 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/drivers/gpu/drm/amd/display/dc/dml/calcs/
Ddcn_calcs.c1240 ((pipe->stream->view_format == in dcn_validate_bandwidth()
1242 pipe->stream->view_format == in dcn_validate_bandwidth()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c1925 if ((pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
1927 pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
Ddcn20_hwseq.c2386 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()