drm/radeon/kms: fix typo in evergreen disp int status register
authorAlex Deucher <alexdeucher@gmail.com>
Wed, 6 Jul 2011 19:37:47 +0000 (19:37 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Jul 2011 07:47:44 +0000 (17:47 +1000)
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/evergreend.h

index 5fd287a..b7b2714 100644 (file)
 #       define LB_D5_VBLANK_INTERRUPT                   (1 << 3)
 #       define DC_HPD5_INTERRUPT                        (1 << 17)
 #       define DC_HPD5_RX_INTERRUPT                     (1 << 18)
-#define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6050
+#define DISP_INTERRUPT_STATUS_CONTINUE5                 0x6150
 #       define LB_D6_VLINE_INTERRUPT                    (1 << 2)
 #       define LB_D6_VBLANK_INTERRUPT                   (1 << 3)
 #       define DC_HPD6_INTERRUPT                        (1 << 17)