All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] drm/omapdrm: Remove CONFIG_DRM_OMAP_NUM_CRTCS and cleanup
@ 2017-03-20 16:06 Jyri Sarha
  2017-03-20 16:06 ` [PATCH v2 1/2] drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option Jyri Sarha
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jyri Sarha @ 2017-03-20 16:06 UTC (permalink / raw)
  To: dri-devel; +Cc: tomi.valkeinen, Jyri Sarha, laurent.pinchart

The first patch removes CONFIG_DRM_OMAP_NUM_CRTCS config option. The
rest cleans up the unnecessary complexity from omap_modeset_init().

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 (2):
  drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option
  drm/omap: Major omap_modeset_init() cleanup

 drivers/gpu/drm/omapdrm/Kconfig      |   9 --
 drivers/gpu/drm/omapdrm/omap_crtc.c  |  23 +++-
 drivers/gpu/drm/omapdrm/omap_drv.c   | 210 ++++++++---------------------------
 drivers/gpu/drm/omapdrm/omap_drv.h   |   2 +-
 drivers/gpu/drm/omapdrm/omap_plane.c |   3 +
 5 files changed, 73 insertions(+), 174 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] 5+ messages in thread

end of thread, other threads:[~2017-03-21 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-20 16:06 [PATCH v2 0/2] drm/omapdrm: Remove CONFIG_DRM_OMAP_NUM_CRTCS and cleanup Jyri Sarha
2017-03-20 16:06 ` [PATCH v2 1/2] drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config option Jyri Sarha
2017-03-20 16:06 ` [PATCH v2 2/2] drm/omap: Major omap_modeset_init() cleanup Jyri Sarha
2017-03-21  7:44   ` Tomi Valkeinen
2017-03-21 10:30 ` [PATCH v2 0/2] drm/omapdrm: Remove CONFIG_DRM_OMAP_NUM_CRTCS and cleanup Daniel Vetter

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.