commit | 94267b3df7ee00f21fa0ff7d618ca7e0574db5ed | [log] [tgz] |
---|---|---|
author | Sylvia Tsai <[email protected]> | Fri Apr 21 15:29:55 2017 -0400 |
committer | Alex Deucher <[email protected]> | Tue Sep 26 18:06:36 2017 -0400 |
tree | b8f8fce62e600c1e7130cc4c8a2d803705b2c3c3 | |
parent | d27383a2b5719be60ac86deae30e89755f868a07 [diff] [blame] |
drm/amd/display: PSR Refactor - Refacotr PSR to follow correct module pattern - fix eDP only working on sink index 0. Signed-off-by: Sylvia Tsai <[email protected]> Acked-by: Harry Wentland <[email protected]> Reviewed-by: Tony Cheng <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h index 9bfaaad..b42e4a0 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -132,7 +132,7 @@ struct hw_sequencer_funcs { int vmin, int vmax); void (*set_static_screen_control)(struct pipe_ctx **pipe_ctx, - int num_pipes, int value); + int num_pipes, const struct dc_static_screen_events *events); enum dc_status (*prog_pixclk_crtc_otg)( struct pipe_ctx *pipe_ctx,