Commit a25ca162 authored by Alex Deucher's avatar Alex Deucher

Revert "drm/amdgpu: avoid sleep while executing atombios table (V2)"

This reverts commit 8f4805a2.

This change was mistakenly committed and should have been dropped
with the rest of the series.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9bdc2092
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment