summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2021-02-03 13:42:41 +0100
committerAlex Deucher <alexander.deucher@amd.com>2021-03-05 15:13:55 -0500
commit7c20984795d7c26a8993ca2bd2c1cbad312b2ffa (patch)
treea6d99a6c607fba501430bdf33946c4d15ae08910 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentf275e8759c872d0a2a53dce0a49c02fe10263010 (diff)
downloadlinux-stable-7c20984795d7c26a8993ca2bd2c1cbad312b2ffa.tar.gz
linux-stable-7c20984795d7c26a8993ca2bd2c1cbad312b2ffa.tar.bz2
linux-stable-7c20984795d7c26a8993ca2bd2c1cbad312b2ffa.zip
drm/amd/display: Add a backlight module option
There seem devices that don't work with the aux channel backlight control. For allowing such users to test with the other backlight control method, provide a new module option, aux_backlight, to specify enabling or disabling the aux backport support explicitly. As default, the aux support is detected by the hardware capability. v2: make the backlight option generic in case we add future backlight types (Alex) BugLink: https://bugzilla.opensuse.org/show_bug.cgi?id=1180749 BugLink: https://gitlab.freedesktop.org/drm/amd/-/issues/1438 Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 051fa8f80853..b5310b35721c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -181,6 +181,7 @@ extern uint amdgpu_dc_feature_mask;
extern uint amdgpu_freesync_vid_mode;
extern uint amdgpu_dc_debug_mask;
extern uint amdgpu_dm_abm_level;
+extern int amdgpu_backlight;
extern struct amdgpu_mgpu_info mgpu_info;
extern int amdgpu_ras_enable;
extern uint amdgpu_ras_mask;