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:
9bdc209
)
Revert "drm/amdgpu: avoid sleep while executing atombios table (V2)"
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 22 Jun 2018 20:00:26 +0000
(15:00 -0500)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 5 Jul 2018 21:38:27 +0000
(16:38 -0500)
This reverts commit
8f4805a265fd710a2827b2c0e10c08ef2b526870
.
This change was mistakenly committed and should have been dropped
with the rest of the series.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/atom.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/atom.c
b/drivers/gpu/drm/amd/amdgpu/atom.c
index b18c31a701e2277dce2b87cb23446dd6d78e6225..e9934de1b9cf8127eb2b770e4301d6ee90c98223 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/atom.c
+++ b/
drivers/gpu/drm/amd/amdgpu/atom.c
@@
-1221,7
+1221,7
@@
static int amdgpu_atom_execute_table_locked(struct atom_context *ctx, int index,
ectx.abort = false;
ectx.last_jump = 0;
if (ws)
- ectx.ws = kcalloc(4, ws, GFP_
ATOMIC
);
+ ectx.ws = kcalloc(4, ws, GFP_
KERNEL
);
else
ectx.ws = NULL;