Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: gart fixes for vega10

Flags need to be 0 to be considered invalid.

Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+2 -1
+2 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c
··· 229 229 unsigned p; 230 230 int i, j; 231 231 u64 page_base; 232 - uint64_t flags = AMDGPU_PTE_SYSTEM; 232 + /* Starting from VEGA10, system bit must be 0 to mean invalid. */ 233 + uint64_t flags = 0; 233 234 234 235 if (!adev->gart.ready) { 235 236 WARN(1, "trying to unbind memory from uninitialized GART !\n");