drm/i915: Support NV12 in rotated GGTT mapping
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>
Mon, 21 Sep 2015 09:45:34 +0000 (10:45 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Sep 2015 15:28:40 +0000 (17:28 +0200)
commit89e3e1427629027dc33e576fc002880a02a7e50c
tree20ff39558826ca49754ca8f06d843259e81b0748
parent804beb4b5b76e41352b41027ab2804b8462c1686
drm/i915: Support NV12 in rotated GGTT mapping

Just adding the rotated UV plane at the end of the rotated Y plane.

v2: Rebase.

Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_gtt.c
drivers/gpu/drm/i915/i915_gem_gtt.h
drivers/gpu/drm/i915/intel_display.c