Lines Matching full:hfi
245 DRM_DEV_ERROR(gmu->dev, "Unable to start the HFI queues\n"); in a6xx_gmu_hfi_start()
753 /* Write the iova of the HFI table */ in a6xx_gmu_fw_start()
754 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi.iova); in a6xx_gmu_fw_start()
1048 /* Turn off HFI */ in a6xx_gmu_shutdown()
1096 msm_gem_kernel_put(gmu->hfi.obj, gmu->aspace, false); in a6xx_gmu_memory_free()
1484 /* HFI v1, has sptprac */ in a6xx_gmu_init()
1493 /* Allocate memory for for the HFI queues */ in a6xx_gmu_init()
1494 ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0); in a6xx_gmu_init()
1518 /* Get the HFI and GMU interrupts */ in a6xx_gmu_init()
1519 gmu->hfi_irq = a6xx_gmu_get_irq(gmu, pdev, "hfi", a6xx_hfi_irq); in a6xx_gmu_init()
1534 /* Set up the HFI queues */ in a6xx_gmu_init()