All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Recover from sync lost error flood by resetting the LCDC
@ 2016-04-08  9:31 Jyri Sarha
  2016-04-08  9:31 ` [PATCH v2 1/3] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function Jyri Sarha
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jyri Sarha @ 2016-04-08  9:31 UTC (permalink / raw)
  To: dri-devel; +Cc: Jyri Sarha, tomi.valkeinen, laurent.pinchart

Since first version:
- Add "drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function"
  - This is actually an independent fix (see patch description)
- Add "drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()"
  - Wait for LCDC_FRAME_DONE before reseting the LCDC
- Fix typo in description
- Use system work queue
- Check DPMS state after drm_modeset_lock_crtc() has been taken

Jyri Sarha (3):
  drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ
    function
  drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()
  drm/tilcdc: Recover from sync lost error flood by resetting the LCDC

 drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 83 +++++++++++++++++++++++++-----------
 1 file changed, 58 insertions(+), 25 deletions(-)

-- 
1.9.1

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

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

end of thread, other threads:[~2016-04-08  9:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08  9:31 [PATCH v2 0/3] Recover from sync lost error flood by resetting the LCDC Jyri Sarha
2016-04-08  9:31 ` [PATCH v2 1/3] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function Jyri Sarha
2016-04-08  9:31 ` [PATCH v2 2/3] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop() Jyri Sarha
2016-04-08  9:31 ` [PATCH v2 3/3] drm/tilcdc: Recover from sync lost error flood by resetting the LCDC Jyri Sarha

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.