Symbol: amdgpu_bo_free_kernel
sys/dev/pci/drm/amd/amdgpu/amdgpu_benchmark.c
116
amdgpu_bo_free_kernel(&sobj, &saddr, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_benchmark.c
118
amdgpu_bo_free_kernel(&dobj, &daddr, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_csa.c
56
amdgpu_bo_free_kernel(bo, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
1500
amdgpu_bo_free_kernel(&adev->mem_scratch.robj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c
1588
amdgpu_bo_free_kernel(&adev->wb.wb_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_doorbell_mgr.c
253
amdgpu_bo_free_kernel(&adev->doorbell.kernel_doorbells,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gart.c
290
amdgpu_bo_free_kernel(&adev->gart.bo, NULL, (void *)&adev->gart.ptr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
1938
amdgpu_bo_free_kernel(&adev->gfx.cleaner_shader_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
350
amdgpu_bo_free_kernel(&kiq->eop_obj, &kiq->eop_gpu_addr, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
481
amdgpu_bo_free_kernel(&ring->mqd_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
491
amdgpu_bo_free_kernel(&ring->mqd_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c
498
amdgpu_bo_free_kernel(&ring->mqd_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c
1193
amdgpu_bo_free_kernel(&vram_bo, &vram_gpu,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ih.c
152
amdgpu_bo_free_kernel(&ih->ring_obj, &ih->gpu_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_isp.c
317
amdgpu_bo_free_kernel(bo, gpu_addr, cpu_addr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_jpeg.c
80
amdgpu_bo_free_kernel(
sys/dev/pci/drm/amd/amdgpu/amdgpu_mes.c
233
amdgpu_bo_free_kernel(&adev->mes.hung_queue_db_array_gpu_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_mes.c
237
amdgpu_bo_free_kernel(&adev->mes.event_log_gpu_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_object.h
279
void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
1079
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
1086
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
1096
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory_extend, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
280
amdgpu_bo_free_kernel(&mem_ctx->shared_bo, &mem_ctx->shared_mc_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
292
amdgpu_bo_free_kernel(&psp->tmr_bo, &psp->tmr_mc_addr, pptr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
4152
amdgpu_bo_free_kernel(&fw_buf_bo, &fw_pri_mc_addr, &fw_pri_cpu_addr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
4268
amdgpu_bo_free_kernel(&fw_buf_bo, &fw_pri_mc_addr, &fw_pri_cpu_addr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
4416
amdgpu_bo_free_kernel(&bo_triplet->bo, &bo_triplet->mc_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
4446
amdgpu_bo_free_kernel(&bo_triplet->bo, &bo_triplet->mc_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
537
amdgpu_bo_free_kernel(&psp->fence_buf_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
540
amdgpu_bo_free_kernel(&psp->fw_pri_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
564
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
568
amdgpu_bo_free_kernel(&psp->fw_pri_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
570
amdgpu_bo_free_kernel(&psp->fence_buf_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c
572
amdgpu_bo_free_kernel(&psp->cmd_buf_bo, &psp->cmd_buf_mc_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ring.c
416
amdgpu_bo_free_kernel(&ring->ring_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
265
amdgpu_bo_free_kernel(&adev->gfx.rlc.save_restore_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
271
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_rlc.c
276
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_sa.c
76
amdgpu_bo_free_kernel(&sa_manager->bo, &sa_manager->gpu_addr, &sa_manager->cpu_ptr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_seq64.c
221
amdgpu_bo_free_kernel(&adev->seq64.sbo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1677
amdgpu_bo_free_kernel(&adev->mman.fw_vram_usage_reserved_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1693
amdgpu_bo_free_kernel(&adev->mman.drv_vram_usage_reserved_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1764
amdgpu_bo_free_kernel(&ctx->c2p_bo, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
1849
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2199
amdgpu_bo_free_kernel(&adev->mman.stolen_vga_memory, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2200
amdgpu_bo_free_kernel(&adev->mman.stolen_extended_memory, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2202
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory, NULL,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2204
amdgpu_bo_free_kernel(&adev->mman.fw_reserved_memory_extend, NULL,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2207
amdgpu_bo_free_kernel(&adev->mman.stolen_reserved_memory,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ttm.c
2210
amdgpu_bo_free_kernel(&adev->mman.sdma_access_bo, NULL,
sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c
1140
amdgpu_bo_free_kernel(&adev->firmware.fw_buf,
sys/dev/pci/drm/amd/amdgpu/amdgpu_umsch_mm.c
375
amdgpu_bo_free_kernel(&adev->umsch_mm.cmd_buf_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_umsch_mm.c
379
amdgpu_bo_free_kernel(&adev->umsch_mm.dbglog_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_umsch_mm.c
412
amdgpu_bo_free_kernel(&adev->umsch_mm.data_fw_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_umsch_mm.c
416
amdgpu_bo_free_kernel(&adev->umsch_mm.ucode_fw_obj,
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
1257
amdgpu_bo_free_kernel(&bo, NULL, (void **)&msg);
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
382
amdgpu_bo_free_kernel(&adev->uvd.inst[j].vcpu_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_uvd.c
391
amdgpu_bo_free_kernel(&adev->uvd.ib_bo, NULL, &addr);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vce.c
223
amdgpu_bo_free_kernel(&adev->vce.vcpu_bo, &adev->vce.gpu_addr,
sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c
267
amdgpu_bo_free_kernel(
sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c
274
amdgpu_bo_free_kernel(&adev->vcn.inst[i].vcpu_bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.c
229
amdgpu_bo_free_kernel(&adev->virt.mm_table.bo,
sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.c
325
amdgpu_bo_free_kernel(&bo, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/amdgpu_vpe.c
430
amdgpu_bo_free_kernel(&adev->vpe.cmdbuf_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4349
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4354
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4404
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
4405
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5001
amdgpu_bo_free_kernel(&adev->gfx.pfp.pfp_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5008
amdgpu_bo_free_kernel(&adev->gfx.ce.ce_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5015
amdgpu_bo_free_kernel(&adev->gfx.me.me_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5705
amdgpu_bo_free_kernel(&adev->gfx.rlc.rlc_toc_bo,
sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c
5708
amdgpu_bo_free_kernel(&adev->gfx.rlc.rlc_autoload_bo,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1882
amdgpu_bo_free_kernel(&adev->gfx.pfp.pfp_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1886
amdgpu_bo_free_kernel(&adev->gfx.pfp.pfp_fw_data_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1893
amdgpu_bo_free_kernel(&adev->gfx.me.me_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1897
amdgpu_bo_free_kernel(&adev->gfx.me.me_fw_data_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
1904
amdgpu_bo_free_kernel(&adev->gfx.rlc.rlc_autoload_bo,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
877
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
882
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
927
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
928
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c
929
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_data_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1598
amdgpu_bo_free_kernel(&adev->gfx.pfp.pfp_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1602
amdgpu_bo_free_kernel(&adev->gfx.pfp.pfp_fw_data_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1609
amdgpu_bo_free_kernel(&adev->gfx.me.me_fw_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1613
amdgpu_bo_free_kernel(&adev->gfx.me.me_fw_data_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
1620
amdgpu_bo_free_kernel(&adev->gfx.rlc.rlc_autoload_bo,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
720
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
725
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
770
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
771
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v12_0.c
772
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_data_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2724
amdgpu_bo_free_kernel(&ring->mqd_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
2730
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4423
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v7_0.c
4427
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
1284
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
2050
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v8_0.c
2055
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1864
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
1865
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2474
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c
2478
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
612
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gfx_v9_4_3.c
613
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c
2091
amdgpu_bo_free_kernel(&adev->gmc.pdb0_bo, NULL, &adev->gmc.ptr_pdb0);
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1475
amdgpu_bo_free_kernel(&adev->mes.resource_1[0], &adev->mes.resource_1_gpu_addr[0],
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1481
amdgpu_bo_free_kernel(&adev->mes.eop_gpu_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1487
amdgpu_bo_free_kernel(&adev->gfx.kiq[0].ring.mqd_obj,
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
1491
amdgpu_bo_free_kernel(&adev->mes.ring[0].mqd_obj,
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
908
amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v11_0.c
912
amdgpu_bo_free_kernel(&adev->mes.ucode_fw_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1074
amdgpu_bo_free_kernel(&adev->mes.data_fw_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1078
amdgpu_bo_free_kernel(&adev->mes.ucode_fw_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1653
amdgpu_bo_free_kernel(&adev->mes.resource_1[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1659
amdgpu_bo_free_kernel(&adev->mes.eop_gpu_obj[pipe],
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1665
amdgpu_bo_free_kernel(&adev->mes.ring[pipe].mqd_obj,
sys/dev/pci/drm/amd/amdgpu/mes_v12_0.c
1673
amdgpu_bo_free_kernel(&adev->gfx.kiq[0].ring.mqd_obj,
sys/dev/pci/drm/amd/amdgpu/psp_v10_0.c
134
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v11_0.c
396
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v11_0_8.c
143
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v12_0.c
209
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v13_0.c
486
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v13_0_4.c
304
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v14_0.c
351
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/psp_v3_1.c
291
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/pci/drm/amd/amdgpu/sdma_v7_0.c
665
amdgpu_bo_free_kernel(&adev->sdma.instance[i].sdma_fw_obj,
sys/dev/pci/drm/amd/amdgpu/umsch_mm_v4_0.c
174
amdgpu_bo_free_kernel(&adev->umsch_mm.data_fw_obj,
sys/dev/pci/drm/amd/amdgpu/umsch_mm_v4_0.c
178
amdgpu_bo_free_kernel(&adev->umsch_mm.ucode_fw_obj,
sys/dev/pci/drm/amd/amdkfd/kfd_doorbell.c
102
amdgpu_bo_free_kernel(&kfd->doorbells, NULL,
sys/dev/pci/drm/amd/amdkfd/kfd_doorbell.c
302
amdgpu_bo_free_kernel(&qpd->proc_doorbells, NULL, NULL);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10932
amdgpu_bo_free_kernel(&adev->mman.stolen_vga_memory, NULL, NULL);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
10933
amdgpu_bo_free_kernel(&adev->mman.stolen_extended_memory, NULL, NULL);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1768
amdgpu_bo_free_kernel(&da->bo, &da->gpu_addr, &da->cpu_ptr);
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2283
amdgpu_bo_free_kernel(&adev->dm.dmub_bo,
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2653
amdgpu_bo_free_kernel(&da->bo, &da->gpu_addr, &da->cpu_ptr);
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
217
amdgpu_bo_free_kernel(&adev->pm.smu_prv_buffer, NULL, NULL);
sys/dev/pci/drm/amd/pm/powerplay/amd_powerplay.c
242
amdgpu_bo_free_kernel(&adev->pm.smu_prv_buffer, NULL, NULL);
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c
211
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_WMTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c
214
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_CLOCKTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c
287
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_WMTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu7_smumgr.c
535
amdgpu_bo_free_kernel(&smu_data->header_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu7_smumgr.c
553
amdgpu_bo_free_kernel(&smu_data->header_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu7_smumgr.c
558
amdgpu_bo_free_kernel(&smu_data->smu_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c
837
amdgpu_bo_free_kernel(&smu8_smu->smu_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c
841
amdgpu_bo_free_kernel(&smu8_smu->toc_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c
858
amdgpu_bo_free_kernel(&smu8_smu->toc_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c
861
amdgpu_bo_free_kernel(&smu8_smu->smu_buffer.handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
311
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
315
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
319
amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
323
amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
337
amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
340
amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
343
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
347
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c
350
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSFUSETABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
319
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
323
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
328
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
332
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
336
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
351
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
354
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
358
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
361
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
364
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c
367
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_SMU_METRICS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
530
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_SMU_METRICS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
534
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
538
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
542
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
546
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
564
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
567
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
570
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
573
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
576
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_SMU_METRICS].handle,
sys/dev/pci/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c
579
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].handle,
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1016
amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo,
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1031
amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo,
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1035
amdgpu_bo_free_kernel(&driver_table->bo,
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1115
amdgpu_bo_free_kernel(&memory_pool->bo,
sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c
1155
amdgpu_bo_free_kernel(&dummy_read_1_table->bo,