diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-09-22 01:46:01 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-21 02:22:02 -0400 |
commit | 260052100ef669b5374f72055379adc5da35034b (patch) | |
tree | 72663b984d99d3e01b61962d7bec2e544d353ecf /drivers/gpu | |
parent | 64a8fc0145a1d0fdc25fc9367c2e6c621955fb3b (diff) |
drm/i915: use correct SPD type value
SPD frames are actually type 0x83, not just 0x3.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: stable@kernel.org
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/intel_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 51b1d752940b..bd9a604b73da 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h | |||
@@ -187,7 +187,7 @@ struct intel_crtc { | |||
187 | #define DIP_VERSION_AVI 0x2 | 187 | #define DIP_VERSION_AVI 0x2 |
188 | #define DIP_LEN_AVI 13 | 188 | #define DIP_LEN_AVI 13 |
189 | 189 | ||
190 | #define DIP_TYPE_SPD 0x3 | 190 | #define DIP_TYPE_SPD 0x83 |
191 | #define DIP_VERSION_SPD 0x1 | 191 | #define DIP_VERSION_SPD 0x1 |
192 | #define DIP_LEN_SPD 25 | 192 | #define DIP_LEN_SPD 25 |
193 | #define DIP_SPD_UNKNOWN 0 | 193 | #define DIP_SPD_UNKNOWN 0 |