Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/via/
Dvia_mm.c125 if (0 == ((mem->type == VIA_MEM_VIDEO) ? dev_priv->vram_initialized : in via_mem_alloc()
159 mem->offset = ((mem->type == VIA_MEM_VIDEO) ? in via_mem_alloc()
/linux-4.1.27/include/uapi/drm/
Dvia_drm.h112 #define VIA_MEM_VIDEO 0 /* matches drm constant */ macro