Re: [PATCH v5 3/11] drm/amdkfd: Add GPU recoverable fault SMI event

2022-06-30 Thread philip yang
On 2022-06-30 10:19, Felix Kuehling wrote: Am 2022-06-28 um 10:50 schrieb Philip Yang: Use ktime_get_boottime_ns() as timestamp to correlate with other APIs. Output timestamp when GPU recoverable fault starts and

Re: [PATCH v5 3/11] drm/amdkfd: Add GPU recoverable fault SMI event

2022-06-30 Thread Felix Kuehling
Am 2022-06-28 um 10:50 schrieb Philip Yang: Use ktime_get_boottime_ns() as timestamp to correlate with other APIs. Output timestamp when GPU recoverable fault starts and ends to recover the fault, if migration happened or only GPU page table is updated to recover, fault address, if read or writ

[PATCH v5 3/11] drm/amdkfd: Add GPU recoverable fault SMI event

2022-06-28 Thread Philip Yang
Use ktime_get_boottime_ns() as timestamp to correlate with other APIs. Output timestamp when GPU recoverable fault starts and ends to recover the fault, if migration happened or only GPU page table is updated to recover, fault address, if read or write fault. Signed-off-by: Philip Yang --- drive