projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5475e1
)
drm/amd/amdgpu: Rename KIQ ring to avoid spaces
author
Tom St Denis
<tom.stdenis@amd.com>
Mon, 12 Jun 2017 13:05:04 +0000
(09:05 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 15 Jun 2017 15:50:27 +0000
(11:50 -0400)
Swap space for underscore in ring name.
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
index
dfbf027
..
e26108a
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
@@
-200,7
+200,7
@@
int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev,
return r;
ring->eop_gpu_addr = kiq->eop_gpu_addr;
- sprintf(ring->name, "kiq
%d.%d.%d", ring->me, ring->pipe, ring->queue);
+ sprintf(ring->name, "kiq
_
%d.%d.%d", ring->me, ring->pipe, ring->queue);
r = amdgpu_ring_init(adev, ring, 1024,
irq, AMDGPU_CP_KIQ_IRQ_DRIVER0);
if (r)