diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-09 12:28:50 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-09 12:28:50 +0200 |
commit | a17bb8b43bdd265dcab461bfc5023cfce470c6b5 (patch) | |
tree | 15c8b154043e3f879e2a81f665cb5d5aea8cb3ec /overlay | |
parent | 8782c3961e947922b795b75bc5b510053fb94405 (diff) | |
download | device_samsung_i9300-a17bb8b43bdd265dcab461bfc5023cfce470c6b5.zip device_samsung_i9300-a17bb8b43bdd265dcab461bfc5023cfce470c6b5.tar.gz device_samsung_i9300-a17bb8b43bdd265dcab461bfc5023cfce470c6b5.tar.bz2 |
gralloc: ion_getphys
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/include/hardware/gralloc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/overlay/include/hardware/gralloc.h b/overlay/include/hardware/gralloc.h index 8ddc5dd..86a0bdf 100644 --- a/overlay/include/hardware/gralloc.h +++ b/overlay/include/hardware/gralloc.h @@ -201,10 +201,7 @@ typedef struct gralloc_module_t { int (*unlock)(struct gralloc_module_t const* module, buffer_handle_t handle); -#ifdef EXYNOS4210_ENHANCEMENTS - int (*getphys) (struct gralloc_module_t const* module, - buffer_handle_t handle, void** paddr); -#endif + int (*ion_getphys) (); /* reserved for future use */ int (*perform)(struct gralloc_module_t const* module, |