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:
c309cd0
)
drm/ttm: decrease ttm bo priority number
author
Roger.He
<
[email protected]
>
Tue, 28 Mar 2017 01:34:16 +0000
(09:34 +0800)
committer
Alex Deucher
<
[email protected]
>
Thu, 30 Mar 2017 03:55:49 +0000
(23:55 -0400)
decrease and also reserve priority number for KFD using
Signed-off-by: Roger.He <
[email protected]
>
Reviewed-by: Christian König <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Alex Deucher <
[email protected]
>
include/drm/ttm/ttm_bo_driver.h
patch
|
blob
|
history
diff --git
a/include/drm/ttm/ttm_bo_driver.h
b/include/drm/ttm/ttm_bo_driver.h
index 8145773c582cd407cf53be70bb8434f4a25dbe30..3641c6128ac2d0f35e71280cb9f0b482d17a086a 100644
(file)
--- a/
include/drm/ttm/ttm_bo_driver.h
+++ b/
include/drm/ttm/ttm_bo_driver.h
@@
-42,7
+42,7
@@
#include <linux/spinlock.h>
#include <linux/reservation.h>
-#define TTM_MAX_BO_PRIORITY
16
U
+#define TTM_MAX_BO_PRIORITY
4
U
struct ttm_backend_func {
/**