Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.h58 #define VMWGFX_NUM_GB_CONTEXT 256 macro
62 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\
Dvmwgfx_mob.c252 VMWGFX_NUM_GB_CONTEXT * SVGA3D_OTABLE_CONTEXT_ENTRY_SIZE; in vmw_otables_setup()
Dvmwgfx_context.c267 if (unlikely(res->id >= VMWGFX_NUM_GB_CONTEXT)) { in vmw_gb_context_create()