mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +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:
|
||||
port = "D";
|
||||
break;
|
||||
default:
|
||||
port = "none";
|
||||
break;
|
||||
}
|
||||
|
||||
switch (val & (7<<9)) {
|
||||
|
||||
Reference in New Issue
Block a user