Searched refs:gpmu_bo (Results 1 – 3 of 3) sorted by relevance
268 if (a5xx_gpu->gpmu_bo) in a5xx_gpmu_ucode_init()299 &a5xx_gpu->gpmu_bo, &a5xx_gpu->gpmu_iova); in a5xx_gpmu_ucode_init()318 msm_gem_put_vaddr(a5xx_gpu->gpmu_bo); in a5xx_gpmu_ucode_init()324 msm_gem_put_iova(a5xx_gpu->gpmu_bo, gpu->aspace); in a5xx_gpmu_ucode_init()325 if (a5xx_gpu->gpmu_bo) in a5xx_gpmu_ucode_init()326 drm_gem_object_unreference(a5xx_gpu->gpmu_bo); in a5xx_gpmu_ucode_init()328 a5xx_gpu->gpmu_bo = NULL; in a5xx_gpmu_ucode_init()
33 struct drm_gem_object *gpmu_bo; member
855 if (a5xx_gpu->gpmu_bo) { in a5xx_destroy()857 msm_gem_put_iova(a5xx_gpu->gpmu_bo, gpu->aspace); in a5xx_destroy()858 drm_gem_object_put_unlocked(a5xx_gpu->gpmu_bo); in a5xx_destroy()