[PATCH 7/9] TILER-DMM: Main TILER driver implementation

Tony Lindgren tony at atomide.com
Mon Dec 6 18:21:59 EST 2010


Hi,

* David Sin <davidsin at ti.com> [101206 14:09]:
> From: Lajos Molnar <molnar at ti.com>
> 
> This patch contains the TILER driver and implementation of the TILER
> block manipulation and mapping functions.
> 
> It also contains the makefile and config file for the TILER driver.

...
> +config TILER_GRANULARITY
> +        int "Allocation granularity"
> +        range 1 4096
> +        default 128
...
> +config TILER_ALIGNMENT
> +        int "Allocation alignment"
> +        range 1 4096
> +        default 4096
...
> +config TILER_CACHE_LIMIT
> +        int "Memory limit to cache free pages in MBytes"
> +        range 0 128
> +        default 40
...

Do you really need these Kconfig options? To me it seems you
should pass these in platform_data.

Regards,

Tony



More information about the linux-arm-kernel mailing list