mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-26 03:07:24 +00:00
Use longer string padding in intel_reg_dumper on ironlake
DIGITAL_PORT_HOTPLUG_CNTRL is 26 chars. Bump out to 30. Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
439adf7a0a
commit
be6e1a53fc
@ -1646,13 +1646,13 @@ ironlake_dump_regs(void)
|
||||
[i].reg,
|
||||
val);
|
||||
if (debug != NULL) {
|
||||
printf("%20.20s: 0x%08x (%s)\n",
|
||||
printf("%30.30s: 0x%08x (%s)\n",
|
||||
ironlake_debug_regs[i].name,
|
||||
(unsigned int)val, debug);
|
||||
free(debug);
|
||||
}
|
||||
} else {
|
||||
printf("%20.20s: 0x%08x\n", ironlake_debug_regs[i].name,
|
||||
printf("%30.30s: 0x%08x\n", ironlake_debug_regs[i].name,
|
||||
(unsigned int)val);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user