summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2022-07-13 21:12:52 +0300
committerVille Syrjälä <ville.syrjala@linux.intel.com>2022-09-07 12:14:22 +0300
commit91c8f9858ea9994bcaaffa0319bcd6c78da7143a (patch)
tree1bc65311899d14a46cbbcd1664b5866d6feec70a
parentcc092d4205bf956e7ac609812d27700db5d06f8a (diff)
tools/intel_vbt_decode: Dump the compression structure index as decimal
The compression structure index is just that, and index. So just dump it as a decimal number (and drop the mispaced parenthesis). Acked-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, 1 insertions, 1 deletions
diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
index 9e14d5a57..d34f017ca 100644
--- a/tools/intel_vbt_decode.c
+++ b/tools/intel_vbt_decode.c
@@ -960,7 +960,7 @@ static void dump_child_device(struct context *context,
printf("\t\tCompression enable: %s\n", YESNO(child->compression_enable));
printf("\t\tCompression method CPS: %s\n", YESNO(child->compression_method_cps));
printf("\t\tDual pipe ganged eDP: %s\n", YESNO(child->ganged_edp));
- printf("\t\tCompression structure index: 0x%02x)\n", child->compression_structure_index);
+ printf("\t\tCompression structure index: %d\n", child->compression_structure_index);
if (context->bdb->version >= 237) {
printf("\t\tHDMI Max FRL rate valid: %s\n",