Home
last modified time | relevance | path

Searched refs:drmm_kcalloc (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_managed.h102 static inline void *drmm_kcalloc(struct drm_device *dev, in drmm_kcalloc() function
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf.c40 gt->sriov.pf.vfs = drmm_kcalloc(&gt_to_xe(gt)->drm, 1 + num_vfs, in pf_alloc_metadata()
H A Dxe_guc_engine_activity.c51 engine_activity->eag = drmm_kcalloc(&xe->drm, num_activity_group, in allocate_engine_activity_group()
H A Dxe_gt_sriov_pf_service.c241 values = drmm_kcalloc(&xe->drm, size, sizeof(u32), GFP_KERNEL); in pf_alloc_runtime_info()
H A Dxe_gt_sriov_vf.c813 regs = drmm_kcalloc(&xe->drm, regs_size, sizeof(*regs), GFP_KERNEL); in vf_prepare_runtime_info()
H A Dxe_oa.c2548 u = drmm_kcalloc(&gt_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 Dvirtgpu_kms.c74 vgdev->capsets = drmm_kcalloc(drm, num_capsets, in virtio_gpu_get_capsets()
/linux-6.15/drivers/gpu/drm/gud/
H A Dgud_drv.c274 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties), in gud_get_properties()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_vblank.c534 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL); in drm_vblank_init()