Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/via/
Dvia_mm.c120 if (mem->type > VIA_MEM_AGP) { in via_mem_alloc()
140 if (mem->type == VIA_MEM_AGP) in via_mem_alloc()
/linux-4.1.27/include/uapi/drm/
Dvia_drm.h113 #define VIA_MEM_AGP 1 /* matches drm constant */ macro