Home
last modified time | relevance | path

Searched refs:VMWGFX_NUM_GB_SURFACE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c72 {VMWGFX_NUM_GB_SURFACE * SVGA3D_OTABLE_SURFACE_ENTRY_SIZE, NULL, true},
81 {VMWGFX_NUM_GB_SURFACE * SVGA3D_OTABLE_SURFACE_ENTRY_SIZE, NULL, true},
Dvmwgfx_drv.h63 #define VMWGFX_NUM_GB_SURFACE 32768 macro
69 VMWGFX_NUM_GB_SURFACE +\
Dvmwgfx_surface.c1071 if (unlikely(res->id >= VMWGFX_NUM_GB_SURFACE)) { in vmw_gb_surface_create()