Searched refs:drmm_kcalloc (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/drm/
H A Ddrm_managed.h92 * drmm_kcalloc - &drm_device managed kcalloc()
102 static inline void *drmm_kcalloc(struct drm_device *dev, function
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c74 vgdev->capsets = drmm_kcalloc(drm, num_capsets,
/linux-master/drivers/gpu/drm/gud/
H A Dgud_drv.c273 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties),
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c521 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL);

Completed in 119 milliseconds