From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: kamil.konieczny@linux.intel.com,
Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Subject: [PATCH i-g-t 2/4] tools/intel_vbt_decode: dump eDP joiner enable field
Date: Fri, 17 Apr 2026 09:40:29 +0530 [thread overview]
Message-ID: <20260417041031.2187889-3-ankit.k.nautiyal@intel.com> (raw)
In-Reply-To: <20260417041031.2187889-1-ankit.k.nautiyal@intel.com>
Add decoding support for the eDP joiner enable field introduced
in VBT version 261+.
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
---
tools/intel_vbt_decode.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index d4aada743e42..a96b936d4b8e 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -2483,6 +2483,10 @@ static void dump_edp(struct context *context,
if (context->bdb->version >= 251)
printf("\t\teDP DSC disable: %s\n",
YESNO(panel_bool(edp->edp_dsc_disable, i)));
+
+ if (context->bdb->version >= 261)
+ printf("\t\teDP Joiner Enable: %s\n",
+ YESNO(panel_bool(edp->joiner_enable, i)));
}
}
--
2.45.2
next prev parent reply other threads:[~2026-04-17 4:25 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 4:10 [PATCH i-g-t 0/4] intel_vbt_decode: Sync intel_vbt_defs.h with latest changes Ankit Nautiyal
2026-04-17 4:10 ` [PATCH i-g-t 1/4] tools/intel_vbt_decode: sync intel_vbt_defs.h with commit 1b85a9b04681 Ankit Nautiyal
2026-04-17 5:39 ` Karthik B S
2026-04-17 6:17 ` Nautiyal, Ankit K
2026-04-17 10:31 ` Ville Syrjälä
2026-04-17 11:54 ` Jani Nikula
2026-04-17 19:11 ` Ville Syrjälä
2026-04-17 19:18 ` Ville Syrjälä
2026-04-21 14:31 ` Nautiyal, Ankit K
2026-04-20 4:17 ` Nautiyal, Ankit K
2026-04-20 13:03 ` Kamil Konieczny
2026-04-20 4:54 ` Nautiyal, Ankit K
2026-04-17 4:10 ` Ankit Nautiyal [this message]
2026-04-17 5:41 ` [PATCH i-g-t 2/4] tools/intel_vbt_decode: dump eDP joiner enable field Karthik B S
2026-04-17 4:10 ` [PATCH i-g-t 3/4] tools/intel_vbt_decode: sync intel_vbt_defs.h with commit 4d33c77cf2c3 Ankit Nautiyal
2026-04-17 4:10 ` [PATCH i-g-t 4/4] tools/intel_vbt_decode: dump eDP data rate override field Ankit Nautiyal
2026-04-17 5:25 ` ✓ i915.CI.BAT: success for intel_vbt_decode: Sync intel_vbt_defs.h with latest changes (rev3) Patchwork
2026-04-17 5:48 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-20 13:54 ` ✗ Xe.CI.FULL: failure " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2026-04-17 7:14 [PATCH i-g-t 0/4] intel_vbt_decode: Sync intel_vbt_defs.h with latest changes Ankit Nautiyal
2026-04-17 7:14 ` [PATCH i-g-t 2/4] tools/intel_vbt_decode: dump eDP joiner enable field Ankit Nautiyal
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=20260417041031.2187889-3-ankit.k.nautiyal@intel.com \
--to=ankit.k.nautiyal@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.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