mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon: fixup last fix, use CURSOR_WIDTH not RADEON_CURSOR_WIDTH.
This commit is contained in:
@@ -1008,7 +1008,7 @@ static Bool radeon_setup_kernel_mem(ScreenPtr pScreen)
|
|||||||
|
|
||||||
#if X_BYTE_ORDER == X_BIG_ENDIAN
|
#if X_BYTE_ORDER == X_BIG_ENDIAN
|
||||||
radeon_bo_set_tiling(info->cursor_bo[c], RADEON_TILING_SWAP_32BIT |
|
radeon_bo_set_tiling(info->cursor_bo[c], RADEON_TILING_SWAP_32BIT |
|
||||||
RADEON_TILING_SURFACE, RADEON_CURSOR_WIDTH);
|
RADEON_TILING_SURFACE, CURSOR_WIDTH);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (radeon_bo_map(info->cursor_bo[c], 1)) {
|
if (radeon_bo_map(info->cursor_bo[c], 1)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user