projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6f7c76
)
drm/amdgpu: fix typo in dmesg in gfx_v8_0_kiq_kcq_disable.
author
Rex Zhu
<Rex.Zhu@amd.com>
Tue, 18 Apr 2017 05:00:43 +0000
(13:00 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 24 May 2017 21:40:00 +0000
(17:40 -0400)
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
index 8a9202d50bb8747de507ba04cb2d080b7eca0f6a..671a09e4be5aed6e131d7af66dc902e4dc4881f0 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
+++ b/
drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c
@@
-1406,6
+1406,7
@@
static int gfx_v8_0_kiq_init_ring(struct amdgpu_device *adev,
return r;
}
+
static void gfx_v8_0_kiq_free_ring(struct amdgpu_ring *ring,
struct amdgpu_irq_src *irq)
{
@@
-4756,7
+4757,7
@@
static int gfx_v8_0_kiq_kcq_disable(struct amdgpu_device *adev)
DRM_UDELAY(1);
}
if (i >= adev->usec_timeout) {
- DRM_ERROR("KCQ
enable
failed (scratch(0x%04X)=0x%08X)\n",
+ DRM_ERROR("KCQ
disabled
failed (scratch(0x%04X)=0x%08X)\n",
scratch, tmp);
r = -EINVAL;
}