mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
intel_reg_dumper: use none instead of NULL if no port is assigned to TRANS_DP
Makes the output a little more readable.
This commit is contained in:
@@ -1427,6 +1427,9 @@ DEBUGSTRING(snb_debug_trans_dp_ctl)
|
|||||||
case TRANS_DP_PORT_SEL_D:
|
case TRANS_DP_PORT_SEL_D:
|
||||||
port = "D";
|
port = "D";
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
port = "none";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (val & (7<<9)) {
|
switch (val & (7<<9)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user