[PATCH 0/3] drm/omap: updates for addfb2 and plane support
Rob Clark
rob.clark at linaro.org
Tue Dec 20 14:58:50 PST 2011
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 removes an
internal helper function in favor of the new drm_format_num_planes()
helper. These patches replace the last patchset sent on 15 Dec 2011.
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