public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [v3 00/13] Support for 180 degree HW rotation
@ 2014-07-08  5:01 sonika.jindal
  2014-07-08  5:01 ` [v3 01/13] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h sonika.jindal
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: sonika.jindal @ 2014-07-08  5:01 UTC (permalink / raw)
  To: intel-gfx

From: Sonika Jindal <sonika.jindal@intel.com>

Enables 180 degree rotation for sprite and primary planes.
Updated the primary plane rotation support as per the new universal plane
design.
Most of these patches were already reviewed in intel-gfx in February 2014 thats
why there is version history in few of them.

v2: Moved rotation_property to drm_plane. Added updation of FBC when rotation is
again set to 0.

v3: Adding documentation patches in the series + adding reviewed-by tags to
patches + adding mutex locks to update_fbc in "Add 180 degree primary plane
rotation support"

Sagar Kamble (2):
  Documentation: drm: Removing placeholders for generic drm properties
    description
  Documentation: drm: describing rotation property for i915

Sonika Jindal (2):
  drm/i915: Add 180 degree primary plane rotation support
  drm: Resetting rotation property

Ville Syrjälä (9):
  drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
  drm: Add support_bits parameter to drm_property_create_bitmask()
  drm: Add drm_mode_create_rotation_property()
  drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()
  drm: Add drm_rect rotation functions
  drm: Add drm_rotation_simplify()
  drm/i915: Add 180 degree sprite rotation support
  drm/i915: Make intel_plane_restore() return an error
  drm/i915: Add rotation property for sprites

 Documentation/DocBook/drm.tmpl       |   64 ++++------------
 drivers/gpu/drm/drm_crtc.c           |   65 +++++++++++++++-
 drivers/gpu/drm/drm_fb_helper.c      |   16 +++-
 drivers/gpu/drm/drm_rect.c           |  140 ++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_reg.h      |    4 +
 drivers/gpu/drm/i915/intel_display.c |  109 ++++++++++++++++++++++++--
 drivers/gpu/drm/i915/intel_drv.h     |    3 +-
 drivers/gpu/drm/i915/intel_pm.c      |    7 ++
 drivers/gpu/drm/i915/intel_sprite.c  |   91 ++++++++++++++++++++--
 drivers/gpu/drm/omapdrm/omap_drv.h   |    7 --
 drivers/gpu/drm/omapdrm/omap_plane.c |   17 ++---
 include/drm/drm_crtc.h               |   16 +++-
 include/drm/drm_rect.h               |    6 ++
 13 files changed, 458 insertions(+), 87 deletions(-)

-- 
1.7.10.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2014-07-14  3:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08  5:01 [v3 00/13] Support for 180 degree HW rotation sonika.jindal
2014-07-08  5:01 ` [v3 01/13] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h sonika.jindal
2014-07-08  5:01 ` [v3 02/13] drm: Add support_bits parameter to drm_property_create_bitmask() sonika.jindal
2014-07-08  5:01 ` [v3 03/13] drm: Add drm_mode_create_rotation_property() sonika.jindal
2014-07-08  5:01 ` [v3 04/13] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property() sonika.jindal
2014-07-08  5:01 ` [v3 05/13] drm: Add drm_rect rotation functions sonika.jindal
2014-07-08  5:01 ` [v3 06/13] drm: Add drm_rotation_simplify() sonika.jindal
2014-07-08  5:01 ` [v3 07/13] drm/i915: Add 180 degree sprite rotation support sonika.jindal
2014-07-08  5:01 ` [v3 08/13] drm/i915: Make intel_plane_restore() return an error sonika.jindal
2014-07-08  5:01 ` [v3 09/13] drm/i915: Add rotation property for sprites sonika.jindal
2014-07-11 21:59   ` [Intel-gfx] " Daniel Vetter
2014-07-14  3:57     ` Jindal, Sonika
2014-07-11 22:06   ` [Intel-gfx] " Daniel Vetter
2014-07-11 22:10   ` Daniel Vetter
2014-07-08  5:02 ` [v3 10/13] drm/i915: Add 180 degree primary plane rotation support sonika.jindal
2014-07-08  5:02 ` [v3 11/13] drm: Resetting rotation property sonika.jindal
2014-07-08  5:02 ` [v3 12/13] Documentation: drm: Removing placeholders for generic drm properties description sonika.jindal
2014-07-08  5:02 ` [v3 13/13] Documentation: drm: describing rotation property for i915 sonika.jindal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox