linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling
@ 2011-12-19  8:45 Chandrabhanu Mahapatra
  2011-12-20  8:36 ` [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Tomi Valkeinen
  0 siblings, 1 reply; 3+ messages in thread
From: Chandrabhanu Mahapatra @ 2011-12-19  8:45 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-omap, linux-fbdev, Chandrabhanu Mahapatra

Hi everyone,
the following patch set directs to improve the scaling performance of DISPC
module which consists of two pacthes.

The first patch is based on code of Lajos Molnar <lajos@ti.com> from Android
Kernel, which updates the code with new set of coefficients to improve the
scaling performance.

The second patch is based on some very valuable suggestions by 
Sebastien Fagard <s-fagard@ti.com> and directs to modify the clock 
requirements for scaling to support OMAP4 and avoid clock failure issues.

I have tested these patches on OMAP2, OMAP3 AND OMAP4. To test on 2430SDP
board I have created a patch to enable the display which will follow later.

All your comments and suggestions are welcome.

Regards,
Chandrabhanu

Chandrabhanu Mahapatra (2):
  OMAPDSS: DISPC: Update Fir Coefficients
  OMAPDSS: DISPC: Update Scaling Clock Logic

 drivers/video/omap2/dss/Makefile       |    2 +-
 drivers/video/omap2/dss/dispc.c        |  203 +++++++--------------
 drivers/video/omap2/dss/dispc.h        |   11 +
 drivers/video/omap2/dss/dispc_coefs.c  |  326 ++++++++++++++++++++++++++++++++
 drivers/video/omap2/dss/dss_features.c |    7 +
 drivers/video/omap2/dss/dss_features.h |    1 +
 6 files changed, 411 insertions(+), 139 deletions(-)
 create mode 100644 drivers/video/omap2/dss/dispc_coefs.c


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC
  2011-12-19  8:45 [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling Chandrabhanu Mahapatra
@ 2011-12-20  8:36 ` Tomi Valkeinen
  2011-12-20 12:28   ` [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling Mahapatra, Chandrabhanu
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2011-12-20  8:36 UTC (permalink / raw)
  To: Chandrabhanu Mahapatra; +Cc: linux-omap, linux-fbdev

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

On Mon, 2011-12-19 at 14:03 +0530, Chandrabhanu Mahapatra wrote:
> Hi everyone,
> the following patch set directs to improve the scaling performance of DISPC
> module which consists of two pacthes.
> 
> The first patch is based on code of Lajos Molnar <lajos@ti.com> from Android
> Kernel, which updates the code with new set of coefficients to improve the
> scaling performance.
> 
> The second patch is based on some very valuable suggestions by 
> Sebastien Fagard <s-fagard@ti.com> and directs to modify the clock 
> requirements for scaling to support OMAP4 and avoid clock failure issues.
> 
> I have tested these patches on OMAP2, OMAP3 AND OMAP4. To test on 2430SDP
> board I have created a patch to enable the display which will follow later.
> 
> All your comments and suggestions are welcome.

Thanks, this looks good. Applied to DSS master branch. There was a minor
conflict with the Makefile, but I fixed that.

Btw, when doing new versions of a patch series, it would be good to have
a short history of the series in the introduction email, so that the
reviewers can easily see what's new in each version.

 Tomi


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling
  2011-12-20  8:36 ` [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Tomi Valkeinen
@ 2011-12-20 12:28   ` Mahapatra, Chandrabhanu
  0 siblings, 0 replies; 3+ messages in thread
From: Mahapatra, Chandrabhanu @ 2011-12-20 12:28 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: linux-omap, linux-fbdev

On Tue, Dec 20, 2011 at 2:06 PM, Tomi Valkeinen <tomi.valkeinen@ti.com> wrote:
> On Mon, 2011-12-19 at 14:03 +0530, Chandrabhanu Mahapatra wrote:
>> Hi everyone,
>> the following patch set directs to improve the scaling performance of DISPC
>> module which consists of two pacthes.
>>
>> The first patch is based on code of Lajos Molnar <lajos@ti.com> from Android
>> Kernel, which updates the code with new set of coefficients to improve the
>> scaling performance.
>>
>> The second patch is based on some very valuable suggestions by
>> Sebastien Fagard <s-fagard@ti.com> and directs to modify the clock
>> requirements for scaling to support OMAP4 and avoid clock failure issues.
>>
>> I have tested these patches on OMAP2, OMAP3 AND OMAP4. To test on 2430SDP
>> board I have created a patch to enable the display which will follow later.
>>
>> All your comments and suggestions are welcome.
>
> Thanks, this looks good. Applied to DSS master branch. There was a minor
> conflict with the Makefile, but I fixed that.
>
> Btw, when doing new versions of a patch series, it would be good to have
> a short history of the series in the introduction email, so that the
> reviewers can easily see what's new in each version.
>
>  Tomi
>
Thanks Tomi ! Its a good idea to including history of the series in
the introduction. I will do so in further patches to come.


-- 
Chandrabhanu Mahapatra
Texas Instruments India Pvt. Ltd.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-20 12:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-19  8:45 [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling Chandrabhanu Mahapatra
2011-12-20  8:36 ` [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Tomi Valkeinen
2011-12-20 12:28   ` [PATCH V2 0/2] OMAPDSS: DISPC: Peformance improvement of DISPC Scaling Mahapatra, Chandrabhanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).