[PATCH i-g-t 07/13] tools/intel_vbt_decode: Decode the obsolote DPST supported field
Ville Syrjala
ville.syrjala at linux.intel.com
Fri Mar 22 20:41:19 UTC 2024
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Looks like there used to be a field for DPST in the LFP power block
feature bits. Later that got first into the driver features block,
and then back into a different part of the LFP power block.
Not sure when this got deprecated.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
tools/intel_vbt_decode.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index fa7bbc345eec..7cfa357ac526 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -1800,6 +1800,8 @@ static void dump_lfp_power(struct context *context,
YESNO(lfp_block->features.lace_enabled_status));
printf("\tPower conservation preference level: %d\n",
lfp_block->features.power_conservation_pref);
+ printf("\tDPST support: %s\n",
+ YESNO(lfp_block->features.dpst_support));
for (i = 0; i < 5; i++) {
printf("\tALS backlight adjust: %d\n",
--
2.43.2
More information about the igt-dev
mailing list