Lines Matching full:ips

1534  * Walks the list of IPs on the device and updates the clockgating
1657 * Adds the IP block driver information to the collection of IPs
1909 * amdgpu_device_ip_early_init - run early init for hardware IPs
1913 * Early initialization pass for hardware IPs. The hardware IPs that make
2149 * amdgpu_device_ip_init - run init for hardware IPs
2153 * Main initialization pass for hardware IPs. The list of all the hardware
2154 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2320 * The list of all the hardware IPs that make up the asic is walked and the
2322 * Late initialization pass enabling clockgating for hardware IPs.
2323 * Fini or suspend, pass disabling clockgating for hardware IPs.
2425 * amdgpu_device_ip_late_init - run late init for hardware IPs
2429 * Late initialization pass for hardware IPs. The list of all the hardware
2430 * IPs that make up the asic is walked and the late_init callbacks are run.
2505 * amdgpu_device_ip_fini - run fini for hardware IPs
2509 * Main teardown pass for hardware IPs. The list of all the hardware
2510 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
2632 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
2636 * Main suspend function for hardware IPs. The list of all the hardware
2637 * IPs that make up the asic is walked, clockgating is disabled and the
2673 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
2677 * Main suspend function for hardware IPs. The list of all the hardware
2678 * IPs that make up the asic is walked, clockgating is disabled and the
2725 * amdgpu_device_ip_suspend - run suspend for hardware IPs
2729 * Main suspend function for hardware IPs. The list of all the hardware
2730 * IPs that make up the asic is walked, clockgating is disabled and the
2830 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
2834 * First resume function for hardware IPs. The list of all the hardware
2835 * IPs that make up the asic is walked and the resume callbacks are run for
2866 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
2870 * First resume function for hardware IPs. The list of all the hardware
2871 * IPs that make up the asic is walked and the resume callbacks are run for
2903 * amdgpu_device_ip_resume - run resume for hardware IPs
2907 * Main resume function for hardware IPs. The hardware IPs
3834 * The list of all the hardware IPs that make up the asic is walked and
3837 * Returns true if any of the IPs are still in a hung state, false if not.
3869 * The list of all the hardware IPs that make up the asic is walked and the
3898 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
3931 * The list of all the hardware IPs that make up the asic is walked and the
3960 * The list of all the hardware IPs that make up the asic is walked and the
4597 /* disable ras on ALL IPs */ in amdgpu_device_gpu_recover()