Re: [PATCH] drm/amdgpu: Update PTE flags with TF enabled

2022-09-14 Thread Felix Kuehling
Am 2022-09-13 um 18:16 schrieb Mukul Joshi: This patch updates the PTE flags when translate further (TF) is enabled: - With translate_further enabled, invalid PTEs can be 0. Reading consecutive invalid PTEs as 0 is considered a fault. To prevent this, ensure invalid PTEs have at least 1 bit

Re: [PATCH] drm/amdgpu: Update PTE flags with TF enabled

2022-09-14 Thread Christian König
Am 14.09.22 um 00:16 schrieb Mukul Joshi: This patch updates the PTE flags when translate further (TF) is enabled: - With translate_further enabled, invalid PTEs can be 0. Reading consecutive invalid PTEs as 0 is considered a fault. To prevent this, ensure invalid PTEs have at least 1 bit s

[PATCH] drm/amdgpu: Update PTE flags with TF enabled

2022-09-13 Thread Mukul Joshi
This patch updates the PTE flags when translate further (TF) is enabled: - With translate_further enabled, invalid PTEs can be 0. Reading consecutive invalid PTEs as 0 is considered a fault. To prevent this, ensure invalid PTEs have at least 1 bit set. - The current invalid PTE flags settings t