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:
Jesse Barnes
2011-10-28 08:53:48 -07:00
parent 234b5c40b1
commit 2b484c16dd
2 changed files with 7 additions and 4 deletions
+1
View File
@@ -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)