All of lore.kernel.org
 help / color / mirror / Atom feed
From: Archit Taneja <a0393947@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 13/17] Revert "OMAPDSS: APPLY: add fifo-merge support"
Date: Wed, 05 Sep 2012 13:55:41 +0000	[thread overview]
Message-ID: <5047570D.1030601@ti.com> (raw)
In-Reply-To: <1346833555-31258-14-git-send-email-tomi.valkeinen@ti.com>

On Wednesday 05 September 2012 01:55 PM, Tomi Valkeinen wrote:
> This reverts commit 1d71f42b35ed66d90a9a39bc515bb16cfe2d4a46.
>
> Adding fifo merge feature as an omapdss internal configuration was a
> mistake. We cannot hide from the users of omapdss the complexities of
> fifo merge.
>
> This commit removes the fifo merge support, which luckily is easily done
> as it was handled totally inside apply.c.
>
> The plan is to try fifo merge again later when it is more clear how the
> hardware acts in various situations, and how the omapdrm wants to use
> fifo merge.

Nitpick: This isn't an exact revert right? Maybe we should mention that, 
so that if someone tries to apply the old patch, it doesn't fail.

>
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> ---
>   drivers/video/omap2/dss/apply.c |  154 ++-------------------------------------
>   1 file changed, 8 insertions(+), 146 deletions(-)
>
> diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
> index 1b49019..02943a5 100644
> --- a/drivers/video/omap2/dss/apply.c
> +++ b/drivers/video/omap2/dss/apply.c
> @@ -993,11 +993,11 @@ static void dss_apply_fifo_merge(bool use_fifo_merge)
>   	dss_data.fifo_merge_dirty = true;
>   }
>
> -static void dss_ovl_setup_fifo(struct omap_overlay *ovl,
> -		bool use_fifo_merge)
> +static void dss_ovl_setup_fifo(struct omap_overlay *ovl)
>   {
>   	struct ovl_priv_data *op = get_ovl_priv(ovl);
>   	u32 fifo_low, fifo_high;
> +	bool use_fifo_merge = false;

This looks like the line which wasn't removed in the original commit.

Archit


WARNING: multiple messages have this Message-ID (diff)
From: Archit Taneja <a0393947@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 13/17] Revert "OMAPDSS: APPLY: add fifo-merge support"
Date: Wed, 5 Sep 2012 19:13:41 +0530	[thread overview]
Message-ID: <5047570D.1030601@ti.com> (raw)
In-Reply-To: <1346833555-31258-14-git-send-email-tomi.valkeinen@ti.com>

On Wednesday 05 September 2012 01:55 PM, Tomi Valkeinen wrote:
> This reverts commit 1d71f42b35ed66d90a9a39bc515bb16cfe2d4a46.
>
> Adding fifo merge feature as an omapdss internal configuration was a
> mistake. We cannot hide from the users of omapdss the complexities of
> fifo merge.
>
> This commit removes the fifo merge support, which luckily is easily done
> as it was handled totally inside apply.c.
>
> The plan is to try fifo merge again later when it is more clear how the
> hardware acts in various situations, and how the omapdrm wants to use
> fifo merge.

Nitpick: This isn't an exact revert right? Maybe we should mention that, 
so that if someone tries to apply the old patch, it doesn't fail.

>
> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> ---
>   drivers/video/omap2/dss/apply.c |  154 ++-------------------------------------
>   1 file changed, 8 insertions(+), 146 deletions(-)
>
> diff --git a/drivers/video/omap2/dss/apply.c b/drivers/video/omap2/dss/apply.c
> index 1b49019..02943a5 100644
> --- a/drivers/video/omap2/dss/apply.c
> +++ b/drivers/video/omap2/dss/apply.c
> @@ -993,11 +993,11 @@ static void dss_apply_fifo_merge(bool use_fifo_merge)
>   	dss_data.fifo_merge_dirty = true;
>   }
>
> -static void dss_ovl_setup_fifo(struct omap_overlay *ovl,
> -		bool use_fifo_merge)
> +static void dss_ovl_setup_fifo(struct omap_overlay *ovl)
>   {
>   	struct ovl_priv_data *op = get_ovl_priv(ovl);
>   	u32 fifo_low, fifo_high;
> +	bool use_fifo_merge = false;

This looks like the line which wasn't removed in the original commit.

Archit


  reply	other threads:[~2012-09-05 13:55 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-05  8:25 [PATCH 00/17] Misc OMAP DSS patches part 2 Tomi Valkeinen
2012-09-05  8:25 ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 01/17] OMAPDSS: Taal: use devm_* functions Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 02/17] OMAPFB1: remove unnecessary includes Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 03/17] OMAPFB1: remove a non-used table Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 04/17] OMAPDSS: remove unnecessary includes Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 05/17] OMAPFB: clear framebuffers with CPU Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 06/17] OMAPDSS: VRAM: Remove clearing with sDMA Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 07/17] OMAPDSS: Taal: Reogranize for device tree Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 08/17] OMAPDSS: TFP410: use devm_gpio_request_one Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 09/17] OMAPDSS: split overlay sysfs code Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 10/17] OMAPDSS: split manager " Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 11/17] OMAPDSS: clean up dss_mgr_set_lcd_config Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 12/17] OMAPDSS: clean up dss_mgr_set_timings Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  9:15   ` Archit Taneja
2012-09-05  9:27     ` Archit Taneja
2012-09-05 10:41     ` Tomi Valkeinen
2012-09-05 10:41       ` Tomi Valkeinen
2012-09-05 11:34       ` Archit Taneja
2012-09-05 11:46         ` Archit Taneja
2012-09-05 11:41         ` Tomi Valkeinen
2012-09-05 11:41           ` Tomi Valkeinen
2012-09-05 11:48           ` Archit Taneja
2012-09-05 11:48             ` Archit Taneja
2012-09-07 10:11   ` Tomi Valkeinen
2012-09-07 10:11     ` Tomi Valkeinen
2012-09-07 11:36     ` Archit Taneja
2012-09-07 11:48       ` Archit Taneja
2012-09-05  8:25 ` [PATCH 13/17] Revert "OMAPDSS: APPLY: add fifo-merge support" Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05 13:43   ` Archit Taneja [this message]
2012-09-05 13:55     ` Archit Taneja
2012-09-06 12:55     ` Tomi Valkeinen
2012-09-06 12:55       ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 14/17] Revert "OMAPDSS: APPLY: add fifo merge support funcs" Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 15/17] OMAPDSS: remove extra_info completion code Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05 13:31   ` Archit Taneja
2012-09-05 13:43     ` Archit Taneja
2012-09-06 13:04     ` Tomi Valkeinen
2012-09-06 13:04       ` Tomi Valkeinen
2012-09-06 13:35       ` Archit Taneja
2012-09-06 13:47         ` Archit Taneja
2012-09-06 13:42         ` Tomi Valkeinen
2012-09-06 13:42           ` Tomi Valkeinen
2012-09-06 14:01           ` Archit Taneja
2012-09-06 14:13             ` Archit Taneja
2012-09-06 14:29             ` Tomi Valkeinen
2012-09-06 14:29               ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 16/17] OMAPDSS: Improve fifo management code Tomi Valkeinen
2012-09-05  8:25   ` Tomi Valkeinen
2012-09-05  8:25 ` [PATCH 17/17] OMAPDSS: Use WB fifo for GFX overlay Tomi Valkeinen
2012-09-05  8:25   ` 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=5047570D.1030601@ti.com \
    --to=a0393947@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tomi.valkeinen@ti.com \
    /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.