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@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel