Lines Matching full:ips
1709 * Walks the list of IPs on the device and updates the clockgating
1832 * Adds the IP block driver information to the collection of IPs
2056 * amdgpu_device_ip_early_init - run early init for hardware IPs
2060 * Early initialization pass for hardware IPs. The hardware IPs that make
2339 * amdgpu_device_ip_init - run init for hardware IPs
2343 * Main initialization pass for hardware IPs. The list of all the hardware
2344 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2549 * The list of all the hardware IPs that make up the asic is walked and the
2551 * Late initialization pass enabling clockgating for hardware IPs.
2552 * Fini or suspend, pass disabling clockgating for hardware IPs.
2663 * amdgpu_device_ip_late_init - run late init for hardware IPs
2667 * Late initialization pass for hardware IPs. The list of all the hardware
2668 * IPs that make up the asic is walked and the late_init callbacks are run.
2828 * amdgpu_device_ip_fini - run fini for hardware IPs
2832 * Main teardown pass for hardware IPs. The list of all the hardware
2833 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
2914 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
2918 * Main suspend function for hardware IPs. The list of all the hardware
2919 * IPs that make up the asic is walked, clockgating is disabled and the
2963 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
2967 * Main suspend function for hardware IPs. The list of all the hardware
2968 * IPs that make up the asic is walked, clockgating is disabled and the
3038 * amdgpu_device_ip_suspend - run suspend for hardware IPs
3042 * Main suspend function for hardware IPs. The list of all the hardware
3043 * IPs that make up the asic is walked, clockgating is disabled and the
3145 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
3149 * First resume function for hardware IPs. The list of all the hardware
3150 * IPs that make up the asic is walked and the resume callbacks are run for
3182 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
3186 * First resume function for hardware IPs. The list of all the hardware
3187 * IPs that make up the asic is walked and the resume callbacks are run for
3228 * amdgpu_device_ip_resume - run resume for hardware IPs
3232 * Main resume function for hardware IPs. The hardware IPs
4248 * The list of all the hardware IPs that make up the asic is walked and
4251 * Returns true if any of the IPs are still in a hung state, false if not.
4283 * The list of all the hardware IPs that make up the asic is walked and the
4312 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
4345 * The list of all the hardware IPs that make up the asic is walked and the
4374 * The list of all the hardware IPs that make up the asic is walked and the
5300 /* disable ras on ALL IPs */ in amdgpu_device_gpu_recover()