Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c677 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()
956 stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE || in calculate_mpc_slice_in_timing_active()
959 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_mpc_slice_in_timing_active()
970 if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) { in calculate_mpc_slice_in_timing_active()
1202 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
1204 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
1634 (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_TOP_AND_BOTTOM && in resource_build_scaling_params()
1635 pipe_ctx->stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE)); in resource_build_scaling_params()
1636 if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in resource_build_scaling_params()
1638 else if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in resource_build_scaling_params()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h230 enum view_3d_format view_format; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c76 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1995 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
3480 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
3491 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1240 ((pipe->stream->view_format == in dcn_validate_bandwidth()
1242 pipe->stream->view_format == in dcn_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1912 if ((pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
1914 pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2706 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()