lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230322160513.1438881-1-Rodrigo.Siqueira@amd.com>
Date:   Wed, 22 Mar 2023 10:05:13 -0600
From:   Rodrigo Siqueira <Rodrigo.Siqueira@....com>
To:     <airlied@...il.com>, <daniel@...ll.ch>
CC:     <amd-gfx@...ts.freedesktop.org>,
        Rodrigo Siqueira <Rodrigo.Siqueira@....com>,
        Anthony Koo <anthony.koo@....com>,
        "Iswara Negulendran" <iswara.nagulendran@....com>,
        Felipe Clark <felipe.clark@....com>,
        Harry Wentland <Harry.Wentland@....com>,
        <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] drm/display: Add missing OLED Vesa brightnesses definitions

Cc: Anthony Koo <anthony.koo@....com>
Cc: Iswara Negulendran <iswara.nagulendran@....com>
Cc: Felipe Clark <felipe.clark@....com>
Cc: Harry Wentland <Harry.Wentland@....com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@....com>
---
 include/drm/display/drm_dp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
index 632376c291db..d30a9b2f450c 100644
--- a/include/drm/display/drm_dp.h
+++ b/include/drm/display/drm_dp.h
@@ -977,6 +977,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)
-- 
2.39.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ