diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-09-19 05:40:31 -0400 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-03-12 17:41:10 -0400 |
commit | 974d250be2c70c7bf899275b23b241685d4ed7f8 (patch) | |
tree | e561ec041afc33b5ae73800d22f0bdb18f0d7653 /include | |
parent | 7554340c7acae4a719b1b70b0defa3c67149610b (diff) |
fbdev: sh_mobile_meram: Use genalloc to manage MERAM allocation
Instead of requiring the users to hardcode MERAM allocation in platform
data, allocate blocks at runtime using genalloc.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/sh_mobile_meram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/sh_mobile_meram.h b/include/video/sh_mobile_meram.h index 05ca3f92de10..f7700fcb054a 100644 --- a/include/video/sh_mobile_meram.h +++ b/include/video/sh_mobile_meram.h | |||
@@ -28,7 +28,6 @@ struct sh_mobile_meram_info { | |||
28 | struct sh_mobile_meram_icb_cfg { | 28 | struct sh_mobile_meram_icb_cfg { |
29 | unsigned int marker_icb; /* ICB # for Marker ICB */ | 29 | unsigned int marker_icb; /* ICB # for Marker ICB */ |
30 | unsigned int cache_icb; /* ICB # for Cache ICB */ | 30 | unsigned int cache_icb; /* ICB # for Cache ICB */ |
31 | unsigned int meram_offset; /* MERAM Buffer Offset to use */ | ||
32 | unsigned int meram_size; /* MERAM Buffer Size to use */ | 31 | unsigned int meram_size; /* MERAM Buffer Size to use */ |
33 | }; | 32 | }; |
34 | 33 | ||