年3月23日 22:55
To: amd-gfx@lists.freedesktop.org
Cc: Das, Nirmoy ; Chen, Guchun
Subject: [PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks
When we don't have a physically backing store we should use zero instead of the
virtual start address since that isn't necessa
22:55
To: amd-gfx@lists.freedesktop.org
Cc: Das, Nirmoy ; Chen, Guchun
Subject: [PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks
When we don't have a physically backing store we should use zero instead of the
virtual start address since that isn't necessary a valid ph
: use zero as start for dummy resource walks
When we don't have a physically backing store we should use zero instead
of the virtual start address since that isn't necessary a valid physical
one.
Signed-off-by: Christian König
---
drivers/gpu/drm/amd/amdgpu/amdgpu_res_cursor.h | 2 +-
1 fi
When we don't have a physically backing store we should use zero instead
of the virtual start address since that isn't necessary a valid physical
one.
Signed-off-by: Christian König
---
drivers/gpu/drm/amd/amdgpu/amdgpu_res_cursor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --g