Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/via/
Dvia_mm.c130 if (0 == ((mem->type == VIA_MEM_VIDEO) ? dev_priv->vram_initialized : in via_mem_alloc()
164 mem->offset = ((mem->type == VIA_MEM_VIDEO) ? in via_mem_alloc()
/Linux-v5.4/include/uapi/drm/
Dvia_drm.h113 #define VIA_MEM_VIDEO 0 /* matches drm constant */ macro