Commit c196cbe0 authored by Hersen Wu's avatar Hersen Wu Committed by Alex Deucher

drm/amd/display: add dpms state to DC follow up

Signed-off-by: default avatarHersen Wu <hersenxs.wu@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Reviewed-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 067c878a
...@@ -332,7 +332,7 @@ static void set_dither_option(struct dc_stream_state *stream, ...@@ -332,7 +332,7 @@ static void set_dither_option(struct dc_stream_state *stream,
{ {
struct bit_depth_reduction_params params; struct bit_depth_reduction_params params;
struct dc_link *link = stream->status.link; struct dc_link *link = stream->status.link;
struct pipe_ctx *pipes; struct pipe_ctx *pipes = NULL;
int i; int i;
for (i = 0; i < MAX_PIPES; i++) { for (i = 0; i < MAX_PIPES; i++) {
...@@ -344,7 +344,7 @@ static void set_dither_option(struct dc_stream_state *stream, ...@@ -344,7 +344,7 @@ static void set_dither_option(struct dc_stream_state *stream,
} }
memset(&params, 0, sizeof(params)); memset(&params, 0, sizeof(params));
if (!stream) if (!pipes)
return; return;
if (option > DITHER_OPTION_MAX) if (option > DITHER_OPTION_MAX)
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment