Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c68 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true},
77 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true},
Dvmwgfx_drv.h78 #define VMWGFX_NUM_GB_SURFACE 32768 macro
84 VMWGFX_NUM_GB_SURFACE +\
Dvmwgfx_surface.c1061 if (unlikely(res->id >= VMWGFX_NUM_GB_SURFACE)) { in vmw_gb_surface_create()