Lines Matching full:ips
2323 * Walks the list of IPs on the device and updates the clockgating
2448 * Adds the IP block driver information to the collection of IPs
2670 * amdgpu_device_ip_early_init - run early init for hardware IPs
2674 * Early initialization pass for hardware IPs. The hardware IPs that make
3016 * amdgpu_device_ip_init - run init for hardware IPs
3020 * Main initialization pass for hardware IPs. The list of all the hardware
3021 * IPs that make up the asic is walked and the sw_init and hw_init callbacks
3253 * The list of all the hardware IPs that make up the asic is walked and the
3255 * Late initialization pass enabling clockgating for hardware IPs.
3256 * Fini or suspend, pass disabling clockgating for hardware IPs.
3369 * amdgpu_device_ip_late_init - run late init for hardware IPs
3373 * Late initialization pass for hardware IPs. The list of all the hardware
3374 * IPs that make up the asic is walked and the late_init callbacks are run.
3543 * amdgpu_device_ip_fini - run fini for hardware IPs
3547 * Main teardown pass for hardware IPs. The list of all the hardware
3548 * IPs that make up the asic is walked and the hw_fini and sw_fini callbacks
3634 * amdgpu_device_ip_suspend_phase1 - run suspend for hardware IPs (phase 1)
3638 * Main suspend function for hardware IPs. The list of all the hardware
3639 * IPs that make up the asic is walked, clockgating is disabled and the
3677 * amdgpu_device_ip_suspend_phase2 - run suspend for hardware IPs (phase 2)
3681 * Main suspend function for hardware IPs. The list of all the hardware
3682 * IPs that make up the asic is walked, clockgating is disabled and the
3771 * amdgpu_device_ip_suspend - run suspend for hardware IPs
3775 * Main suspend function for hardware IPs. The list of all the hardware
3776 * IPs that make up the asic is walked, clockgating is disabled and the
3883 * amdgpu_device_ip_resume_phase1 - run resume for hardware IPs
3887 * First resume function for hardware IPs. The list of all the hardware
3888 * IPs that make up the asic is walked and the resume callbacks are run for
3916 * amdgpu_device_ip_resume_phase2 - run resume for hardware IPs
3920 * Second resume function for hardware IPs. The list of all the hardware
3921 * IPs that make up the asic is walked and the resume callbacks are run for
3950 * amdgpu_device_ip_resume_phase3 - run resume for hardware IPs
3954 * Third resume function for hardware IPs. The list of all the hardware
3955 * IPs that make up the asic is walked and the resume callbacks are run for
3980 * amdgpu_device_ip_resume - run resume for hardware IPs
3984 * Main resume function for hardware IPs. The hardware IPs
5209 * The list of all the hardware IPs that make up the asic is walked and
5212 * Returns true if any of the IPs are still in a hung state, false if not.
5245 * The list of all the hardware IPs that make up the asic is walked and the
5274 * Some hardware IPs cannot be soft reset. If they are hung, a full gpu
5307 * The list of all the hardware IPs that make up the asic is walked and the
5336 * The list of all the hardware IPs that make up the asic is walked and the
6121 /* disable ras on ALL IPs */ in amdgpu_device_halt_activities()