Symbol: amdgpu_bo_free_kernel
sys/dev/drm/amd/amdgpu/amdgpu_device.c
450
amdgpu_bo_free_kernel(&adev->vram_scratch.robj, NULL, NULL);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
577
amdgpu_bo_free_kernel(&adev->wb.wb_obj,
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
279
amdgpu_bo_free_kernel(&kiq->eop_obj, &kiq->eop_gpu_addr, NULL);
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
367
amdgpu_bo_free_kernel(&ring->mqd_obj,
sys/dev/drm/amd/amdgpu/amdgpu_gfx.c
374
amdgpu_bo_free_kernel(&ring->mqd_obj,
sys/dev/drm/amd/amdgpu/amdgpu_ih.c
115
amdgpu_bo_free_kernel(&ih->ring_obj, (u64*)&ih->gpu_addr,
sys/dev/drm/amd/amdgpu/amdgpu_object.h
239
void amdgpu_bo_free_kernel(struct amdgpu_bo **bo, u64 *gpu_addr,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
399
amdgpu_bo_free_kernel(&psp->cmd_buf_bo,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
403
amdgpu_bo_free_kernel(&psp->fence_buf_bo,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
406
amdgpu_bo_free_kernel(&psp->fw_pri_bo,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
457
amdgpu_bo_free_kernel(&psp->tmr_bo, (u64 *)&psp->tmr_mc_addr, &psp->tmr_buf);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
458
amdgpu_bo_free_kernel(&psp->fw_pri_bo,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
460
amdgpu_bo_free_kernel(&psp->fence_buf_bo,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
462
amdgpu_bo_free_kernel(&psp->asd_shared_bo, (u64 *)&psp->asd_shared_mc_addr,
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
464
amdgpu_bo_free_kernel(&psp->cmd_buf_bo, (u64 *)&psp->cmd_buf_mc_addr,
sys/dev/drm/amd/amdgpu/amdgpu_ring.c
353
amdgpu_bo_free_kernel(&ring->ring_obj,
sys/dev/drm/amd/amdgpu/amdgpu_sa.c
98
amdgpu_bo_free_kernel(&sa_manager->bo, (u64 *)&sa_manager->gpu_addr, &sa_manager->cpu_ptr);
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1674
amdgpu_bo_free_kernel(&adev->fw_vram_usage.reserved_bo,
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1922
amdgpu_bo_free_kernel(&adev->stolen_vga_memory, NULL, NULL);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
444
amdgpu_bo_free_kernel(&adev->firmware.fw_buf,
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
307
amdgpu_bo_free_kernel(&adev->uvd.inst[j].vcpu_bo,
sys/dev/drm/amd/amdgpu/amdgpu_vce.c
216
amdgpu_bo_free_kernel(&adev->vce.vcpu_bo, (u64 *)&adev->vce.gpu_addr,
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
144
amdgpu_bo_free_kernel(&adev->vcn.vcpu_bo,
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
365
amdgpu_bo_free_kernel(&adev->virt.mm_table.bo,
sys/dev/drm/amd/amdgpu/amdgpu_virt.c
60
amdgpu_bo_free_kernel(&adev->virt.csa_obj,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2759
amdgpu_bo_free_kernel(&ring->mqd_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
2765
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3274
amdgpu_bo_free_kernel(&adev->gfx.rlc.save_restore_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3275
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
3276
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4598
amdgpu_bo_free_kernel(&adev->gds.oa_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4599
amdgpu_bo_free_kernel(&adev->gds.gws_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4600
amdgpu_bo_free_kernel(&adev->gds.gds_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4610
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
4614
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1368
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1369
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1429
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
2170
amdgpu_bo_free_kernel(&adev->gds.oa_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
2171
amdgpu_bo_free_kernel(&adev->gds.gws_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
2172
amdgpu_bo_free_kernel(&adev->gds.gds_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
2185
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
2190
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1133
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1138
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1245
amdgpu_bo_free_kernel(&adev->gfx.mec.hpd_eop_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1246
amdgpu_bo_free_kernel(&adev->gfx.mec.mec_fw_obj, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1515
amdgpu_bo_free_kernel(&adev->gfx.ngg.buf[i].bo,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1833
amdgpu_bo_free_kernel(&adev->gds.oa_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1834
amdgpu_bo_free_kernel(&adev->gds.gws_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1835
amdgpu_bo_free_kernel(&adev->gds.gds_gfx_bo, NULL, NULL);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1848
amdgpu_bo_free_kernel(&adev->gfx.rlc.clear_state_obj,
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1852
amdgpu_bo_free_kernel(&adev->gfx.rlc.cp_table_obj,
sys/dev/drm/amd/amdgpu/gmc_v9_0.c
1048
amdgpu_bo_free_kernel(&adev->stolen_vga_memory, NULL, NULL);
sys/dev/drm/amd/amdgpu/psp_v10_0.c
272
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v11_0.c
335
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v3_1.c
390
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/powerplay/amd_powerplay.c
167
amdgpu_bo_free_kernel(&adev->pm.smu_prv_buffer, NULL, NULL);
sys/dev/drm/amd/powerplay/amd_powerplay.c
195
amdgpu_bo_free_kernel(&adev->pm.smu_prv_buffer, NULL, NULL);
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
195
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_WMTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
198
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_CLOCKTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/smu10_smumgr.c
269
amdgpu_bo_free_kernel(&priv->smu_tables.entry[SMU10_WMTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
578
amdgpu_bo_free_kernel(&smu_data->header_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
596
amdgpu_bo_free_kernel(&smu_data->header_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu7_smumgr.c
601
amdgpu_bo_free_kernel(&smu_data->smu_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
826
amdgpu_bo_free_kernel(&smu8_smu->smu_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
830
amdgpu_bo_free_kernel(&smu8_smu->toc_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
847
amdgpu_bo_free_kernel(&smu8_smu->toc_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
850
amdgpu_bo_free_kernel(&smu8_smu->smu_buffer.handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
273
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
277
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
281
amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
285
amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
299
amdgpu_bo_free_kernel(&priv->smu_tables.entry[PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
302
amdgpu_bo_free_kernel(&priv->smu_tables.entry[WMTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
305
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
309
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TOOLSTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega10_smumgr.c
312
amdgpu_bo_free_kernel(&priv->smu_tables.entry[AVFSFUSETABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
293
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
298
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
302
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
306
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
321
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
324
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
328
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
331
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_AVFS_FUSE_OVERRIDE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega12_smumgr.c
334
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
479
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_SMU_METRICS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
483
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
487
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
491
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
495
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
510
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PPTABLE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
513
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_WATERMARKS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
516
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_PMSTATUSLOG].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
519
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_OVERDRIVE].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
522
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_SMU_METRICS].handle,
sys/dev/drm/amd/powerplay/smumgr/vega20_smumgr.c
525
amdgpu_bo_free_kernel(&priv->smu_tables.entry[TABLE_ACTIVITY_MONITOR_COEFF].handle,