Home
last modified time | relevance | path

Searched refs:ScatterHandle (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/
Ddrm_scatter.c68 # define ScatterHandle(x) (unsigned int)((x >> 32) + (x & ((1L << 32) - 1))) macro
70 # define ScatterHandle(x) (unsigned int)(x) macro
120 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_sg_alloc()