Searched defs:EVO_SYNC (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnv50_display.c51 #define EVO_SYNC(c, o) ((c) * 0x0100 + (o)) macro
52 #define EVO_MAST_NTFY EVO_SYNC( 0, 0x00)
53 #define EVO_FLIP_SEM0(c) EVO_SYNC((c) + 1, 0x00)
54 #define EVO_FLIP_SEM1(c) EVO_SYNC((c) + 1, 0x10)

Completed in 29 milliseconds