Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: add setup_stereo for dcn4x or later

[why]
stereo_sync pin is removed, but we still support display stereo

Reviewed-by: Ovidiu (Ovi) Bunea <ovidiu.bunea@amd.com>
Signed-off-by: Charlene Liu <Charlene.Liu@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Charlene Liu and committed by
Alex Deucher
26b5cf26 06fee4fb

+3 -1
+1 -1
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
··· 3474 3474 triggers, params->num_frames); 3475 3475 } 3476 3476 3477 - static void dcn10_config_stereo_parameters( 3477 + void dcn10_config_stereo_parameters( 3478 3478 struct dc_stream_state *stream, struct crtc_stereo_flags *flags) 3479 3479 { 3480 3480 enum view_3d_format view_format = stream->view_format;
+2
drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.h
··· 217 217 void dcn10_reset_surface_dcc_and_tiling(struct pipe_ctx *pipe_ctx, 218 218 struct dc_plane_state *plane_state, 219 219 bool clear_tiling); 220 + void dcn10_config_stereo_parameters( 221 + struct dc_stream_state *stream, struct crtc_stereo_flags *flags); 220 222 221 223 #endif /* __DC_HWSS_DCN10_H__ */