Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_power.c193 OUT_RING(ring, lower_32_bits(a5xx_gpu->gpmu_iova)); in a5xx_gpmu_init()
194 OUT_RING(ring, upper_32_bits(a5xx_gpu->gpmu_iova)); in a5xx_gpmu_init()
299 &a5xx_gpu->gpmu_bo, &a5xx_gpu->gpmu_iova); in a5xx_gpmu_ucode_init()
323 if (a5xx_gpu->gpmu_iova) in a5xx_gpmu_ucode_init()
329 a5xx_gpu->gpmu_iova = 0; in a5xx_gpmu_ucode_init()
Da5xx_gpu.h34 uint64_t gpmu_iova; member
Da5xx_gpu.c856 if (a5xx_gpu->gpmu_iova) in a5xx_destroy()