summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-13 13:51:03 -0400
committerDave Airlie <airlied@redhat.com>2009-07-15 17:13:24 +1000
commitc836e862803b2aa2bd9a354e151316d2b42c44ec (patch)
tree939e042ae9a3122567e8b09e57711ab44c32b822 /drivers/gpu/drm/radeon/radeon_mode.h
parenteb1300bcd70b3bffbefb6ae0eab13a571255ee93 (diff)
drm/radeon/kms: fix hotspot handling on pre-avivo chips
Need to adjust CUR_OFFSET for yorigin Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_mode.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon_mode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
index 38c1dd08244..ba89b59f6e5 100644
--- a/drivers/gpu/drm/radeon/radeon_mode.h
+++ b/drivers/gpu/drm/radeon/radeon_mode.h
@@ -187,6 +187,7 @@ struct radeon_crtc {
int cursor_width;
int cursor_height;
uint32_t legacy_display_base_addr;
+ uint32_t legacy_cursor_offset;
};
#define RADEON_USE_RMX 1