Home
last modified time | relevance | path

Searched refs:gpmu_bo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_power.c268 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()
Da5xx_gpu.h33 struct drm_gem_object *gpmu_bo; member
Da5xx_gpu.c855 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()