[PATCH 2/2] EXA: Allow optimized migration to be enabled with mixed pixmaps.

Michel Dänzer michel at daenzer.net
Mon Dec 28 04:30:14 PST 2009


On Mon, 2009-12-28 at 13:21 +0100, Maarten Maathuis wrote: 
> It still seems like the condition is only true for classic exa.

No. I guess the diff is a little confusing, but the result is that only
Option "MigrationHeuristic" is guarded by

if (!(pExaScr->info->flags & EXA_HANDLES_PIXMAPS) &&
    pExaScr->info->offScreenBase < pExaScr->info->memorySize)

whereas Option "EXAOptimizeMigration" is only guarded by

    if (pExaScr->info->flags & EXA_OFFSCREEN_PIXMAPS) {


-- 
Earthling Michel Dänzer           |                http://www.vmware.com
Libre software enthusiast         |          Debian, X and DRI developer


More information about the xorg-devel mailing list