Re: [PATCH] drm/amdgpu: Update invalid PTE flag setting

2023-04-06 Thread Christian König
Am 06.04.23 um 17:01 schrieb Felix Kuehling: Am 2023-04-06 um 10:36 schrieb Christian König: Am 04.04.23 um 23:59 schrieb Mukul Joshi: Update the invalid PTE flag setting to ensure, in addition to transitioning the retry fault to a no-retry fault, it also causes the wavefront to enter the trap

Re: [PATCH] drm/amdgpu: Update invalid PTE flag setting

2023-04-06 Thread Felix Kuehling
Am 2023-04-06 um 10:36 schrieb Christian König: Am 04.04.23 um 23:59 schrieb Mukul Joshi: Update the invalid PTE flag setting to ensure, in addition to transitioning the retry fault to a no-retry fault, it also causes the wavefront to enter the trap handler. With the current setting, it only

Re: [PATCH] drm/amdgpu: Update invalid PTE flag setting

2023-04-06 Thread Christian König
Am 04.04.23 um 23:59 schrieb Mukul Joshi: Update the invalid PTE flag setting to ensure, in addition to transitioning the retry fault to a no-retry fault, it also causes the wavefront to enter the trap handler. With the current setting, it only transitions to a no-retry fault. Well that was

Re: [PATCH] drm/amdgpu: Update invalid PTE flag setting

2023-04-05 Thread Felix Kuehling
On 2023-04-04 17:59, Mukul Joshi wrote: Update the invalid PTE flag setting to ensure, in addition to transitioning the retry fault to a no-retry fault, it also causes the wavefront to enter the trap handler. With the current setting, it only transitions to a no-retry fault. Signed-off-by:

[PATCH] drm/amdgpu: Update invalid PTE flag setting

2023-04-04 Thread Mukul Joshi
Update the invalid PTE flag setting to ensure, in addition to transitioning the retry fault to a no-retry fault, it also causes the wavefront to enter the trap handler. With the current setting, it only transitions to a no-retry fault. Signed-off-by: Mukul Joshi ---