dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/omap: misc patches
@ 2015-12-09 15:38 Tomi Valkeinen
  2015-12-09 15:38 ` [PATCH 1/7] drm/omap: ensure all displays have been probed Tomi Valkeinen
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Tomi Valkeinen @ 2015-12-09 15:38 UTC (permalink / raw)
  To: dri-devel, Laurent Pinchart; +Cc: Tomi Valkeinen

Hi,

Here are a bunch of misc patches for omapdrm. All of them are quite trivial,
except the one from Andy, ""drm/omap: Use bitmaps for TILER placement".

I don't claim to understand the patch at all, but it decreases the TILER code
amount significantly, and (according to the commit description) increases
runtime performance. Also, to my eyes, the code looks cleaner than the old one.

The patch has been in different TI product kernels for years, so it's been
tested quite a bit without any problems. So, I'm quite comfortable with merging
it.

 Tomi

Andy Gross (1):
  drm/omap: Use bitmaps for TILER placement

Tomi Valkeinen (6):
  drm/omap: ensure all displays have been probed
  drm/omap: remove extra drm_gem_free_mmap_offset() call
  drm/omap: remove unused plugin defines
  drm/omap: set DRIVER_ATOMIC for omapdrm
  drm/omap: remove obsolete manager assignment
  drm/omap: fix fbdev pix format to support all platforms

 drivers/gpu/drm/omapdrm/Makefile         |   2 +-
 drivers/gpu/drm/omapdrm/omap_dmm_tiler.c |  14 +-
 drivers/gpu/drm/omapdrm/omap_drv.c       |  30 +-
 drivers/gpu/drm/omapdrm/omap_drv.h       |   6 -
 drivers/gpu/drm/omapdrm/omap_encoder.c   |   2 -
 drivers/gpu/drm/omapdrm/omap_fbdev.c     |   5 +-
 drivers/gpu/drm/omapdrm/omap_gem.c       |   2 -
 drivers/gpu/drm/omapdrm/sita.c           | 261 ++++++++++++
 drivers/gpu/drm/omapdrm/tcm-sita.c       | 703 -------------------------------
 drivers/gpu/drm/omapdrm/tcm.h            |  26 +-
 include/uapi/drm/omap_drm.h              |   6 -
 11 files changed, 315 insertions(+), 742 deletions(-)
 create mode 100644 drivers/gpu/drm/omapdrm/sita.c
 delete mode 100644 drivers/gpu/drm/omapdrm/tcm-sita.c

-- 
2.5.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-12-16 15:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-09 15:38 [PATCH 0/7] drm/omap: misc patches Tomi Valkeinen
2015-12-09 15:38 ` [PATCH 1/7] drm/omap: ensure all displays have been probed Tomi Valkeinen
2015-12-13 20:30   ` Laurent Pinchart
2015-12-16 15:45     ` Tomi Valkeinen
2015-12-09 15:38 ` [PATCH 2/7] drm/omap: remove extra drm_gem_free_mmap_offset() call Tomi Valkeinen
2015-12-13 20:33   ` Laurent Pinchart
2015-12-09 15:38 ` [PATCH 3/7] drm/omap: Use bitmaps for TILER placement Tomi Valkeinen
2015-12-09 15:38 ` [PATCH 4/7] drm/omap: remove unused plugin defines Tomi Valkeinen
2015-12-13 20:34   ` Laurent Pinchart
2015-12-09 15:38 ` [PATCH 5/7] drm/omap: set DRIVER_ATOMIC for omapdrm Tomi Valkeinen
2015-12-13 20:34   ` Laurent Pinchart
2015-12-09 15:38 ` [PATCH 6/7] drm/omap: remove obsolete manager assignment Tomi Valkeinen
2015-12-09 15:38 ` [PATCH 7/7] drm/omap: fix fbdev pix format to support all platforms Tomi Valkeinen
2015-12-13 20:35   ` Laurent Pinchart

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