Searched refs:drmm_kcalloc (Results 1 – 8 of 8) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_managed.h | 102 static inline void *drmm_kcalloc(struct drm_device *dev, in drmm_kcalloc() function
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_sysfs.c | 65 dbc_attrs = drmm_kcalloc(drm, num_dbc, sizeof(*dbc_attrs), GFP_KERNEL); in qaic_sysfs_init()
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_kms.c | 75 vgdev->capsets = drmm_kcalloc(drm, num_capsets, in virtio_gpu_get_capsets()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_engine_activity.c | 76 engine_activity->eag = drmm_kcalloc(&xe->drm, num_activity_group, in allocate_engine_activity_group()
|
| H A D | xe_gt_sriov_vf.c | 921 regs = drmm_kcalloc(&xe->drm, regs_size, sizeof(*regs), GFP_KERNEL); in vf_prepare_runtime_info()
|
| H A D | xe_oa.c | 2682 u = drmm_kcalloc(>_to_xe(gt)->drm, num_oa_units, sizeof(*u), GFP_KERNEL); in xe_oa_init_gt()
|
| /linux/drivers/gpu/drm/gud/ |
| H A D | gud_drv.c | 274 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties), in gud_plane_add_properties()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_vblank.c | 547 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL); in drm_vblank_init()
|