All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE"
Date: Tue, 19 Mar 2013 13:26:48 +0000	[thread overview]
Message-ID: <51486798.6020708@ti.com> (raw)
In-Reply-To: <1363687677.1390.6.camel@x61.thuisdomein>

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]


On 2013-03-19 12:07, Paul Bolle wrote:
> The only user of Kconfig symbol FB_OMAP_CONSISTENT_DMA_SIZE got removed
> in v3.8, with commit 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 ("ARM:
> OMAP: Remove omap_init_consistent_dma_size()"). Remove this symbol too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Eyeball tested only.
> 
>  drivers/video/omap/Kconfig | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
> index e512581..0bc3a93 100644
> --- a/drivers/video/omap/Kconfig
> +++ b/drivers/video/omap/Kconfig
> @@ -39,17 +39,6 @@ config FB_OMAP_LCD_MIPID
>  	  the Mobile Industry Processor Interface DBI-C/DCS
>  	  specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
>  
> -config FB_OMAP_CONSISTENT_DMA_SIZE
> -	int "Consistent DMA memory size (MB)"
> -	depends on FB_OMAP
> -	range 1 14
> -	default 2
> -	help
> -	  Increase the DMA consistent memory size according to your video
> -	  memory needs, for example if you want to use multiple planes.
> -	  The size must be 2MB aligned.
> -	  If unsure say 1.
> -
>  config FB_OMAP_DMA_TUNE
>          bool "Set DMA SDRAM access priority high"
>          depends on FB_OMAP
> 

Thanks, I'll add this to omapdss tree.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE"
Date: Tue, 19 Mar 2013 15:26:48 +0200	[thread overview]
Message-ID: <51486798.6020708@ti.com> (raw)
In-Reply-To: <1363687677.1390.6.camel@x61.thuisdomein>

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]


On 2013-03-19 12:07, Paul Bolle wrote:
> The only user of Kconfig symbol FB_OMAP_CONSISTENT_DMA_SIZE got removed
> in v3.8, with commit 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 ("ARM:
> OMAP: Remove omap_init_consistent_dma_size()"). Remove this symbol too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Eyeball tested only.
> 
>  drivers/video/omap/Kconfig | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
> index e512581..0bc3a93 100644
> --- a/drivers/video/omap/Kconfig
> +++ b/drivers/video/omap/Kconfig
> @@ -39,17 +39,6 @@ config FB_OMAP_LCD_MIPID
>  	  the Mobile Industry Processor Interface DBI-C/DCS
>  	  specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
>  
> -config FB_OMAP_CONSISTENT_DMA_SIZE
> -	int "Consistent DMA memory size (MB)"
> -	depends on FB_OMAP
> -	range 1 14
> -	default 2
> -	help
> -	  Increase the DMA consistent memory size according to your video
> -	  memory needs, for example if you want to use multiple planes.
> -	  The size must be 2MB aligned.
> -	  If unsure say 1.
> -
>  config FB_OMAP_DMA_TUNE
>          bool "Set DMA SDRAM access priority high"
>          depends on FB_OMAP
> 

Thanks, I'll add this to omapdss tree.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>,
	<linux-fbdev@vger.kernel.org>, <linux-omap@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE"
Date: Tue, 19 Mar 2013 15:26:48 +0200	[thread overview]
Message-ID: <51486798.6020708@ti.com> (raw)
In-Reply-To: <1363687677.1390.6.camel@x61.thuisdomein>

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]


On 2013-03-19 12:07, Paul Bolle wrote:
> The only user of Kconfig symbol FB_OMAP_CONSISTENT_DMA_SIZE got removed
> in v3.8, with commit 6ba54ab4a49bbad736b0254aa6bdf0cb83013815 ("ARM:
> OMAP: Remove omap_init_consistent_dma_size()"). Remove this symbol too.
> 
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> Eyeball tested only.
> 
>  drivers/video/omap/Kconfig | 11 -----------
>  1 file changed, 11 deletions(-)
> 
> diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
> index e512581..0bc3a93 100644
> --- a/drivers/video/omap/Kconfig
> +++ b/drivers/video/omap/Kconfig
> @@ -39,17 +39,6 @@ config FB_OMAP_LCD_MIPID
>  	  the Mobile Industry Processor Interface DBI-C/DCS
>  	  specification. (Supported LCDs: Philips LPH8923, Sharp LS041Y3)
>  
> -config FB_OMAP_CONSISTENT_DMA_SIZE
> -	int "Consistent DMA memory size (MB)"
> -	depends on FB_OMAP
> -	range 1 14
> -	default 2
> -	help
> -	  Increase the DMA consistent memory size according to your video
> -	  memory needs, for example if you want to use multiple planes.
> -	  The size must be 2MB aligned.
> -	  If unsure say 1.
> -
>  config FB_OMAP_DMA_TUNE
>          bool "Set DMA SDRAM access priority high"
>          depends on FB_OMAP
> 

Thanks, I'll add this to omapdss tree.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 899 bytes --]

  reply	other threads:[~2013-03-19 13:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-19 10:07 [PATCH] ARM: OMAP: remove "config FB_OMAP_CONSISTENT_DMA_SIZE" Paul Bolle
2013-03-19 10:07 ` Paul Bolle
2013-03-19 13:26 ` Tomi Valkeinen [this message]
2013-03-19 13:26   ` Tomi Valkeinen
2013-03-19 13:26   ` Tomi Valkeinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51486798.6020708@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=FlorianSchandinat@gmx.de \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pebolle@tiscali.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.