mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 06:46:13 +00:00
tools/intel_reg_dumper: fix DSPCNTR decode for BXT
Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
parent
7027227ca2
commit
07a58707c3
@ -138,7 +138,7 @@ DEBUGSTRING(i830_debug_dspcntr)
|
||||
{
|
||||
const char *enabled = val & DISPLAY_PLANE_ENABLE ? "enabled" : "disabled";
|
||||
char plane = val & DISPPLANE_SEL_PIPE_B ? 'B' : 'A';
|
||||
if (HAS_PCH_SPLIT(devid))
|
||||
if (HAS_PCH_SPLIT(devid) || IS_BROXTON(devid))
|
||||
snprintf(result, len, "%s", enabled);
|
||||
else
|
||||
snprintf(result, len, "%s, pipe %c", enabled, plane);
|
||||
|
Loading…
x
Reference in New Issue
Block a user