All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jyri Sarha <jsarha@ti.com>
To: dri-devel@lists.freedesktop.org
Cc: tomi.valkeinen@ti.com, laurent.pinchart@ideasonboard.com,
	Jyri Sarha <jsarha@ti.com>
Subject: [PATCH v4 0/6] drm/omap: Make omapdss API more generic + related patches
Date: Thu, 8 Feb 2018 12:21:00 +0200	[thread overview]
Message-ID: <cover.1518084092.git.jsarha@ti.com> (raw)

The purpose of these patches is to make easier to add support for
future DSS version.

Since v3:
- "drm/omap: Add get_ovl_name() and get_mgr_name() to dispc_ops"
  - Make ovl_names array static const char * const
- Add:
  - "drm/omap: move common stuff from dss.h to omapdss.h"
  - "drm/omap: dss: Move platform_device_register from core.c to dss.c probe"
  - "drm/omap: dss: platform_register_drivers() to dss.c and remove core.c"

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 (5):
  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
  drm/omap: dss: Move platform_device_register from core.c to dss.c
    probe
  drm/omap: dss: platform_register_drivers() to dss.c and remove core.c

Tomi Valkeinen (1):
  drm/omap: move common stuff from dss.h to omapdss.h

 drivers/gpu/drm/omapdrm/dss/Makefile  |   2 +-
 drivers/gpu/drm/omapdrm/dss/core.c    |  88 ------------------------
 drivers/gpu/drm/omapdrm/dss/dispc.c   | 113 ++++++++++++++++++++++++------
 drivers/gpu/drm/omapdrm/dss/dispc.h   |  33 +++++++++
 drivers/gpu/drm/omapdrm/dss/dss.c     |  56 +++++++++++++++
 drivers/gpu/drm/omapdrm/dss/dss.h     |  37 ----------
 drivers/gpu/drm/omapdrm/dss/omapdss.h | 104 ++++++++++++++++++----------
 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 +
 15 files changed, 331 insertions(+), 284 deletions(-)
 delete mode 100644 drivers/gpu/drm/omapdrm/dss/core.c

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

             reply	other threads:[~2018-02-08 10:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-08 10:21 Jyri Sarha [this message]
2018-02-08 10:21 ` [PATCH v4 1/6] drm/omap: Fail probe if irq registration fails Jyri Sarha
2018-02-08 10:21 ` [PATCH v4 2/6] drm/omap: Add get_ovl_name() and get_mgr_name() to dispc_ops Jyri Sarha
2018-02-08 10:21 ` [PATCH v4 3/6] drm/omap: Make omapdss API more generic Jyri Sarha
2018-02-08 10:21 ` [PATCH v4 4/6] drm/omap: move common stuff from dss.h to omapdss.h Jyri Sarha
2018-02-08 10:21 ` [PATCH v4 5/6] drm/omap: dss: Move platform_device_register from core.c to dss.c probe Jyri Sarha
2018-02-08 10:21 ` [PATCH v4 6/6] drm/omap: dss: platform_register_drivers() to dss.c and remove core.c Jyri Sarha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1518084092.git.jsarha@ti.com \
    --to=jsarha@ti.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=tomi.valkeinen@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.