[PATCH 1/2] drm/amd/display: bypass stereo programming
Liu, Aaron
Aaron.Liu at amd.com
Wed Sep 4 06:06:21 UTC 2019
From: Roman Li <Roman.Li at amd.com>
hack to avoid crash on renoir
should be resolved after upcoming gpio refactoring promotion
Signed-off-by: Roman Li <Roman.Li at amd.com>
---
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
index 5b9dd16..ee2186c 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c
@@ -2844,6 +2844,12 @@ static void dcn10_setup_stereo(struct pipe_ctx *pipe_ctx, struct dc *dc)
{
struct crtc_stereo_flags flags = { 0 };
struct dc_stream_state *stream = pipe_ctx->stream;
+#ifdef CONFIG_DRM_AMD_DC_DCN2_1
+/* TODO: remove after gpio refactor gets promoted
+* otherwise it causing crash on Renoir
+*/
+ return;
+#endif
dcn10_config_stereo_parameters(stream, &flags);
--
2.7.4
More information about the amd-gfx
mailing list