Searched refs:VMWGFX_NUM_MOB (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_prime.c94 if (handle > VMWGFX_NUM_MOB)
H A Dvmwgfx_gmrid_manager.c179 gman->max_gmr_ids = VMWGFX_NUM_MOB;
H A Dvmwgfx_mob.c68 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true},
77 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true},
H A Dttm_object.c433 * Our base is at VMWGFX_NUM_MOB + 1 because we want to create
435 * 1..VMWGFX_NUM_MOB) and the surface handles. Some ioctl's
440 idr_init_base(&tdev->idr, VMWGFX_NUM_MOB + 1);
H A Dvmwgfx_drv.h87 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\ macro

Completed in 177 milliseconds