Skip to content

Commit

Permalink
drm/ttm: Add more driver type enums
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Jakob Bornecrantz authored and Dave Airlie committed Dec 14, 2009
1 parent d1ede14 commit be1cb86
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/drm/ttm/ttm_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit be1cb86

Please sign in to comment.