Re: [PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks

2021-03-24 Thread Christian König
年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

RE: [PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks

2021-03-23 Thread Pan, Xinhui
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

Re: [PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks

2021-03-23 Thread Deucher, Alexander
: 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

[PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks

2021-03-23 Thread Christian König
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