dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] drm/tilcdc: Accumulated fixes over the past couple of years
@ 2016-02-25 16:14 Jyri Sarha
  2016-02-25 16:22 ` Tomi Valkeinen
  2016-03-07 14:52 ` [GIT PULL Resend] tilcdc changes for 4.6 Jyri Sarha
  0 siblings, 2 replies; 3+ messages in thread
From: Jyri Sarha @ 2016-02-25 16:14 UTC (permalink / raw)
  To: airlied@linux.ie, dri-devel@lists.freedesktop.org; +Cc: Valkeinen, Tomi

Hi Dave,
Here is a long list of tilcdc fixes that were reviewed by Tomi Valkeinen 
here:
https://lists.freedesktop.org/archives/dri-devel/2016-February/101649.html

The fixes are on top of commit 0041ee4d3642f9ad80a479fbe51a4bc7f3cd8294: 
Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into 
drm-next

and they are available at:

https://github.com/jsarha/linux.git drm-tilcdc-next-fixes-2015-02-25

The top most commit is d0ec32caef0baa490b419895ef61c8481d49f7cd: 
drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private data

Best regards,
Jyri
-----------------------------------------------------------------------

Darren Etheridge (4):
   drm/tilcdc: rewrite pixel clock calculation
   drm/tilcdc: fix kernel panic on suspend when no hdmi monitor connected
   drm/tilcdc: make frame_done interrupt active at all times
   drm/tilcdc: disable the lcd controller/dma engine when suspend invoked

Dave Gerlach (1):
   drm/tilcdc: adopt pinctrl support

Grygorii Strashko (1):
   drm/tilcdc: fix build error when !CONFIG_CPU_FREQ

Jyri Sarha (8):
   drm/tilcdc: Implement dma-buf support for tilcdc
   drm/tilcdc: Allocate register storage based on the actual number
     registers
   drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdc
   drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in
     registers[]
   drm/tilcdc: Add prints on sync lost and FIFO underrun interrupts
   drm/tilcdc: Disable sync lost interrupt if it fires on every frame
   drm/tilcdc: Initialize crtc->port
   drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private data

Tomi Valkeinen (8):
   drm/tilcdc: verify fb pitch
   drm/tilcdc: cleanup runtime PM handling
   drm/tilcdc: disable crtc on unload
   drm/tilcdc: split reset to a separate function
   drm/tilcdc: remove broken error handling
   drm/tilcdc: cleanup irq handling
   drm/tilcdc: Get rid of complex ping-pong mechanism
   drm/tilcdc: Do not update the next frame buffer close to vertical
     blank

  drivers/gpu/drm/tilcdc/tilcdc_crtc.c   | 313 
++++++++++++++++++++++-----------
  drivers/gpu/drm/tilcdc/tilcdc_drv.c    | 130 ++++++++------
  drivers/gpu/drm/tilcdc/tilcdc_drv.h    |   5 +-
  drivers/gpu/drm/tilcdc/tilcdc_panel.c  |  20 +--
  drivers/gpu/drm/tilcdc/tilcdc_tfp410.c |  24 +--
  5 files changed, 300 insertions(+), 192 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [GIT PULL] drm/tilcdc: Accumulated fixes over the past couple of years
  2016-02-25 16:14 [GIT PULL] drm/tilcdc: Accumulated fixes over the past couple of years Jyri Sarha
@ 2016-02-25 16:22 ` Tomi Valkeinen
  2016-03-07 14:52 ` [GIT PULL Resend] tilcdc changes for 4.6 Jyri Sarha
  1 sibling, 0 replies; 3+ messages in thread
From: Tomi Valkeinen @ 2016-02-25 16:22 UTC (permalink / raw)
  To: Jyri Sarha, airlied@linux.ie, dri-devel@lists.freedesktop.org


[-- Attachment #1.1.1: Type: text/plain, Size: 321 bytes --]

Hi,

On 25/02/16 18:14, Jyri Sarha wrote:
> Hi Dave,
> Here is a long list of tilcdc fixes that were reviewed by Tomi Valkeinen
> here:

These are not all fixes, and in any case, they are quite big changes. So
I would not merge them for v4.5 fixes at this late stage. v4.6 sounds
like a good target.

 Tomi


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

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [GIT PULL Resend] tilcdc changes for 4.6
  2016-02-25 16:14 [GIT PULL] drm/tilcdc: Accumulated fixes over the past couple of years Jyri Sarha
  2016-02-25 16:22 ` Tomi Valkeinen
@ 2016-03-07 14:52 ` Jyri Sarha
  1 sibling, 0 replies; 3+ messages in thread
From: Jyri Sarha @ 2016-03-07 14:52 UTC (permalink / raw)
  To: airlied@linux.ie, dri-devel@lists.freedesktop.org; +Cc: Valkeinen, Tomi

Hi Dave,

Resend of this pull request:
https://lists.freedesktop.org/archives/dri-devel/2016-February/101685.html

So I am requesting this to be pulled for v4.6.

The patches were reviewed here:
https://lists.freedesktop.org/archives/dri-devel/2016-February/101649.html

Best regards,
Jyri

The following changes since commit 0041ee4d3642f9ad80a479fbe51a4bc7f3cd8294:

   Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into 
drm-next (2016-02-25 10:30:59 +1000)

are available in the git repository at:


   https://github.com/jsarha/linux.git tags/tilcdc-4.6

for you to fetch changes up to d0ec32caef0baa490b419895ef61c8481d49f7cd:

   drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private data 
(2016-02-25 16:39:47 +0200)

----------------------------------------------------------------
tilcdc changes for v4.6

Accumulated fixes and improvements from ti-linux-4.1.
* Almost complete rewrite of pagefliping code
* dma-buf support
* pinctrl support
* lot of fixes and cleanups

----------------------------------------------------------------
Darren Etheridge (4):
       drm/tilcdc: rewrite pixel clock calculation
       drm/tilcdc: fix kernel panic on suspend when no hdmi monitor 
connected
       drm/tilcdc: make frame_done interrupt active at all times
       drm/tilcdc: disable the lcd controller/dma engine when suspend 
invoked

Dave Gerlach (1):
       drm/tilcdc: adopt pinctrl support

Grygorii Strashko (1):
       drm/tilcdc: fix build error when !CONFIG_CPU_FREQ

Jyri Sarha (8):
       drm/tilcdc: Implement dma-buf support for tilcdc
       drm/tilcdc: Allocate register storage based on the actual number 
registers
       drm/tilcdc: Fix interrupt enable/disable code for version 2 tilcdc
       drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in 
registers[]
       drm/tilcdc: Add prints on sync lost and FIFO underrun interrupts
       drm/tilcdc: Disable sync lost interrupt if it fires on every frame
       drm/tilcdc: Initialize crtc->port
       drm/tilcdc: Use devm_kzalloc() and devm_kcalloc() for private data

Tomi Valkeinen (8):
       drm/tilcdc: verify fb pitch
       drm/tilcdc: cleanup runtime PM handling
       drm/tilcdc: disable crtc on unload
       drm/tilcdc: split reset to a separate function
       drm/tilcdc: remove broken error handling
       drm/tilcdc: cleanup irq handling
       drm/tilcdc: Get rid of complex ping-pong mechanism
       drm/tilcdc: Do not update the next frame buffer close to vertical 
blank

  drivers/gpu/drm/tilcdc/tilcdc_crtc.c   | 313 
++++++++++++++++++++++-----------
  drivers/gpu/drm/tilcdc/tilcdc_drv.c    | 130 ++++++++------
  drivers/gpu/drm/tilcdc/tilcdc_drv.h    |   5 +-
  drivers/gpu/drm/tilcdc/tilcdc_panel.c  |  20 +--
  drivers/gpu/drm/tilcdc/tilcdc_tfp410.c |  24 +--
  5 files changed, 300 insertions(+), 192 deletions(-)

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-03-07 14:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 16:14 [GIT PULL] drm/tilcdc: Accumulated fixes over the past couple of years Jyri Sarha
2016-02-25 16:22 ` Tomi Valkeinen
2016-03-07 14:52 ` [GIT PULL Resend] tilcdc changes for 4.6 Jyri Sarha

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).