commit | 41b497421a1f07ab99814da740984f907747120b | [log] [tgz] |
---|---|---|
author | Charlene Liu <[email protected]> | Thu Jan 11 15:31:26 2018 -0500 |
committer | Alex Deucher <[email protected]> | Mon Feb 19 14:18:41 2018 -0500 |
tree | 3df1062c50d1e41152c37c6c7401d07051e2206e | |
parent | cf5e4a67f410b00799a05ceae48a5ac6b9212191 [diff] [blame] |
drm/amd/display: eDP sequence BL off first then DP blank. Signed-off-by: Charlene Liu <[email protected]> Reviewed-by: Anthony Koo <[email protected]> Acked-by: Harry Wentland <[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 a904b59..5e9a593 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -149,6 +149,7 @@ struct hw_sequencer_funcs { void (*unblank_stream)(struct pipe_ctx *pipe_ctx, struct dc_link_settings *link_settings); + void (*blank_stream)(struct pipe_ctx *pipe_ctx); void (*pipe_control_lock)( struct dc *dc, struct pipe_ctx *pipe,