Skip to content

Commit cc2308e

Browse files
committed
drm/dp: Add smooth brightness register bit definition
Add DP_EDP_SMOOTH_BRIGHTNESS register bit definition for EDP_GENERAL_CAPABILITY 2 register. --v2 -Add eDP 2.0 comment [Ankit] Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com> Link: https://lore.kernel.org/r/20250411060235.2732060-2-suraj.kandpal@intel.com
1 parent 4c962bc commit cc2308e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/drm/display/drm_dp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,7 @@
10251025
#define DP_EDP_GENERAL_CAP_2 0x703
10261026
# define DP_EDP_OVERDRIVE_ENGINE_ENABLED (1 << 0)
10271027
# define DP_EDP_PANEL_LUMINANCE_CONTROL_CAPABLE (1 << 4)
1028+
# define DP_EDP_SMOOTH_BRIGHTNESS_CAPABLE (1 << 6) /* eDP 2.0 */
10281029

10291030
#define DP_EDP_GENERAL_CAP_3 0x704 /* eDP 1.4 */
10301031
# define DP_EDP_X_REGION_CAP_MASK (0xf << 0)

0 commit comments

Comments
 (0)