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:
f531895
)
drm/amdgpu: don't wait interruptible while binding GART space
author
Christian König
<
[email protected]
>
Wed, 25 Oct 2017 19:37:35 +0000
(21:37 +0200)
committer
Alex Deucher
<
[email protected]
>
Mon, 4 Dec 2017 21:33:16 +0000
(16:33 -0500)
Display can't seem to handle this correctly.
Signed-off-by: Christian König <
[email protected]
>
Acked-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
index bdefc7b9fcff486faf4b5a97f0565bb9bb42e6ea..470b911200ae16e6dc95c6191e6859927878f379 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
@@
-912,7
+912,7
@@
int amdgpu_ttm_bind(struct ttm_buffer_object *bo, struct ttm_mem_reg *bo_mem)
placements.flags = (bo->mem.placement & ~TTM_PL_MASK_MEM) |
TTM_PL_FLAG_TT;
- r = ttm_bo_mem_space(bo, &placement, &tmp,
tru
e, false);
+ r = ttm_bo_mem_space(bo, &placement, &tmp,
fals
e, false);
if (unlikely(r))
return r;