Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/
Ddrm_scatter.c73 # define ScatterHandle(x) (unsigned int)((x >> 32) + (x & ((1L << 32) - 1))) macro
75 # define ScatterHandle(x) (unsigned int)(x) macro
133 entry->handle = ScatterHandle((unsigned long)entry->virtual); in drm_legacy_sg_alloc()