Searched refs:VMWGFX_NUM_GB_SURFACE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_mob.c | 74 {VMWGFX_NUM_GB_SURFACE * SVGA3D_OTABLE_SURFACE_ENTRY_SIZE, NULL, true}, 83 {VMWGFX_NUM_GB_SURFACE * SVGA3D_OTABLE_SURFACE_ENTRY_SIZE, NULL, true},
|
H A D | vmwgfx_drv.h | 75 #define VMWGFX_NUM_GB_SURFACE 32768 macro 81 VMWGFX_NUM_GB_SURFACE +\
|
H A D | vmwgfx_surface.c | 1100 if (unlikely(res->id >= VMWGFX_NUM_GB_SURFACE)) { in vmw_gb_surface_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_mob.c | 69 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true}, 78 {VMWGFX_NUM_GB_SURFACE * sizeof(SVGAOTableSurfaceEntry), NULL, true},
|
H A D | vmwgfx_drv.h | 83 #define VMWGFX_NUM_GB_SURFACE 32768 macro 89 VMWGFX_NUM_GB_SURFACE +\
|
H A D | vmwgfx_surface.c | 1067 if (unlikely(res->id >= VMWGFX_NUM_GB_SURFACE)) { in vmw_gb_surface_create()
|
Completed in 13 milliseconds