Home
last modified time | relevance | path

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

/trueos/sys/dev/drm/
HDvia_mm.c66 ret = drm_sman_set_range(&dev_priv->sman, VIA_MEM_VIDEO, 0, in via_fb_init()
126 if (0 == ((mem->type == VIA_MEM_VIDEO) ? dev_priv->vram_initialized : in via_mem_alloc()
137 mem->offset = ((mem->type == VIA_MEM_VIDEO) ? in via_mem_alloc()
HDvia_drm.h114 #define VIA_MEM_VIDEO 0 /* matches drm constant */ macro