Searched refs:drmm_kmalloc (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_managed.h | 52 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) __malloc; 66 return drmm_kmalloc(dev, size, gfp | __GFP_ZERO); in drmm_kzalloc() 88 return drmm_kmalloc(dev, bytes, flags); in drmm_kmalloc_array()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_managed.c | 228 void *drmm_kmalloc(struct drm_device *dev, size_t size, gfp_t gfp) in drmm_kmalloc() function 244 EXPORT_SYMBOL(drmm_kmalloc); 265 buf = drmm_kmalloc(dev, size, gfp); in drmm_kstrdup()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gsc_debugfs.c | 58 local = drmm_kmalloc(&gsc_to_xe(gsc)->drm, DEBUGFS_SIZE, GFP_KERNEL); in xe_gsc_debugfs_register()
|
| H A D | xe_huc_debugfs.c | 58 local = drmm_kmalloc(&huc_to_xe(huc)->drm, DEBUGFS_SIZE, GFP_KERNEL); in xe_huc_debugfs_register()
|
| H A D | xe_pxp_debugfs.c | 112 local = drmm_kmalloc(&pxp->xe->drm, DEBUGFS_SIZE, GFP_KERNEL); in xe_pxp_debugfs_register()
|
| H A D | xe_guc_debugfs.c | 104 local = drmm_kmalloc(&guc_to_xe(guc)->drm, DEBUGFS_SIZE, GFP_KERNEL); in xe_guc_debugfs_register()
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_psp.c | 130 psp->fw_buffer = drmm_kmalloc(ddev, psp->fw_buf_sz, GFP_KERNEL); in aie2m_psp_create()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_fw.c | 557 void *data = drmm_kmalloc(&ptdev->base, section->data.size, GFP_KERNEL); in panthor_fw_load_section_entry() 567 char *name = drmm_kmalloc(&ptdev->base, name_len + 1, GFP_KERNEL); in panthor_fw_load_section_entry()
|
| /linux-6.15/drivers/gpu/drm/tiny/ |
| H A D | gm12u320.c | 172 gm12u320->cmd_buf = drmm_kmalloc(&gm12u320->dev, CMD_SIZE, GFP_KERNEL); in gm12u320_usb_alloc()
|