projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ded81d5
)
drm/amd/amdgpu: fix spelling mistake "disbale" -> "disable"
author
tangmeng
<tangmeng@uniontech.com>
Thu, 27 Jan 2022 07:12:39 +0000
(15:12 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 27 Jan 2022 20:50:17 +0000
(15:50 -0500)
There is a spelling mistake. Fix it.
Signed-off-by: tangmeng <tangmeng@uniontech.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
b/drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
index aef9d059ae52585bc84973c01060b319cf29d84a..a642c04cf17dfc54a70ba6755aa8c53984e38178 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
+++ b/
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
@@
-544,7
+544,7
@@
static int xgpu_vi_mailbox_rcv_irq(struct amdgpu_device *adev,
{
int r;
- /* trigger gpu-reset by hypervisor only if TDR dis
ba
led */
+ /* trigger gpu-reset by hypervisor only if TDR dis
ab
led */
if (!amdgpu_gpu_recovery) {
/* see what event we get */
r = xgpu_vi_mailbox_rcv_msg(adev, IDH_FLR_NOTIFICATION);