[PATCH 0/3] drm/omap: updates for addfb2 and plane support
Rob Clark
rob.clark at linaro.org
Thu Jan 5 13:22:00 PST 2012
From: Rob Clark <rob at ti.com>
The first patch updates omapdrm for API changes introduced when addfb2
support (for multi-planar fb's) was added (in drm-next). The next patch
adds drm plane (overlay) support, with CRTCs using private plane objects
to avoid code duplication between the CRTC and plane. (This depends on
the "drm: add support for private planes" patch.) The final patch adds
support for YUV and multi-planar YUV formats.
This updated patch set rebases on drm-next as of today, and makes a small
correction for a mistake in the color formats table which Ville Syrjälä
pointed out. These patches replace the last patchset sent on 20 Dec 2011.
I think pretty much everything that will change in drm-next should be
in now so I think this should be the last rebase and should be fine to
pull to staging tree when drm-next is pulled to Linus's tree.
Rob Clark (3):
drm/omap: drm API update: addfb2
drm/omap: add drm_plane support
drm/omap: multiplanar and YUV support
drivers/staging/omapdrm/Makefile | 1 +
drivers/staging/omapdrm/omap_crtc.c | 191 +++++---------------
drivers/staging/omapdrm/omap_drv.c | 53 ++++--
drivers/staging/omapdrm/omap_drv.h | 46 ++++-
drivers/staging/omapdrm/omap_fb.c | 224 +++++++++++++++++------
drivers/staging/omapdrm/omap_fbdev.c | 55 ++++--
drivers/staging/omapdrm/omap_gem.c | 5 +
drivers/staging/omapdrm/omap_plane.c | 329 ++++++++++++++++++++++++++++++++++
drivers/staging/omapdrm/omap_priv.h | 12 +-
9 files changed, 665 insertions(+), 251 deletions(-)
create mode 100644 drivers/staging/omapdrm/omap_plane.c
--
1.7.5.4
More information about the dri-devel
mailing list