Re: [PATCH 2/4] drm/amdgpu: initialize the cpu/gpu address of rptr/wptr/fence

2020-07-28 Thread Christian König
Am 28.07.20 um 12:21 schrieb Jack Xiao: Initialize the cpu/gpu address of rptr/wptr/fence. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 37 1 file changed, 32 insertions(+), 5 deletions(-) diff --git

[PATCH 2/4] drm/amdgpu: initialize the cpu/gpu address of rptr/wptr/fence

2020-07-28 Thread Jack Xiao
Initialize the cpu/gpu address of rptr/wptr/fence. Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 37 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c