All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/8] drm/tilcdc Fixes and cleanups
@ 2016-06-17  9:22 Jyri Sarha
  2016-06-17  9:22 ` [PATCH v5 1/8] drm/tilcdc: Restore old dpms state in pm_resume() Jyri Sarha
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Jyri Sarha @ 2016-06-17  9:22 UTC (permalink / raw)
  To: dri-devel; +Cc: Jyri Sarha, tomi.valkeinen, laurent.pinchart

Some fixes and cleanups that should get merged to tilcdc even if my
atomic changes are still a work in progress.

Yet one more round, sorry for spamming.

Changes since v4:
- Split 
  "drm/tilcdc: Move LCDC_SYNC_LOST handling inside if (ver == 2) statement"
  out of 
  "drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ"

Changes since v3:
- "drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ"
  - Do not bail out in the middle of irq routine, use full
    "if (rev == 2)"-statement in stead

Changes since v2:
- "drm/tilcdc: Restore old dpms state in pm_resume()"
  - Improve description
- "drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ
  - Handle LCDC_FIFO_UNDERFLOW also for v1 silicon
- "drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop()"
  - Improve description
- Add "drm/tilcdc: Increase time out for waiting frame done interrupt"

Changes since first version:
- "drm/tilcdc: Restore old dpms state in pm_resume()"
  - Fix typos from description and subject
- Add "drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and
  stop()"

Jyri Sarha (8):
  drm/tilcdc: Restore old dpms state in pm_resume()
  drm/tilcdc: Move LCDC_SYNC_LOST handling inside if (ver == 2)
    statement
  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: Increase time out for waiting frame done interrupt
  drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and
    stop()
  drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt
  drm/tilcdc: Avoid error print by of_graph_get_next_endpoint()

 .../devicetree/bindings/display/tilcdc/tilcdc.txt  |  4 ++
 drivers/gpu/drm/tilcdc/tilcdc_crtc.c               | 78 +++++++++++++---------
 drivers/gpu/drm/tilcdc/tilcdc_drv.c                |  3 +
 drivers/gpu/drm/tilcdc/tilcdc_drv.h                |  2 +
 drivers/gpu/drm/tilcdc/tilcdc_external.c           | 13 +++-
 5 files changed, 67 insertions(+), 33 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] 10+ messages in thread

end of thread, other threads:[~2016-06-17  9:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17  9:22 [PATCH v5 0/8] drm/tilcdc Fixes and cleanups Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 1/8] drm/tilcdc: Restore old dpms state in pm_resume() Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 2/8] drm/tilcdc: Move LCDC_SYNC_LOST handling inside if (ver == 2) statement Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 3/8] drm/tilcdc: Write to LCDC_END_OF_INT_IND_REG at the end of IRQ function Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 4/8] drm/tilcdc: Move waiting of LCDC_FRAME_DONE IRQ into stop() Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 5/8] drm/tilcdc: Increase time out for waiting frame done interrupt Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 6/8] drm/tilcdc: Call drm_crtc_vblank_on() and *_off() in start() and stop() Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 7/8] drm/tilcdc: Refer to panel.txt and tfp410.txt bindings in tilcdc.txt Jyri Sarha
2016-06-17  9:22 ` [PATCH v5 8/8] drm/tilcdc: Avoid error print by of_graph_get_next_endpoint() Jyri Sarha
2016-06-17  9:48 ` [PATCH v5 0/8] drm/tilcdc Fixes and cleanups Tomi Valkeinen

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.