Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/dp: Add definitions for eDP Rev 1.4a and 1.4b

VESA eDP 1.4 specification has separate fields defined in
EDP_DPCD_REV for eDP 1.4a and 1.4b eDP revisions.
This patch defines those. Found this when one of my eDP panels
advertises eDP 1.4a (04h) in the EDP_DPCD_REV DPCD field.

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Signed-off-by: Manasi Navare <manasi.d.navare@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181009002351.23085-1-manasi.d.navare@intel.com

+2
+2
include/drm/drm_dp_helper.h
··· 685 685 # define DP_EDP_12 0x01 686 686 # define DP_EDP_13 0x02 687 687 # define DP_EDP_14 0x03 688 + # define DP_EDP_14a 0x04 /* eDP 1.4a */ 689 + # define DP_EDP_14b 0x05 /* eDP 1.4b */ 688 690 689 691 #define DP_EDP_GENERAL_CAP_1 0x701 690 692 # define DP_EDP_TCON_BACKLIGHT_ADJUSTMENT_CAP (1 << 0)