All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] drm/omap: Make omapdss API more generic + related patches
@ 2018-02-07 14:11 Jyri Sarha
  2018-02-07 14:11 ` [PATCH v3 1/3] drm/omap: Fail probe if irq registration fails Jyri Sarha
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jyri Sarha @ 2018-02-07 14:11 UTC (permalink / raw)
  To: dri-devel; +Cc: airlied, tomi.valkeinen, laurent.pinchart, Jyri Sarha

Since v2:
- Simplify dispc_mgr_has_framedone() 
- dispc_hw_to_api_irq() and dispc_api_to_hw_irq() use new dispc_irq_bits[]
- rename dispc_ops read_irqstatus() to read_and_clear_irqstatus() and remove
  clearmask
- precalculate priv->irq_uf_mask in omap_drm_irq_install() and use it in
  omap_irq_fifo_underflow()

Here is the v2 round:
https://lists.freedesktop.org/archives/dri-devel/2018-January/161353.html

Since RFC:

This the v2 rouns of a this RFC patch:
https://patchwork.kernel.org/patch/10066245/

The first patch is a simple fix that should be applied in any case.

I did not split the mgr_has_framedone() callback as a separate patch. It
quite literally replaces the mgr_get_framedone_irq() and makes no
sense without the "drm/omap: Make omapdss API more generic"-patch.

Best regards,
  Jyri

Jyri Sarha (3):
  drm/omap: Fail probe if irq registration fails
  drm/omap: Add get_ovl_name() and get_mgr_name() to dispc_ops
  drm/omap: Make omapdss API more generic

 drivers/gpu/drm/omapdrm/dss/dispc.c   | 113 ++++++++++++++++++++++++------
 drivers/gpu/drm/omapdrm/dss/dispc.h   |  33 +++++++++
 drivers/gpu/drm/omapdrm/dss/omapdss.h |  67 ++++++++----------
 drivers/gpu/drm/omapdrm/omap_crtc.c   |  27 +++-----
 drivers/gpu/drm/omapdrm/omap_crtc.h   |   2 +-
 drivers/gpu/drm/omapdrm/omap_drv.c    |   4 +-
 drivers/gpu/drm/omapdrm/omap_drv.h    |   3 +-
 drivers/gpu/drm/omapdrm/omap_irq.c    | 125 +++++++++++++++-------------------
 drivers/gpu/drm/omapdrm/omap_irq.h    |   2 +-
 drivers/gpu/drm/omapdrm/omap_plane.c  |  18 ++---
 drivers/gpu/drm/omapdrm/omap_plane.h  |   1 +
 11 files changed, 237 insertions(+), 158 deletions(-)

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
_______________________________________________
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:[~2018-02-08 12:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-07 14:11 [PATCH v3 0/3] drm/omap: Make omapdss API more generic + related patches Jyri Sarha
2018-02-07 14:11 ` [PATCH v3 1/3] drm/omap: Fail probe if irq registration fails Jyri Sarha
2018-02-07 13:29   ` Tomi Valkeinen
2018-02-07 14:11 ` [PATCH v3 2/3] drm/omap: Add get_ovl_name() and get_mgr_name() to dispc_ops Jyri Sarha
2018-02-07 13:34   ` Tomi Valkeinen
2018-02-07 14:11 ` [PATCH v3 3/3] drm/omap: Make omapdss API more generic Jyri Sarha
2018-02-08  8:53   ` Tomi Valkeinen
2018-02-08 11:43     ` Jyri Sarha
2018-02-08 12:11       ` Tomi Valkeinen
2018-02-08  8:57 ` [PATCH v3 0/3] drm/omap: Make omapdss API more generic + related patches 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.