Lines Matching full:ips

2339  * Walks the list of IPs on the device and updates the clockgating
2491 * Adds the IP block driver information to the collection of IPs
2741 * amdgpu_device_ip_early_init - run early init for hardware IPs
2745 * Early initialization pass for hardware IPs. The hardware IPs that make
3107 * amdgpu_device_ip_init - run init for hardware IPs
3111 * Main initialization pass for hardware IPs. The list of all the hardware
3112 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
3354 * The list of all the hardware IPs that make up the asic is walked and the
3356 * Late initialization pass enabling clockgating for hardware IPs.
3357 * Fini or suspend, pass disabling clockgating for hardware IPs.
3474 * amdgpu_device_ip_late_init - run late init for hardware IPs
3478 * Late initialization pass for hardware IPs. The list of all the hardware
3479 * IPs that make up the asic is walked and the late_init callbacks are run.
3656 * amdgpu_device_ip_fini - run fini for hardware IPs
3660 * Main teardown pass for hardware IPs. The list of all the hardware
3661 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
3750 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
3754 * Main suspend function for hardware IPs. The list of all the hardware
3755 * IPs that make up the asic is walked, clockgating is disabled and the
3793 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
3797 * Main suspend function for hardware IPs. The list of all the hardware
3798 * IPs that make up the asic is walked, clockgating is disabled and the
3888 * amdgpu_device_ip_suspend - run suspend for hardware IPs
3892 * Main suspend function for hardware IPs. The list of all the hardware
3893 * IPs that make up the asic is walked, clockgating is disabled and the
4000 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
4004 * First resume function for hardware IPs. The list of all the hardware
4005 * IPs that make up the asic is walked and the resume callbacks are run for
4033 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
4037 * Second resume function for hardware IPs. The list of all the hardware
4038 * IPs that make up the asic is walked and the resume callbacks are run for
4067 * amdgpu_device_ip_resume_phase3 - run resume for hardware IPs
4071 * Third resume function for hardware IPs. The list of all the hardware
4072 * IPs that make up the asic is walked and the resume callbacks are run for
4097 * amdgpu_device_ip_resume - run resume for hardware IPs
4101 * Main resume function for hardware IPs. The hardware IPs
5392 * The list of all the hardware IPs that make up the asic is walked and
5395 * Returns true if any of the IPs are still in a hung state, false if not.
5428 * The list of all the hardware IPs that make up the asic is walked and the
5457 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
5490 * The list of all the hardware IPs that make up the asic is walked and the
5519 * The list of all the hardware IPs that make up the asic is walked and the
6294 /* disable ras on ALL IPs */ in amdgpu_device_halt_activities()