Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_managed.h98 static inline void *drmm_kcalloc(struct drm_device *dev, in drmm_kcalloc() function
/linux-6.1.9/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c72 vgdev->capsets = drmm_kcalloc(drm, num_capsets, in virtio_gpu_get_capsets()
/linux-6.1.9/drivers/gpu/drm/gud/
Dgud_drv.c273 gdrm->properties = drmm_kcalloc(&gdrm->drm, num_properties, sizeof(*gdrm->properties), in gud_get_properties()
/linux-6.1.9/drivers/gpu/drm/xlnx/
Dzynqmp_disp.c1237 drm_formats = drmm_kcalloc(disp->drm, sizeof(*drm_formats), in zynqmp_disp_create_planes()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_vblank.c531 dev->vblank = drmm_kcalloc(dev, num_crtcs, sizeof(*dev->vblank), GFP_KERNEL); in drm_vblank_init()