Searched refs:tmr_bo (Results 1 – 2 of 2) sorted by relevance
292 amdgpu_bo_free_kernel(&psp->tmr_bo, &psp->tmr_mc_addr, pptr); in psp_free_shared_bufs()293 psp->tmr_bo = NULL; in psp_free_shared_bufs()791 uint64_t tmr_mc, struct amdgpu_bo *tmr_bo) in psp_prep_tmr_cmd_buf() argument797 if (tmr_bo) { in psp_prep_tmr_cmd_buf()798 size = amdgpu_bo_size(tmr_bo); in psp_prep_tmr_cmd_buf()799 tmr_pa = amdgpu_gmc_vram_pa(adev, tmr_bo); in psp_prep_tmr_cmd_buf()876 if (!psp->tmr_bo && !psp->boot_time_tmr) { in psp_tmr_init()883 &psp->tmr_bo, &psp->tmr_mc_addr, in psp_tmr_init()886 if (amdgpu_virt_xgmi_migrate_enabled(psp->adev) && psp->tmr_bo) in psp_tmr_init()887 psp->tmr_mc_addr = amdgpu_bo_fb_aper_addr(psp->tmr_bo); in psp_tmr_init()[all …]
389 struct amdgpu_bo *tmr_bo; member