[PATCH 1/2] drm/amd/display: bypass stereo programming
Harry Wentland
hwentlan at amd.com
Wed Sep 4 13:23:02 UTC 2019
On 2019-09-04 2:06 a.m., Liu, Aaron wrote:
> 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>
Nack. This is not the right way to do this upstream. We shouldn't use
compile time guard to change ASIC behavior. This is a bringup-branch
change and needs to be revisited for amd-stg.
Harry
> ---
> 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);
>
>
More information about the amd-gfx
mailing list