Searched refs:crtc_damage (Results 1 – 1 of 1) sorted by relevance
200 RegionRec crtc_damage; in xf86RotateRedisplay() local203 RegionInit(&crtc_damage, &crtc->bounds, 1); in xf86RotateRedisplay()204 RegionIntersect(&crtc_damage, &crtc_damage, region); in xf86RotateRedisplay()207 if (RegionNotEmpty(&crtc_damage)) in xf86RotateRedisplay()208 xf86RotateCrtcRedisplay(crtc, &crtc_damage); in xf86RotateRedisplay()210 RegionUninit(&crtc_damage); in xf86RotateRedisplay()