Re: [PATCH v3 5/8] drm/amdgpu: Fix consecutive DPC recovery failures.

2020-08-31 Thread Luben Tuikov
On 2020-08-31 11:50 a.m., Andrey Grodzovsky wrote: > Cache the PCI state on boot and before each case were we might > loose it. Typo: "were" --> "where". > > v2: Add pci_restore_state while caching the PCI state to avoid > breaking PCI core logic for stuff like suspend/resume. > > v3: Extract p

[PATCH v3 5/8] drm/amdgpu: Fix consecutive DPC recovery failures.

2020-08-31 Thread Andrey Grodzovsky
Cache the PCI state on boot and before each case were we might loose it. v2: Add pci_restore_state while caching the PCI state to avoid breaking PCI core logic for stuff like suspend/resume. v3: Extract pci_restore_state from amdgpu_device_cache_pci_state to avoid superflous restores during GPU r