diff options
author | Michel Dänzer <michel.daenzer@amd.com> | 2015-04-01 12:40:16 +0900 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2015-04-03 11:42:00 +0900 |
commit | 9be7dd382e86d2b804de81d4e2af7431b2e16843 (patch) | |
tree | d6c8aa68364f9816c055f3a4848be5189d0bd139 /src/radeon_present.c | |
parent | c32b0530302739f6512755bccf281c2300617376 (diff) |
Split out struct drmmode_scanout for rotation shadow buffer information
Will be used for other kinds of dedicated scanout buffers as well.
Diffstat (limited to 'src/radeon_present.c')
-rw-r--r-- | src/radeon_present.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_present.c b/src/radeon_present.c index 52ca03eb..5b1d5ab7 100644 --- a/src/radeon_present.c +++ b/src/radeon_present.c @@ -263,7 +263,7 @@ radeon_present_check_flip(RRCrtcPtr crtc, WindowPtr window, PixmapPtr pixmap, drmmode_crtc_private_ptr drmmode_crtc = get_drmmode_crtc(scrn, crtc); if (!drmmode_crtc || - drmmode_crtc->rotate_bo != NULL || + drmmode_crtc->rotate.bo != NULL || drmmode_crtc->dpms_mode != DPMSModeOn) return FALSE; } |