diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2014-01-27 17:54:44 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2014-01-29 21:23:05 +0100 |
commit | e9a321c6b2ac954a7dbf235f419c255a424a1273 (patch) | |
tree | 00f898ea95a749b64b284c375566055f7ee7cc65 /drivers/gpu/drm/radeon/sid.h | |
parent | drm/radeon: clean up active vram sizing (diff) | |
download | linux-e9a321c6b2ac954a7dbf235f419c255a424a1273.tar.xz linux-e9a321c6b2ac954a7dbf235f419c255a424a1273.zip |
drm/radeon: fix DAC interrupt handling on DCE5+
DCE5 and newer hardware only has 1 DAC. Use the correct
offset. This may fix display problems on certain board
configurations.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/sid.h')
-rw-r--r-- | drivers/gpu/drm/radeon/sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/sid.h b/drivers/gpu/drm/radeon/sid.h index caa3e61a38c2..9239a6d29128 100644 --- a/drivers/gpu/drm/radeon/sid.h +++ b/drivers/gpu/drm/radeon/sid.h @@ -822,7 +822,7 @@ # define GRPH_PFLIP_INT_MASK (1 << 0) # define GRPH_PFLIP_INT_TYPE (1 << 8) -#define DACA_AUTODETECT_INT_CONTROL 0x66c8 +#define DAC_AUTODETECT_INT_CONTROL 0x67c8 #define DC_HPD1_INT_STATUS 0x601c #define DC_HPD2_INT_STATUS 0x6028 |