summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc
diff options
context:
space:
mode:
authorHamza Mahfooz <hamza.mahfooz@amd.com>2023-05-17 13:49:29 -0400
committerAlex Deucher <alexander.deucher@amd.com>2023-06-09 10:38:52 -0400
commitfd73c8507675f6bccc039cf319f183e41e447cb7 (patch)
tree0a770840aced3fbd8aca3161a25fae2a695b30a3 /drivers/gpu/drm/amd/display/dc/inc
parent48dd83c0fb6c68742f7fefca907036942dd358be (diff)
downloadlinux-stable-fd73c8507675f6bccc039cf319f183e41e447cb7.tar.gz
linux-stable-fd73c8507675f6bccc039cf319f183e41e447cb7.tar.bz2
linux-stable-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')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/abm.h2
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