Home
last modified time | relevance | path

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

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