Searched refs:VMWGFX_NUM_MOB (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_gmrid_manager.c | 128 gman->max_gmr_ids = VMWGFX_NUM_MOB; in vmw_gmrid_man_init()
|
H A D | vmwgfx_mob.c | 73 {VMWGFX_NUM_MOB * SVGA3D_OTABLE_MOB_ENTRY_SIZE, NULL, true}, 82 {VMWGFX_NUM_MOB * SVGA3D_OTABLE_MOB_ENTRY_SIZE, NULL, true},
|
H A D | vmwgfx_drv.h | 79 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\ macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_gmrid_manager.c | 179 gman->max_gmr_ids = VMWGFX_NUM_MOB; in vmw_gmrid_man_init()
|
H A D | vmwgfx_mob.c | 68 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true}, 77 {VMWGFX_NUM_MOB * sizeof(SVGAOTableMobEntry), NULL, true},
|
H A D | ttm_object.c | 437 * Our base is at VMWGFX_NUM_MOB + 1 because we want to create in ttm_object_device_init() 439 * 1..VMWGFX_NUM_MOB) and the surface handles. Some ioctl's in ttm_object_device_init() 444 idr_init_base(&tdev->idr, VMWGFX_NUM_MOB + 1); in ttm_object_device_init()
|
H A D | vmwgfx_drv.h | 87 #define VMWGFX_NUM_MOB (VMWGFX_NUM_GB_CONTEXT +\ macro
|
Completed in 9 milliseconds