diff options
author | Hamza Mahfooz <hamza.mahfooz@amd.com> | 2023-05-17 13:49:29 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-06-09 10:38:52 -0400 |
commit | fd73c8507675f6bccc039cf319f183e41e447cb7 (patch) | |
tree | 0a770840aced3fbd8aca3161a25fae2a695b30a3 /drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | |
parent | 48dd83c0fb6c68742f7fefca907036942dd358be (diff) | |
download | linux-fd73c8507675f6bccc039cf319f183e41e447cb7.tar.gz linux-fd73c8507675f6bccc039cf319f183e41e447cb7.tar.bz2 linux-fd73c8507675f6bccc039cf319f183e41e447cb7.zip |
drm/amd/display: drop unused function set_abm_event()
set_abm_event() is never actually used. So, drop it.
Fixes: b8fe56375f78 ("drm/amd/display: Refactor ABM feature")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Tom Rix <trix@redhat.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/abm.h')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/abm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/abm.h b/drivers/gpu/drm/amd/display/dc/inc/hw/abm.h index db5cf9acafe6..d2190a3320f6 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/abm.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/abm.h @@ -59,8 +59,6 @@ struct abm_funcs { unsigned int otg_inst, unsigned int option, unsigned int panel_inst); - bool (*set_abm_event)(struct abm *abm, unsigned int full_screen, unsigned int video_mode, - unsigned int hdr_mode, unsigned int panel_inst); }; #endif |