diff options
author | Andy Gross <andy.gross@ti.com> | 2011-06-07 16:54:39 -0500 |
---|---|---|
committer | Suman Anna <s-anna@ti.com> | 2011-06-17 22:39:58 -0500 |
commit | 36cbfc3594048f2cd10b3cd231b2b6f000fbaf53 (patch) | |
tree | d99b233adfa4ae080b667a30d9c8b67135ada07b /drivers/media/video/tiler/Kconfig | |
parent | d442c9a6c0ed679e30d57dcc34b7ee6746e066a3 (diff) | |
download | kernel_samsung_tuna-36cbfc3594048f2cd10b3cd231b2b6f000fbaf53.zip kernel_samsung_tuna-36cbfc3594048f2cd10b3cd231b2b6f000fbaf53.tar.gz kernel_samsung_tuna-36cbfc3594048f2cd10b3cd231b2b6f000fbaf53.tar.bz2 |
TILER: Simplify alignment and offset usage in driver
Slim down APIs by removing alignment and offset. Simplified
calculations based off of align/offset.
Change-Id: I7d7bdb89668a7f553bbbd836f5dc45f6beceab25
Signed-off-by: Andy Gross <andy.gross@ti.com>
Diffstat (limited to 'drivers/media/video/tiler/Kconfig')
-rw-r--r-- | drivers/media/video/tiler/Kconfig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/media/video/tiler/Kconfig b/drivers/media/video/tiler/Kconfig index 65f8d7e..202f7f8 100644 --- a/drivers/media/video/tiler/Kconfig +++ b/drivers/media/video/tiler/Kconfig @@ -31,21 +31,6 @@ config TILER_GRANULARITY Supported values are: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096. -config TILER_ALIGNMENT - int "Allocation alignment (2^n)" - range 1 4096 - default 4096 - depends on TI_TILER - help - This option sets the default TILER allocation alignment. It can - be overriden by the tiler.align boot argument. - - Must be a 2^n in the range of 1 to 4096; however, it is naturally - aligned to the TILER granularity. - - Supported values are: 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, - 2048, 4096. - config TILER_CACHE_LIMIT int "Memory limit to cache free pages in MBytes" range 0 128 |