summary refs log tree commit diff
path: root/include/drm
diff options
context:
space:
mode:
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2023-03-21 11:37:33 -0600
committerLinux Infrastructure <z1.linuxinfra@amd.com>2023-03-22 17:41:50 -0400
commite03687b787eed89781976d3706038843f6ca60fb (patch)
tree42f1e224cba0f0c82efb4c250a116b97d5e71320 /include/drm
parent90c0137113279116b348c55fcfe34cbb3cf1dee8 (diff)
downloadlinux-e03687b787eed89781976d3706038843f6ca60fb.tar.gz
drm/display: Add missing OLED Vesa brightnesses definitions
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/display/drm_dp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
index ed10e6b6f99d..dc54a71f4b64 100644
--- a/include/drm/display/drm_dp.h
+++ b/include/drm/display/drm_dp.h
@@ -970,6 +970,8 @@
 # define DP_EDP_BACKLIGHT_FREQ_AUX_SET_CAP		(1 << 5)
 # define DP_EDP_DYNAMIC_BACKLIGHT_CAP			(1 << 6)
 # define DP_EDP_VBLANK_BACKLIGHT_UPDATE_CAP		(1 << 7)
+#define DP_EDP_OLED_VESA_BRIGHTNESS_ON      0x80
+# define DP_EDP_OLED_VESA_CAP				(1 << 4)
 
 #define DP_EDP_GENERAL_CAP_2		    0x703
 # define DP_EDP_OVERDRIVE_ENGINE_ENABLED		(1 << 0)