Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c69 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true},
78 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true},
Dvmwgfx_drv.h83 #define VMWGFX_NUM_GB_SURFACE 32768 macro
89 VMWGFX_NUM_GB_SURFACE +\
Dvmwgfx_surface.c1067 if (unlikely(res->id >= VMWGFX_NUM_GB_SURFACE)) { in vmw_gb_surface_create()