Home
last modified time | relevance | path

Searched refs:VMWGFX_NUM_MOB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c99 if (handle > VMWGFX_NUM_MOB) { in vmw_prime_handle_to_fd()
H A Dvmwgfx_mob.c68 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true},
77 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true},
H A Dttm_object.c440 idr_init_base(&tdev->idr, VMWGFX_NUM_MOB + 1); in ttm_object_device_init()
H A Dvmwgfx_drv.h87 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\ macro