[PATCH] staging: drm/omap: add rotation properties

Greg KH greg at kroah.com
Wed Jun 27 12:40:22 PDT 2012


On Wed, Jun 27, 2012 at 09:06:26AM -0500, Rob Clark wrote:
> From: Rob Clark <rob at 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 at 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.

thanks,

greg k-h


More information about the dri-devel mailing list