diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-07-13 13:51:03 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-07-15 17:13:24 +1000 |
commit | c836e862803b2aa2bd9a354e151316d2b42c44ec (patch) | |
tree | 939e042ae9a3122567e8b09e57711ab44c32b822 /drivers/gpu/drm/radeon/radeon_mode.h | |
parent | eb1300bcd70b3bffbefb6ae0eab13a571255ee93 (diff) | |
download | blackbird-op-linux-c836e862803b2aa2bd9a354e151316d2b42c44ec.tar.gz blackbird-op-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.h | 1 |
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 |