Searched refs:drmm_kcalloc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_managed.h | 102 static inline void *drmm_kcalloc(struct drm_device *dev, in drmm_kcalloc() function
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_sriov_pf.c | 40 gt->sriov.pf.vfs = drmm_kcalloc(>_to_xe(gt)->drm, 1 + num_vfs, in pf_alloc_metadata()
|
| H A D | xe_guc_engine_activity.c | 51 engine_activity->eag = drmm_kcalloc(&xe->drm, num_activity_group, in allocate_engine_activity_group()
|
| H A D | xe_gt_sriov_pf_service.c | 241 values = drmm_kcalloc(&xe->drm, size, sizeof(u32), GFP_KERNEL); in pf_alloc_runtime_info()
|
| H A D | xe_gt_sriov_vf.c | 813 regs = drmm_kcalloc(&xe->drm, regs_size, sizeof(*regs), GFP_KERNEL); in vf_prepare_runtime_info()
|
| H A D | xe_oa.c | 2548 u = drmm_kcalloc(>_to_xe(gt)->drm, num_oa_units, sizeof(*u), GFP_KERNEL); in xe_oa_init_gt()
|
| /linux-6.15/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_kms.c | 74 vgdev->capsets = drmm_kcalloc(drm, num_capsets, in virtio_gpu_get_capsets()
|
| /linux-6.15/drivers/gpu/drm/gud/ |
| H A D | gud_drv.c | 274 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties), in gud_get_properties()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 534 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL); in drm_vblank_init()
|