diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_reg.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_reg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index f3609f260e5f..accd8ee48f9d 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
@@ -742,9 +742,9 @@ | |||
742 | #define GMBUS_PORT_PANEL 3 | 742 | #define GMBUS_PORT_PANEL 3 |
743 | #define GMBUS_PORT_DPC 4 /* HDMIC */ | 743 | #define GMBUS_PORT_DPC 4 /* HDMIC */ |
744 | #define GMBUS_PORT_DPB 5 /* SDVO, HDMIB */ | 744 | #define GMBUS_PORT_DPB 5 /* SDVO, HDMIB */ |
745 | /* 6 reserved */ | 745 | #define GMBUS_PORT_DPD 6 /* HDMID */ |
746 | #define GMBUS_PORT_DPD 7 /* HDMID */ | 746 | #define GMBUS_PORT_RESERVED 7 /* 7 reserved */ |
747 | #define GMBUS_NUM_PORTS 8 | 747 | #define GMBUS_NUM_PORTS 8 |
748 | #define GMBUS1 0x5104 /* command/status */ | 748 | #define GMBUS1 0x5104 /* command/status */ |
749 | #define GMBUS_SW_CLR_INT (1<<31) | 749 | #define GMBUS_SW_CLR_INT (1<<31) |
750 | #define GMBUS_SW_RDY (1<<30) | 750 | #define GMBUS_SW_RDY (1<<30) |