summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_mode.h
diff options
context:
space:
mode:
authorAlex Deucher2009-07-13 19:51:03 +0200
committerDave Airlie2009-07-15 09:13:24 +0200
commitc836e862803b2aa2bd9a354e151316d2b42c44ec (patch)
tree939e042ae9a3122567e8b09e57711ab44c32b822 /drivers/gpu/drm/radeon/radeon_mode.h
parentdrm/radeon/kms: enable frac fb divs on rs600/rs690/rs740 (diff)
downloadkernel-qcow2-linux-c836e862803b2aa2bd9a354e151316d2b42c44ec.tar.gz
kernel-qcow2-linux-c836e862803b2aa2bd9a354e151316d2b42c44ec.tar.xz
kernel-qcow2-linux-c836e862803b2aa2bd9a354e151316d2b42c44ec.zip
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 38c1dd082441..ba89b59f6e50 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