Searched refs:view_format (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/modules/info_packet/
H A Dinfo_packet.c144 if (stream->timing.timing_3d_format != TIMING_3D_FORMAT_NONE && stream->view_format != VIEW_3D_FORMAT_NONE) {
462 if (stream->view_format == VIEW_3D_FORMAT_NONE)
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h201 enum view_3d_format view_format; member in struct:dc_stream_state
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c615 if (stream1->view_format != stream2->view_format)
939 stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE ||
950 if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM) {
1162 if (stream->view_format == VIEW_3D_FORMAT_SIDE_BY_SIDE)
1164 else if (stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM)
1583 (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_TOP_AND_BOTTOM &&
1584 pipe_ctx->stream->view_format != VIEW_3D_FORMAT_SIDE_BY_SIDE));
1585 if (pipe_ctx->stream->view_format == VIEW_3D_FORMAT_TOP_AND_BOTTOM)
1587 else if (pipe_ctx->stream->view_format
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c565 if ((stream->view_format ==
567 stream->view_format ==
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c73 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE &&
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1785 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE &&
3268 enum view_3d_format view_format = stream->view_format; local
3279 view_format == VIEW_3D_FORMAT_FRAME_SEQUENTIAL) {
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1240 ((pipe->stream->view_format ==
1242 pipe->stream->view_format ==
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1932 if ((pipe->stream->view_format ==
1934 pipe->stream->view_format ==
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c2576 if (pipe_ctx->stream->view_format != VIEW_3D_FORMAT_NONE &&

Completed in 224 milliseconds