Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Suraj Kandpal <suraj.kandpal@intel.com>
To: intel-xe@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org
Cc: uma.shankar@intel.com, arun.r.murthy@intel.com,
	ben.kao@intel.com, Suraj Kandpal <suraj.kandpal@intel.com>
Subject: [PATCH 1/7] drm/dp: Add eDP 1.5 bit definition
Date: Fri, 24 Jan 2025 11:16:25 +0530	[thread overview]
Message-ID: <20250124054631.1796456-2-suraj.kandpal@intel.com> (raw)
In-Reply-To: <20250124054631.1796456-1-suraj.kandpal@intel.com>

Add the eDP revision bit value for 1.5.

Spec: eDPv1.5 Table 16-5
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
 include/drm/display/drm_dp.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/display/drm_dp.h b/include/drm/display/drm_dp.h
index a6f8b098c56f..76162ad3b152 100644
--- a/include/drm/display/drm_dp.h
+++ b/include/drm/display/drm_dp.h
@@ -996,6 +996,7 @@
 # define DP_EDP_14			    0x03
 # define DP_EDP_14a                         0x04    /* eDP 1.4a */
 # define DP_EDP_14b                         0x05    /* eDP 1.4b */
+# define DP_EDP_15			    0x06    /* eDP 1.5 */
 
 #define DP_EDP_GENERAL_CAP_1		    0x701
 # define DP_EDP_TCON_BACKLIGHT_ADJUSTMENT_CAP		(1 << 0)
-- 
2.34.1


  reply	other threads:[~2025-01-24  5:47 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-24  5:46 [PATCH 0/7] Enable Aux based Nits brightness control for eDP Suraj Kandpal
2025-01-24  5:46 ` Suraj Kandpal [this message]
2025-02-03  7:10   ` [PATCH 1/7] drm/dp: Add eDP 1.5 bit definition Kao, Ben
2025-02-04  8:44   ` Murthy, Arun R
2025-01-24  5:46 ` [PATCH 2/7] drm/i915/backlight: Use proper interface based on eDP version Suraj Kandpal
2025-02-03  7:11   ` Kao, Ben
2025-01-24  5:46 ` [PATCH 3/7] drm/i915/backlight: Check Nits based brightness control for VESA Suraj Kandpal
2025-02-03  7:11   ` Kao, Ben
2025-02-04  8:45   ` Jani Nikula
2025-02-04  9:42     ` Kandpal, Suraj
2025-01-24  5:46 ` [PATCH 4/7] drm/i915/backlight: Modify function to get VESA brightness in NITS Suraj Kandpal
2025-02-03  7:11   ` Kao, Ben
2025-01-24  5:46 ` [PATCH 5/7] drm/i915/backlight: Add function to change brightness in NITS for VESA Suraj Kandpal
2025-02-03  7:12   ` Kao, Ben
2025-02-04  8:49   ` Jani Nikula
2025-01-24  5:46 ` [PATCH 6/7] drm/i915/backlight: Setup NITS based brightness via VESA Suraj Kandpal
2025-02-03  7:12   ` Kao, Ben
2025-01-24  5:46 ` [PATCH 7/7] drm/i915/backlight: Enable Nits based brightness Suraj Kandpal
2025-02-03  7:13   ` Kao, Ben
2025-01-24  6:42 ` ✓ CI.Patch_applied: success for Enable Aux based Nits brightness control for eDP Patchwork
2025-01-24  6:43 ` ✗ CI.checkpatch: warning " Patchwork
2025-01-24  6:45 ` ✓ CI.KUnit: success " Patchwork
2025-01-24  7:06 ` ✓ CI.Build: " Patchwork
2025-01-24  7:08 ` ✓ CI.Hooks: " Patchwork
2025-01-24  7:10 ` ✗ CI.checksparse: warning " Patchwork
2025-01-24  7:37 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-24 12:45 ` ✗ Xe.CI.Full: failure " Patchwork
2025-02-03  7:13 ` [PATCH 0/7] " Kao, Ben
  -- strict thread matches above, loose matches on Subject: below --
2025-02-04 12:50 Suraj Kandpal
2025-02-04 12:50 ` [PATCH 1/7] drm/dp: Add eDP 1.5 bit definition Suraj Kandpal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250124054631.1796456-2-suraj.kandpal@intel.com \
    --to=suraj.kandpal@intel.com \
    --cc=arun.r.murthy@intel.com \
    --cc=ben.kao@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=uma.shankar@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox