All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/omap: rotation fixes and cleanups
@ 2017-05-17  7:56 Tomi Valkeinen
  2017-05-17  7:56 ` [PATCH 1/7] drm/omap: add drm_rotation_to_tiler helper() Tomi Valkeinen
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Tomi Valkeinen @ 2017-05-17  7:56 UTC (permalink / raw)
  To: dri-devel, Laurent Pinchart; +Cc: Tomi Valkeinen, Jyri Sarha

Hi,

This series cleans up rotation related code and fixes the major bugs with
rotation with YUV422 pixelformats. This series is based on the earlier
"drm/omap: misc cleanups and pixel format change" series.

There are still some smaller bugs with the rotation when used with scaling,
which I will continue on debugging.

 Tomi

Tomi Valkeinen (7):
  drm/omap: add drm_rotation_to_tiler helper()
  drm/omap: remove omap_drm_win
  drm/omap: use DRM_ROTATE_* instead of OMAP_DSS_ROT_*
  drm/omap: DRM_REFLECT_* instead of mirror boolean
  drm/omap: pass rotation to dispc
  drm/omap: fix YUV422 rotation with TILER
  drm/omap: fix YUV422 90/270 rotation with mirroring

 drivers/gpu/drm/omapdrm/dss/dispc.c   |  94 ++++++++++++++++--------------
 drivers/gpu/drm/omapdrm/dss/omapdss.h |  10 ----
 drivers/gpu/drm/omapdrm/omap_drv.h    |  11 +---
 drivers/gpu/drm/omapdrm/omap_fb.c     | 105 +++++++++++++++++++++-------------
 drivers/gpu/drm/omapdrm/omap_plane.c  |  28 +--------
 5 files changed, 119 insertions(+), 129 deletions(-)

-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-05-24  9:10 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-17  7:56 [PATCH 0/7] drm/omap: rotation fixes and cleanups Tomi Valkeinen
2017-05-17  7:56 ` [PATCH 1/7] drm/omap: add drm_rotation_to_tiler helper() Tomi Valkeinen
2017-05-23 11:19   ` Laurent Pinchart
2017-05-17  7:56 ` [PATCH 2/7] drm/omap: remove omap_drm_win Tomi Valkeinen
2017-05-23 11:41   ` Laurent Pinchart
2017-05-17  7:56 ` [PATCH 3/7] drm/omap: use DRM_ROTATE_* instead of OMAP_DSS_ROT_* Tomi Valkeinen
2017-05-23 13:07   ` Laurent Pinchart
2017-05-23 13:13     ` Tomi Valkeinen
2017-05-17  7:56 ` [PATCH 4/7] drm/omap: DRM_REFLECT_* instead of mirror boolean Tomi Valkeinen
2017-05-23 13:15   ` Laurent Pinchart
2017-05-23 13:21     ` Tomi Valkeinen
2017-05-17  7:56 ` [PATCH 5/7] drm/omap: pass rotation to dispc Tomi Valkeinen
2017-05-23 14:06   ` Laurent Pinchart
2017-05-23 14:36     ` Tomi Valkeinen
2017-05-17  7:56 ` [PATCH 6/7] drm/omap: fix YUV422 rotation with TILER Tomi Valkeinen
2017-05-24  6:44   ` Laurent Pinchart
2017-05-24  6:50     ` Tomi Valkeinen
2017-05-24  9:10       ` Laurent Pinchart
2017-05-17  7:56 ` [PATCH 7/7] drm/omap: fix YUV422 90/270 rotation with mirroring Tomi Valkeinen
2017-05-24  6:46   ` Laurent Pinchart
2017-05-24  6:55     ` Tomi Valkeinen
2017-05-24  7:02     ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.