Lines Matching full:hfi
288 DRM_DEV_ERROR(gmu->dev, "Unable to start the HFI queues\n"); in a6xx_gmu_hfi_start()
867 /* Write the iova of the HFI table */ in a6xx_gmu_fw_start()
868 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi.iova); in a6xx_gmu_fw_start()
1175 * GMU firmware's internal power state gets messed up if we send "prepare_slumber" hfi when in a6xx_gmu_shutdown()
1217 /* Turn off HFI */ in a6xx_gmu_shutdown()
1270 msm_gem_kernel_put(gmu->hfi.obj, gmu->aspace); in a6xx_gmu_memory_free()
1934 /* HFI v1, has sptprac */ in a6xx_gmu_init()
1948 /* Allocate memory for for the HFI queues */ in a6xx_gmu_init()
1949 ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0, "hfi"); in a6xx_gmu_init()
1971 /* Get the HFI and GMU interrupts */ in a6xx_gmu_init()
1972 gmu->hfi_irq = a6xx_gmu_get_irq(gmu, pdev, "hfi", a6xx_hfi_irq); in a6xx_gmu_init()
2011 /* Set up the HFI queues */ in a6xx_gmu_init()