All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add NV12 90/270 support for skl planes
@ 2015-05-09  3:22 Chandra Konduru
  2015-05-09  3:22 ` [PATCH 1/2] drm/i915: call intel_tile_height with correct parameter Chandra Konduru
  2015-05-09  3:22 ` [PATCH 2/2] drm/i915: Add 90/270 rotation for NV12 format Chandra Konduru
  0 siblings, 2 replies; 15+ messages in thread
From: Chandra Konduru @ 2015-05-09  3:22 UTC (permalink / raw)
  To: intel-gfx; +Cc: daniel.vetter, ville.syrjala

First attempt to enabling 90/270 rotation for NV12 format using Tvrtko's
recent rotated mapping for NV12.

Calling intel_plane_obj_offset(plane, obj, 1) is causing kernel NULL
pointer reference. Sending early out early for Tvrtko to work on the
issue.

Very first NV12 flip with 90/270 rotation giving rotated image but
UV isn't there because of above issue. Also subsequent flips are causing
crashes and lockups.

Pending work:
 * few changes are need to DDB calcuations for NV12 90/270.

Chandra Konduru (2):
  drm/i915: call intel_tile_height with correct parameter
  drm/i915: Add 90/270 rotation for NV12 format.

 drivers/gpu/drm/i915/intel_display.c |   25 +++++++++++++++++--------
 drivers/gpu/drm/i915/intel_sprite.c  |   34 ++++++++++++++++++++++++++--------
 2 files changed, 43 insertions(+), 16 deletions(-)

-- 
1.7.9.5

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

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

end of thread, other threads:[~2015-05-22 18:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-09  3:22 [PATCH 0/2] Add NV12 90/270 support for skl planes Chandra Konduru
2015-05-09  3:22 ` [PATCH 1/2] drm/i915: call intel_tile_height with correct parameter Chandra Konduru
2015-05-11  9:41   ` Tvrtko Ursulin
2015-05-11 10:28   ` Daniel Vetter
2015-05-09  3:22 ` [PATCH 2/2] drm/i915: Add 90/270 rotation for NV12 format Chandra Konduru
2015-05-11 12:03   ` Ville Syrjälä
2015-05-11 23:32     ` Konduru, Chandra
2015-05-12 10:44       ` Ville Syrjälä
2015-05-12 19:26         ` Runyan, Arthur J
2015-05-15 21:58           ` Konduru, Chandra
2015-05-18 19:19             ` Runyan, Arthur J
2015-05-19 23:12               ` Konduru, Chandra
2015-05-20 12:27               ` Ville Syrjälä
2015-05-22 18:07                 ` Runyan, Arthur J
2015-05-22 18:28                   ` Ville Syrjälä

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.