commit | 3ba01817365c5a2c07a8be09117f3e22e16f5c80 | [log] [tgz] |
---|---|---|
author | Yongqiang Sun <[email protected]> | Sat Apr 18 19:22:55 2020 -0400 |
committer | Alex Deucher <[email protected]> | Tue May 05 13:10:46 2020 -0400 |
tree | 4365d1014f71d297ab22afe38ac6e91f174aa7cd | |
parent | 1c2075d401f06a2642644ae5ccd3aa793a1b577b [diff] [blame] |
drm/amd/display: Move panel_cntl specific register from abm to panel_cntl. [Why] panel_cntl specific register should be access in panel_cntl object. [How] Move these register access from abm to panel_cntl. Signed-off-by: Yongqiang Sun <[email protected]> Reviewed-by: Anthony Koo <[email protected]> Acked-by: Aurabindo Pillai <[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 1570fed..3b2ea9b 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h
@@ -196,6 +196,8 @@ struct hw_sequencer_funcs { uint32_t backlight_pwm_u16_16, uint32_t frame_ramp); + void (*set_abm_immediate_disable)(struct pipe_ctx *pipe_ctx); + };