Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c70 {VMWGFX_NUM_GB_CONTEXT * sizeof(SVGAOTableContextEntry), NULL, true},
79 {VMWGFX_NUM_GB_CONTEXT * sizeof(SVGAOTableContextEntry), NULL, true},
H A Dvmwgfx_drv.h81 #define VMWGFX_NUM_GB_CONTEXT 256 macro
87 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\
H A Dvmwgfx_context.c316 if (unlikely(res->id >= VMWGFX_NUM_GB_CONTEXT)) { in vmw_gb_context_create()