commit | 1090d58d4815b1fcd95a80987391006c86398b4c | [log] [tgz] |
---|---|---|
author | Paul Hsieh <paul.hsieh@amd.com> | Fri May 03 23:50:10 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri May 24 12:21:00 2019 -0500 |
tree | 3257bc4dbd39b89d1f1bd06d2e89cb1cbeb20e3a | |
parent | ccd76ebce4e8e1e19df19bc7024355a1f82a9363 [diff] |
drm/amd/display: Disable ABM before destroy ABM struct [Why] When disable driver, OS will set backlight optimization then do stop device. But this flag will cause driver to enable ABM when driver disabled. [How] Send ABM disable command before destroy ABM construct Signed-off-by: Paul Hsieh <paul.hsieh@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>