diff options
| author | Iliyan Malchev <malchev@google.com> | 2011-07-11 11:55:47 -0700 |
|---|---|---|
| committer | Iliyan Malchev <malchev@google.com> | 2011-07-11 11:55:47 -0700 |
| commit | f733ca08e665f81a55e490fc9500098014c403f1 (patch) | |
| tree | b83e521b3f43b005b69c07f8ecda09209379dfd6 | |
| parent | 221595a085fc8fa4eed2c4143402a085aa931aed (diff) | |
| download | bionic-f733ca08e665f81a55e490fc9500098014c403f1.zip bionic-f733ca08e665f81a55e490fc9500098014c403f1.tar.gz bionic-f733ca08e665f81a55e490fc9500098014c403f1.tar.bz2 | |
bionic: update processed omap_ion.h
Change-Id: I72acee8d285247c9e5fe21014a6f5ce8af3f73e5
Signed-off-by: Iliyan Malchev <malchev@google.com>
| -rw-r--r-- | libc/kernel/common/linux/omap_ion.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/libc/kernel/common/linux/omap_ion.h b/libc/kernel/common/linux/omap_ion.h index a1a8952..216533e 100644 --- a/libc/kernel/common/linux/omap_ion.h +++ b/libc/kernel/common/linux/omap_ion.h @@ -31,26 +31,30 @@ struct omap_ion_tiler_alloc_data { size_t offset; }; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ +enum { + OMAP_ION_HEAP_TYPE_TILER = ION_HEAP_TYPE_CUSTOM + 1, +}; #define OMAP_ION_HEAP_TILER_MASK (1 << OMAP_ION_HEAP_TYPE_TILER) +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ enum { OMAP_ION_TILER_ALLOC, }; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ enum { +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ TILER_PIXEL_FMT_MIN = 0, TILER_PIXEL_FMT_8BIT = 0, TILER_PIXEL_FMT_16BIT = 1, -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ TILER_PIXEL_FMT_32BIT = 2, +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ TILER_PIXEL_FMT_PAGE = 3, TILER_PIXEL_FMT_MAX = 3 }; -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ enum { +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ OMAP_ION_HEAP_LARGE_SURFACES, OMAP_ION_HEAP_TILER, OMAP_ION_HEAP_SECURE_INPUT, -/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ }; +/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif |
