mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-17 03:13:02 +00:00
intel_reg_dumper: handle 3 pipe configs when dumping HDMI config
Could be on pipe A, B, or C. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
@@ -3261,6 +3261,7 @@ typedef enum {
|
||||
/* CPU: FDI_TX */
|
||||
#define FDI_TXA_CTL 0x60100
|
||||
#define FDI_TXB_CTL 0x61100
|
||||
#define FDI_TXC_CTL 0x62100
|
||||
#define FDI_TX_DISABLE (0<<31)
|
||||
#define FDI_TX_ENABLE (1<<31)
|
||||
#define FDI_LINK_TRAIN_PATTERN_1 (0<<28)
|
||||
|
||||
Reference in New Issue
Block a user