Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/via/
Dvia_mm.c125 if (mem->type > VIA_MEM_AGP) { in via_mem_alloc()
145 if (mem->type == VIA_MEM_AGP) in via_mem_alloc()
/Linux-v5.4/include/uapi/drm/
Dvia_drm.h114 #define VIA_MEM_AGP 1 /* matches drm constant */ macro