Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_managed.h102 static inline void *drmm_kcalloc(struct drm_device *dev, in drmm_kcalloc() function
/linux/drivers/accel/qaic/
H A Dqaic_sysfs.c65 dbc_attrs = drmm_kcalloc(drm, num_dbc, sizeof(*dbc_attrs), GFP_KERNEL); in qaic_sysfs_init()
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c75 vgdev->capsets = drmm_kcalloc(drm, num_capsets, in virtio_gpu_get_capsets()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_engine_activity.c76 engine_activity->eag = drmm_kcalloc(&xe->drm, num_activity_group, in allocate_engine_activity_group()
H A Dxe_gt_sriov_vf.c921 regs = drmm_kcalloc(&xe->drm, regs_size, sizeof(*regs), GFP_KERNEL); in vf_prepare_runtime_info()
H A Dxe_oa.c2682 u = drmm_kcalloc(&gt_to_xe(gt)->drm, num_oa_units, sizeof(*u), GFP_KERNEL); in xe_oa_init_gt()
/linux/drivers/gpu/drm/gud/
H A Dgud_drv.c274 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties), in gud_plane_add_properties()
/linux/drivers/gpu/drm/
H A Ddrm_vblank.c547 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL); in drm_vblank_init()