diff options
author | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-11 12:51:52 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@hobbes.virtuousgeek.org> | 2007-04-11 12:51:52 -0700 |
commit | 2e21779992bd5026d8ec4dea52466377dbe5a0ed (patch) | |
tree | 8d1eaa5f69f87088bf02f47a347751802ebcf468 /shared-core/drm.h | |
parent | 8dd75bd601f5fbf9793afc7b869a278050aa17d5 (diff) |
Add new buffer object type for kernel allocations that don't initially have a user mapping.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r-- | shared-core/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h index 621b201c..698f851b 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -795,6 +795,7 @@ typedef struct drm_fence_arg { typedef enum { drm_bo_type_dc, + drm_bo_type_kernel, /* for initial kernel allocations */ drm_bo_type_user, drm_bo_type_fake }drm_bo_type_t; |