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:
d1ede14
)
drm/ttm: Add more driver type enums
author
Jakob Bornecrantz
<jakob@vmware.com>
Mon, 14 Dec 2009 22:07:45 +0000
(22:07 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 14 Dec 2009 22:38:18 +0000
(08:38 +1000)
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/ttm/ttm_object.h
patch
|
blob
|
history
diff --git
a/include/drm/ttm/ttm_object.h
b/include/drm/ttm/ttm_object.h
index 703ca4db0a297615f84064ee736ddd191b5f3b83..0d9db099978b778e14301f04dac41a197d7ec88a 100644
(file)
--- a/
include/drm/ttm/ttm_object.h
+++ b/
include/drm/ttm/ttm_object.h
@@
-77,7
+77,11
@@
enum ttm_object_type {
ttm_buffer_type,
ttm_lock_type,
ttm_driver_type0 = 256,
- ttm_driver_type1
+ ttm_driver_type1,
+ ttm_driver_type2,
+ ttm_driver_type3,
+ ttm_driver_type4,
+ ttm_driver_type5
};
struct ttm_object_file;