All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ville Syrjala <ville.syrjala@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 5/5] drm/i915/bios: Pimp the VBT backlight data BDB version comments
Date: Thu, 21 Mar 2024 18:18:06 +0200	[thread overview]
Message-ID: <20240321161806.31714-6-ville.syrjala@linux.intel.com> (raw)
In-Reply-To: <20240321161806.31714-1-ville.syrjala@linux.intel.com>

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Add the missing BDB version number information for some of
the backlight fields in VBT.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
---
 drivers/gpu/drm/i915/display/intel_vbt_defs.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_vbt_defs.h b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
index bcd1b239eb65..3815aa21d19f 100644
--- a/drivers/gpu/drm/i915/display/intel_vbt_defs.h
+++ b/drivers/gpu/drm/i915/display/intel_vbt_defs.h
@@ -907,8 +907,8 @@ struct lfp_brightness_level {
 struct bdb_lfp_backlight_data {
 	u8 entry_size;
 	struct lfp_backlight_data_entry data[16];
-	u8 level[16];							/* ???-233 */
-	struct lfp_backlight_control_method backlight_control[16];
+	u8 level[16];							/* 162-233 */
+	struct lfp_backlight_control_method backlight_control[16];	/* 191+ */
 	struct lfp_brightness_level brightness_level[16];		/* 234+ */
 	struct lfp_brightness_level brightness_min_level[16];		/* 234+ */
 	u8 brightness_precision_bits[16];				/* 236+ */
-- 
2.43.2


  parent reply	other threads:[~2024-03-21 16:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21 16:18 [PATCH 0/5] drm/i915/bios: Pimp some VBT definitions Ville Syrjala
2024-03-21 16:18 ` [PATCH 1/5] drm/i915/bios: s/dpfs/dfps/ Ville Syrjala
2024-03-22 10:18   ` Jani Nikula
2024-03-21 16:18 ` [PATCH 2/5] drm/i915/bios: Update VBT driver feature block version numbers Ville Syrjala
2024-03-22 10:17   ` Jani Nikula
2024-03-22 10:19   ` Jani Nikula
2024-03-21 16:18 ` [PATCH 3/5] drm/i915/bios: Add the old DPST field into VBT LFP power block Ville Syrjala
2024-03-22 10:20   ` Jani Nikula
2024-03-21 16:18 ` [PATCH 4/5] drm/i915/bios: Define the (obsolete) backlight i2c VBT stuff Ville Syrjala
2024-03-22 10:20   ` Jani Nikula
2024-03-21 16:18 ` Ville Syrjala [this message]
2024-03-22 10:20   ` [PATCH 5/5] drm/i915/bios: Pimp the VBT backlight data BDB version comments Jani Nikula
2024-03-21 22:14 ` ✓ Fi.CI.BAT: success for drm/i915/bios: Pimp some VBT definitions Patchwork
2024-03-22 14:09 ` ✗ Fi.CI.IGT: failure " Patchwork

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=20240321161806.31714-6-ville.syrjala@linux.intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.