| /linux-6.15/drivers/gpu/drm/vkms/ |
| H A D | vkms_output.c | 76 connector = drmm_kzalloc(dev, sizeof(*connector), GFP_KERNEL); in vkms_output_init() 91 encoder = drmm_kzalloc(dev, sizeof(*encoder), GFP_KERNEL); in vkms_output_init()
|
| /linux-6.15/drivers/gpu/drm/vc4/tests/ |
| H A D | vc4_mock_crtc.c | 29 dummy_crtc = drmm_kzalloc(drm, sizeof(*dummy_crtc), GFP_KERNEL); in vc4_mock_pv()
|
| H A D | vc4_mock_output.c | 35 dummy_output = drmm_kzalloc(drm, sizeof(*dummy_output), GFP_KERNEL); in vc4_dummy_output()
|
| /linux-6.15/drivers/accel/ivpu/ |
| H A D | ivpu_drv.c | 547 vdev->hw = drmm_kzalloc(&vdev->drm, sizeof(*vdev->hw), GFP_KERNEL); in ivpu_dev_init() 551 vdev->mmu = drmm_kzalloc(&vdev->drm, sizeof(*vdev->mmu), GFP_KERNEL); in ivpu_dev_init() 555 vdev->fw = drmm_kzalloc(&vdev->drm, sizeof(*vdev->fw), GFP_KERNEL); in ivpu_dev_init() 559 vdev->ipc = drmm_kzalloc(&vdev->drm, sizeof(*vdev->ipc), GFP_KERNEL); in ivpu_dev_init() 563 vdev->pm = drmm_kzalloc(&vdev->drm, sizeof(*vdev->pm), GFP_KERNEL); in ivpu_dev_init()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_sa_media.c | 18 uncore = drmm_kzalloc(&i915->drm, sizeof(*uncore), GFP_KERNEL); in intel_sa_mediagt_setup()
|
| H A D | intel_gt.c | 67 gt = drmm_kzalloc(&i915->drm, sizeof(*gt), GFP_KERNEL); in intel_root_gt_init_early() 75 gt->irq_lock = drmm_kzalloc(&i915->drm, sizeof(*gt->irq_lock), GFP_KERNEL); in intel_root_gt_init_early() 866 uncore = drmm_kzalloc(>->i915->drm, sizeof(*uncore), GFP_KERNEL); in intel_gt_tile_setup() 870 irq_lock = drmm_kzalloc(>->i915->drm, sizeof(*irq_lock), GFP_KERNEL); in intel_gt_tile_setup() 924 gt = drmm_kzalloc(&i915->drm, sizeof(*gt), GFP_KERNEL); in intel_gt_probe_all()
|
| /linux-6.15/drivers/gpu/drm/msm/disp/dpu1/ |
| H A D | dpu_hw_merge3d.c | 56 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_merge_3d_init()
|
| H A D | dpu_hw_cwb.c | 64 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_cwb_init()
|
| H A D | dpu_hw_dspp.c | 90 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_dspp_init()
|
| H A D | dpu_hw_lm.c | 179 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_lm_init()
|
| H A D | dpu_hw_cdm.c | 241 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_cdm_init()
|
| H A D | dpu_hw_dsc.c | 207 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_dsc_init()
|
| H A D | dpu_hw_vbif.c | 229 c = drmm_kzalloc(dev, sizeof(*c), GFP_KERNEL); in dpu_hw_vbif_init()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_tile.c | 92 tile->mem.ggtt = drmm_kzalloc(drm, sizeof(*tile->mem.ggtt), in xe_tile_alloc()
|
| H A D | xe_sa.c | 56 sa_manager = drmm_kzalloc(&xe->drm, sizeof(*sa_manager), GFP_KERNEL); in __xe_sa_bo_manager_init()
|
| H A D | xe_guc_capture.c | 373 list = drmm_kzalloc(drm, num_regs * sizeof(struct __guc_mmio_reg_descr), GFP_KERNEL); in __alloc_ext_regs() 446 extlists = drmm_kzalloc(drm, 2 * sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists() 661 caplist = drmm_kzalloc(guc_to_drm(guc), size, GFP_KERNEL); in xe_guc_capture_getlist() 710 null_header = drmm_kzalloc(guc_to_drm(guc), tmp, GFP_KERNEL); in xe_guc_capture_getnullheader() 1449 new = drmm_kzalloc(drm, sizeof(*new), GFP_KERNEL); in guc_capture_alloc_one_node() 1454 new->reginfo[i].regs = drmm_kzalloc(drm, guc->capture->max_mmio_per_node * in guc_capture_alloc_one_node() 2007 guc->capture = drmm_kzalloc(guc_to_drm(guc), sizeof(*guc->capture), GFP_KERNEL); in xe_guc_capture_init()
|
| /linux-6.15/include/drm/ |
| H A D | drm_managed.h | 64 static inline void *drmm_kzalloc(struct drm_device *dev, size_t size, gfp_t gfp) in drmm_kzalloc() function
|
| /linux-6.15/drivers/accel/amdxdna/ |
| H A D | aie2_psp.c | 122 psp = drmm_kzalloc(ddev, sizeof(*psp), GFP_KERNEL); in aie2m_psp_create()
|
| /linux-6.15/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_ddc.c | 140 ddc = drmm_kzalloc(dev, sizeof(*ddc), GFP_KERNEL); in mgag200_ddc_create()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_buf_kunit.c | 27 bo = drmm_kzalloc(&xe->drm, sizeof(*bo), GFP_KERNEL); in replacement_xe_managed_bo_create_pin_map() 30 buf = drmm_kzalloc(&xe->drm, size, GFP_KERNEL); in replacement_xe_managed_bo_create_pin_map()
|
| /linux-6.15/drivers/gpu/drm/ast/ |
| H A D | ast_ddc.c | 153 ddc = drmm_kzalloc(dev, sizeof(*ddc), GFP_KERNEL); in ast_ddc_create()
|
| /linux-6.15/drivers/gpu/drm/tests/ |
| H A D | drm_kunit_helpers.c | 258 crtc = drmm_kzalloc(drm, sizeof(*crtc), GFP_KERNEL); in drm_kunit_helper_create_crtc()
|
| /linux-6.15/drivers/gpu/drm/stm/ |
| H A D | drv.c | 81 ldev = drmm_kzalloc(ddev, sizeof(*ldev), GFP_KERNEL); in drv_load()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_vm_mips.c | 46 mips_data = drmm_kzalloc(from_pvr_device(pvr_dev), sizeof(*mips_data), GFP_KERNEL); in pvr_vm_mips_init()
|
| /linux-6.15/drivers/gpu/drm/panthor/ |
| H A D | panthor_devfreq.c | 142 pdevfreq = drmm_kzalloc(&ptdev->base, sizeof(*ptdev->devfreq), GFP_KERNEL); in panthor_devfreq_init()
|