On Wed, Jun 27, 2012 at 2:40 PM, Greg KH greg@kroah.com wrote:
On Wed, Jun 27, 2012 at 09:06:26AM -0500, Rob Clark wrote:
From: Rob Clark rob@ti.com
Use tiled buffers for rotated/reflected scanout, with CRTC and plane properties as the interface for userspace to configure rotation.
Signed-off-by: Rob Clark rob@ti.com
drivers/staging/omapdrm/omap_crtc.c | 17 +++++ drivers/staging/omapdrm/omap_dmm_tiler.c | 47 ++++++++++++-- drivers/staging/omapdrm/omap_dmm_tiler.h | 17 ++++- drivers/staging/omapdrm/omap_drv.c | 17 +++++ drivers/staging/omapdrm/omap_drv.h | 32 +++++++++- drivers/staging/omapdrm/omap_fb.c | 99 +++++++++++++++++++++++++----- drivers/staging/omapdrm/omap_gem.c | 43 ++++++++++++- drivers/staging/omapdrm/omap_plane.c | 92 ++++++++++++++++++++------- 8 files changed, 318 insertions(+), 46 deletions(-)
That's great you are adding new features, but how goes the progress to get this driver out of the drivers/staging/ area and moved to the real part of the kernel? I don't want to keep taking new features without seeing some progress on getting the code cleaned up and moved out first.
Oh, heh, well I suppose the first thing to do is send a patch to clean up the TODO file.. I just noticed that I'd been forgetting to update it.
BR, -R
thanks,
greg k-h
To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html