All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] Add 180 degree primary and sprite rotation
@ 2014-08-05  5:56 sonika.jindal
  2014-08-05  5:56 ` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support sonika.jindal
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: sonika.jindal @ 2014-08-05  5:56 UTC (permalink / raw)
  To: intel-gfx

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

This patchset provides support for 0/180 degree hardare rotaion for primary and
sprite planes. The rotation property is now made global and is part of
drm_mode_config. It is attached to different planes.

v2: Moving the creation of property back to i915 (Ville) and resetting property
after disabling plane (Ville)

Sonika Jindal (3):
  drm: Add rotation_property to mode_config
  drm/i915: Add 180 degree primary plane rotation support
  drm: Resetting rotation property

Ville Syrjälä (3):
  drm/i915: Add 180 degree sprite rotation support
  drm/i915: Make intel_plane_restore() return an error
  drm/i915: Add rotation property for sprites

 drivers/gpu/drm/drm_fb_helper.c      |    9 ++-
 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      |    6 ++
 drivers/gpu/drm/i915/intel_sprite.c  |   93 ++++++++++++++++++++++++++---
 include/drm/drm_crtc.h               |    1 +
 7 files changed, 211 insertions(+), 14 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] 10+ messages in thread
* [PATCH 0/6 v2] Add 180 degree primary and sprite rotation
@ 2014-08-06  4:25 sonika.jindal
  0 siblings, 0 replies; 10+ messages in thread
From: sonika.jindal @ 2014-08-06  4:25 UTC (permalink / raw)
  To: intel-gfx

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

This patchset provides support for 0/180 degree hardare rotaion for primary and
sprite planes. The rotation property is now made global and is part of
drm_mode_config. It is attached to different planes.

v2: Moving the creation of property back to i915 (Ville) and resetting property
after disabling plane (Ville)

v3: Adding reviewed-by tags and removing dri-devel list from cc for i915 code
change

Sonika Jindal (3):
  drm: Add rotation_property to mode_config
  drm/i915: Add 180 degree primary plane rotation support
  drm: Resetting rotation property

Ville Syrjälä (3):
  drm/i915: Add 180 degree sprite rotation support
  drm/i915: Make intel_plane_restore() return an error
  drm/i915: Add rotation property for sprites

 drivers/gpu/drm/drm_fb_helper.c      |    9 ++-
 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      |    6 ++
 drivers/gpu/drm/i915/intel_sprite.c  |   93 ++++++++++++++++++++++++++---
 include/drm/drm_crtc.h               |    1 +
 7 files changed, 211 insertions(+), 14 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] 10+ messages in thread

end of thread, other threads:[~2014-08-06  4:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-05  5:56 [PATCH 0/6 v2] Add 180 degree primary and sprite rotation sonika.jindal
2014-08-05  5:56 ` [PATCH 1/6] drm/i915: Add 180 degree sprite rotation support sonika.jindal
2014-08-05  5:56 ` [PATCH 2/6] drm/i915: Make intel_plane_restore() return an error sonika.jindal
2014-08-05  5:56 ` [PATCH 3/6] drm: Add rotation_property to mode_config sonika.jindal
2014-08-05  5:56 ` [PATCH 4/6] drm/i915: Add rotation property for sprites sonika.jindal
2014-08-05  5:56 ` [PATCH 5/6] drm/i915: Add 180 degree primary plane rotation support sonika.jindal
2014-08-05  5:56 ` [PATCH 6/6] drm: Resetting rotation property sonika.jindal
2014-08-05 13:25 ` [PATCH 0/6 v2] Add 180 degree primary and sprite rotation Ville Syrjälä
2014-08-05 13:35   ` Daniel Vetter
2014-08-06  4:25 sonika.jindal

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.