aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorCarsten Emde <C.Emde@osadl.org>2012-03-15 10:56:26 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-03-18 16:48:18 -0400
commit4dca20efb1a9c2efefc28ad2867e5d6c3f5e1955 (patch)
tree807c4807c91bf53db35fd28e05eaeaa846d41bde /Documentation/kernel-parameters.txt
parent7bd90909bbf9ce7c40e1da3d72b97b93839c188a (diff)
drm/i915: panel: invert brightness via quirk
A machine may need to invert the panel backlight brightness value. This patch adds the infrastructure for a quirk to do so. Signed-off-by: Carsten Emde <C.Emde@osadl.org> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 9f6ba8fab08..da449991e8a 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -967,14 +967,19 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
967 i8k.restricted [HW] Allow controlling fans only if SYS_ADMIN 967 i8k.restricted [HW] Allow controlling fans only if SYS_ADMIN
968 capability is set. 968 capability is set.
969 969
970 i915.invert_brightness 970 i915.invert_brightness=
971 [DRM] Invert the sense of the variable that is used to 971 [DRM] Invert the sense of the variable that is used to
972 set the brightness of the panel backlight. Normally a 972 set the brightness of the panel backlight. Normally a
973 value of 0 indicates backlight switched off, and the 973 brightness value of 0 indicates backlight switched off,
974 maximum value sets the backlight to maximum brightness. 974 and the maximum of the brightness value sets the backlight
975 If this parameter is specified, a value of 0 sets the 975 to maximum brightness. If this parameter is set to 0
976 backlight to maximum brightness, and the maximum value 976 (default) and the machine requires it, or this parameter
977 switches the backlight off. 977 is set to 1, a brightness value of 0 sets the backlight
978 to maximum brightness, and the maximum of the brightness
979 value switches the backlight off.
980 -1 -- never invert brightness
981 0 -- machine default
982 1 -- force brightness inversion
978 983
979 icn= [HW,ISDN] 984 icn= [HW,ISDN]
980 Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]] 985 Format: <io>[,<membase>[,<icn_id>[,<icn_id2>]]]