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 v3 0/5] drm/omap: Remove CONFIG_DRM_OMAP_NUM_CRTCS and cleanup
Date: Tue, 21 Mar 2017 17:06:37 +0200 [thread overview]
Message-ID: <cover.1490108707.git.jsarha@ti.com> (raw)
The first patch removes CONFIG_DRM_OMAP_NUM_CRTCS config option. The
patches number 2-4 gets rid of annoying name collision between dss
backend and omapdrm. The last patch cleans up the unnecessary
complexity from omap_modeset_init().
Changes since v2:
- drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
- No change
- Added:
- drm/omap: Rename enum omap_plane to enum omap_plane_id
- drm/omap: Fix ugliest indentation style breaks from previous patch
- drm/omap: Remove the obsolete #define omap_plane _omap_plane hack
- drm/omap: Major omap_modeset_init() cleanup
- use memset() to reset omap_crtcs[] in omap_crtc_pre_init()
- make the mapping between omapdrm plane index and dss plane id explicit
Changes since first version:
- drm/omapdrm: Get rid of DRM_OMAP_NUM_CRTCS config option
- drm/omapdrm: -> drm/omap:
- Drop:
- drm/omapdrm: Change possible_crtcs to possible_crtcs_for_planes
- drm/omapdrm: Separate ids for planes and CRTCs in omap_modeset_init()
- Add:
- drm/omap: Major omap_modeset_init() cleanup
Jyri Sarha (5):
drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
drm/omap: Rename enum omap_plane to enum omap_plane_id
drm/omap: Fix ugliest indentation style breaks from previous patch
drm/omap: Remove the obsolete #define omap_plane _omap_plane hack
drm/omap: Major omap_modeset_init() cleanup
drivers/gpu/drm/omapdrm/Kconfig | 9 --
drivers/gpu/drm/omapdrm/dss/dispc.c | 121 ++++++++--------
drivers/gpu/drm/omapdrm/dss/dispc.h | 62 ++++-----
drivers/gpu/drm/omapdrm/dss/dss.h | 5 +-
drivers/gpu/drm/omapdrm/dss/dss_features.c | 6 +-
drivers/gpu/drm/omapdrm/dss/dss_features.h | 4 +-
drivers/gpu/drm/omapdrm/dss/omapdss.h | 15 +-
drivers/gpu/drm/omapdrm/omap_crtc.c | 20 ++-
drivers/gpu/drm/omapdrm/omap_drv.c | 212 +++++++----------------------
drivers/gpu/drm/omapdrm/omap_drv.h | 4 +-
drivers/gpu/drm/omapdrm/omap_plane.c | 32 +++--
11 files changed, 204 insertions(+), 286 deletions(-)
--
1.9.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2017-03-21 15:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-21 15:06 Jyri Sarha [this message]
2017-03-21 15:06 ` [PATCH v3 1/5] drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option Jyri Sarha
2017-03-21 15:06 ` [PATCH v3 2/5] drm/omap: Rename enum omap_plane to enum omap_plane_id Jyri Sarha
2017-03-21 15:06 ` [PATCH v3 3/5] drm/omap: Fix ugliest indentation style breaks from previous patch Jyri Sarha
2017-03-21 15:06 ` [PATCH v3 4/5] drm/omap: Remove the obsolete #define omap_plane _omap_plane hack Jyri Sarha
2017-03-21 15:06 ` [PATCH v3 5/5] drm/omap: Major omap_modeset_init() cleanup 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.1490108707.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 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).