Lines Matching full:ips

1660  * Walks the list of IPs on the device and updates the clockgating
1783 * Adds the IP block driver information to the collection of IPs
2010 * amdgpu_device_ip_early_init - run early init for hardware IPs
2014 * Early initialization pass for hardware IPs. The hardware IPs that make
2301 * amdgpu_device_ip_init - run init for hardware IPs
2305 * Main initialization pass for hardware IPs. The list of all the hardware
2306 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
2517 * The list of all the hardware IPs that make up the asic is walked and the
2519 * Late initialization pass enabling clockgating for hardware IPs.
2520 * Fini or suspend, pass disabling clockgating for hardware IPs.
2633 * amdgpu_device_ip_late_init - run late init for hardware IPs
2637 * Late initialization pass for hardware IPs. The list of all the hardware
2638 * IPs that make up the asic is walked and the late_init callbacks are run.
2799 * amdgpu_device_ip_fini - run fini for hardware IPs
2803 * Main teardown pass for hardware IPs. The list of all the hardware
2804 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
2885 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
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
2934 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
2938 * Main suspend function for hardware IPs. The list of all the hardware
2939 * IPs that make up the asic is walked, clockgating is disabled and the
3028 * amdgpu_device_ip_suspend - run suspend for hardware IPs
3032 * Main suspend function for hardware IPs. The list of all the hardware
3033 * IPs that make up the asic is walked, clockgating is disabled and the
3137 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
3141 * First resume function for hardware IPs. The list of all the hardware
3142 * IPs that make up the asic is walked and the resume callbacks are run for
3174 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
3178 * First resume function for hardware IPs. The list of all the hardware
3179 * IPs that make up the asic is walked and the resume callbacks are run for
3211 * amdgpu_device_ip_resume - run resume for hardware IPs
3215 * Main resume function for hardware IPs. The hardware IPs
4276 * The list of all the hardware IPs that make up the asic is walked and
4279 * Returns true if any of the IPs are still in a hung state, false if not.
4311 * The list of all the hardware IPs that make up the asic is walked and the
4340 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
4373 * The list of all the hardware IPs that make up the asic is walked and the
4402 * The list of all the hardware IPs that make up the asic is walked and the
5261 /* disable ras on ALL IPs */ in amdgpu_device_gpu_recover()