Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/
A Ddc_spl_translate.c100 spl_in->basic_out.view_format = (enum spl_view_3d)stream->view_format; in translate_SPL_in_params_from_pipe_ctx()
121 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in translate_SPL_in_params_from_pipe_ctx()
A Ddc_stream.h224 enum view_3d_format view_format; member
/drivers/gpu/drm/amd/display/modules/info_packet/
A 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/sspl/
A Ddc_spl.c221 spl_in->basic_out.view_format != SPL_VIEW_3D_SIDE_BY_SIDE || in calculate_mpc_slice_in_timing_active()
232 if (spl_in->basic_out.view_format == SPL_VIEW_3D_TOP_AND_BOTTOM) { in calculate_mpc_slice_in_timing_active()
452 if (spl_in->basic_out.view_format == SPL_VIEW_3D_SIDE_BY_SIDE) in spl_calculate_scaling_ratios()
454 else if (spl_in->basic_out.view_format == SPL_VIEW_3D_TOP_AND_BOTTOM) in spl_calculate_scaling_ratios()
736 (spl_in->basic_out.view_format != SPL_VIEW_3D_TOP_AND_BOTTOM && in spl_handle_3d_recout()
737 spl_in->basic_out.view_format != SPL_VIEW_3D_SIDE_BY_SIDE)); in spl_handle_3d_recout()
738 if (spl_in->basic_out.view_format == SPL_VIEW_3D_TOP_AND_BOTTOM) in spl_handle_3d_recout()
740 else if (spl_in->basic_out.view_format == SPL_VIEW_3D_SIDE_BY_SIDE) in spl_handle_3d_recout()
A Ddc_spl_types.h474 enum spl_view_3d view_format; // TODO: View format Check if it is chroma subsampling member
/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c630 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()
909 stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE || in calculate_mpc_slice_in_timing_active()
912 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_mpc_slice_in_timing_active()
923 if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) { in calculate_mpc_slice_in_timing_active()
1155 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
1157 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
1587 (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_TOP_AND_BOTTOM && in resource_build_scaling_params()
1588 pipe_ctx->stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE)); in resource_build_scaling_params()
1589 if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in resource_build_scaling_params()
1591 else if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in resource_build_scaling_params()
/drivers/gpu/drm/amd/display/dc/dml2/
A Ddml2_utils.c549 if ((stream->view_format == in dml2_is_stereo_timing()
551 stream->view_format == in dml2_is_stereo_timing()
/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
A 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/hwss/dcn10/
A Ddcn10_hwseq.c1959 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
3442 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
3453 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/drivers/gpu/drm/amd/display/dc/dml/calcs/
A 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/resource/dcn20/
A Ddcn20_resource.c1910 if ((pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
1912 pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
A Ddcn20_hwseq.c2712 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()

Completed in 42 milliseconds