summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2024-02-28 00:43:32 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2024-04-18 14:05:40 +0300
commitb800235074212dffbfba3596845a9f7c1670ebdf (patch)
tree5d788207b2a417b45ce0fcb3a5c7a3d72114a18b
parent7264fef45bd3802ff180cd241e58f7b9fcb3b29e (diff)
tools/intel_vbt_decode: Decode the obsolote DPST supported field
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. Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
-rw-r--r--tools/intel_vbt_decode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index 5acaf1835..540a88bd4 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -1827,6 +1827,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",