From: Damien Lespiau Date: Tue, 20 Jan 2015 12:51:44 +0000 (+0000) Subject: drm/i915: Change plane_config to store a tiling_mode X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~75^2~8^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49af449b457b721ac5c18f537cf7484903f212f8;p=pandora-kernel.git drm/i915: Change plane_config to store a tiling_mode Rather than having "tiled" meaning "is it X-tiled?" convert the field to explicitely store the tiling mode. The code doesn't have to change much as 1 is conveniently I915_TILING_X. This is to accommodate future changes around tiling modes and scannout buffers. v2: Rebase on top of Ander's "Make intel_crtc->config a pointer" Reviewed-By: Tvrtko Ursulin (v1) Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed