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>
···229229 unsigned p;230230 int i, j;231231 u64 page_base;232232- uint64_t flags = AMDGPU_PTE_SYSTEM;232232+ /* Starting from VEGA10, system bit must be 0 to mean invalid. */233233+ uint64_t flags = 0;233234234235 if (!adev->gart.ready) {235236 WARN(1, "trying to unbind memory from uninitialized GART !\n");