Lines Matching full:ips

1665  * Walks the list of IPs on the device and updates the clockgating
1788 * Adds the IP block driver information to the collection of IPs
2061 * amdgpu_device_ip_early_init - run early init for hardware IPs
2065 * Early initialization pass for hardware IPs. The hardware IPs that make
2322 * amdgpu_device_ip_init - run init for hardware IPs
2326 * Main initialization pass for hardware IPs. The list of all the hardware
2327 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2500 * The list of all the hardware IPs that make up the asic is walked and the
2502 * Late initialization pass enabling clockgating for hardware IPs.
2503 * Fini or suspend, pass disabling clockgating for hardware IPs.
2614 * amdgpu_device_ip_late_init - run late init for hardware IPs
2618 * Late initialization pass for hardware IPs. The list of all the hardware
2619 * IPs that make up the asic is walked and the late_init callbacks are run.
2752 * amdgpu_device_ip_fini - run fini for hardware IPs
2756 * Main teardown pass for hardware IPs. The list of all the hardware
2757 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
2844 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
2848 * Main suspend function for hardware IPs. The list of all the hardware
2849 * IPs that make up the asic is walked, clockgating is disabled and the
2885 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
2889 * Main suspend function for hardware IPs. The list of all the hardware
2890 * IPs that make up the asic is walked, clockgating is disabled and the
2960 * amdgpu_device_ip_suspend - run suspend for hardware IPs
2964 * Main suspend function for hardware IPs. The list of all the hardware
2965 * IPs that make up the asic is walked, clockgating is disabled and the
3067 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
3071 * First resume function for hardware IPs. The list of all the hardware
3072 * IPs that make up the asic is walked and the resume callbacks are run for
3103 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
3107 * First resume function for hardware IPs. The list of all the hardware
3108 * IPs that make up the asic is walked and the resume callbacks are run for
3140 * amdgpu_device_ip_resume - run resume for hardware IPs
3144 * Main resume function for hardware IPs. The hardware IPs
4057 * The list of all the hardware IPs that make up the asic is walked and
4060 * Returns true if any of the IPs are still in a hung state, false if not.
4092 * The list of all the hardware IPs that make up the asic is walked and the
4121 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
4154 * The list of all the hardware IPs that make up the asic is walked and the
4183 * The list of all the hardware IPs that make up the asic is walked and the
5044 /* disable ras on ALL IPs */ in amdgpu_device_gpu_recover()