Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/modules/info_packet/
A Dinfo_packet.c141 …if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FOR… in mod_build_vsc_infopacket()
429 if (stream->view_format == VIEW_3D_FORMAT_NONE) in mod_build_hf_vsif_infopacket()
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_resource.c546 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()
773 bool split_tb = stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM; in calculate_recout()
777 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_recout()
822 ASSERT(stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE || data->recout.width % 2 == 0); in calculate_recout()
863 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE) in calculate_scaling_ratios()
865 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in calculate_scaling_ratios()
1150 (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_TOP_AND_BOTTOM && in resource_build_scaling_params()
1151 pipe_ctx->stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE)); in resource_build_scaling_params()
1152 if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) in resource_build_scaling_params()
1154 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/
A Ddc_stream.h188 enum view_3d_format view_format; member
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_hwseq.c73 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c1663 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()
3089 enum view_3d_format view_format = stream->view_format; in dcn10_config_stereo_parameters() local
3100 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) { in dcn10_config_stereo_parameters()
/linux/drivers/gpu/drm/amd/display/dc/calcs/
A Ddcn_calcs.c1259 ((pipe->stream->view_format == in dcn_validate_bandwidth()
1261 pipe->stream->view_format == in dcn_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c2737 if ((pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
2739 pipe->stream->view_format == in dcn20_validate_apply_pipe_split_flags()
A Ddcn20_hwseq.c2084 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE && in patch_address_for_sbs_tb_stereo()

Completed in 31 milliseconds