Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240267
Collapse All | Expand All

(-)a/src/radeon_crtc.c (+2 lines)
Lines 444-449 Link Here
444
#ifdef XF86DRI
444
#ifdef XF86DRI
445
	rotate_offset = info->frontOffset +
445
	rotate_offset = info->frontOffset +
446
	    radeon_crtc->rotate_mem_xaa->offset * cpp;
446
	    radeon_crtc->rotate_mem_xaa->offset * cpp;
447
#else
448
	rotate_offset = radeon_crtc->rotate_mem_xaa->offset * cpp;
447
#endif
449
#endif
448
    }
450
    }
449
#endif /* USE_XAA */
451
#endif /* USE_XAA */

Return to bug 240267