From: Daniel Vetter Date: Tue, 10 Feb 2015 17:16:11 +0000 (+0000) Subject: drm/i915: Use fb format modifiers in skylake_update_primary_plane X-Git-Tag: omap-for-v4.2/o2_dc~72^2~35^2~44 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30af77c4c80f98c72b27cb497aa660ef9474e6cf;p=pandora-kernel.git drm/i915: Use fb format modifiers in skylake_update_primary_plane Just a little demo really. We probably need to introduce skl specific functions for a lot of the format validation stuff, or at least helpers. Specifically I think intel_framebuffer_init and intel_fb_align_height must be adjusted to have an i915_ and a skl_ variant. And only shared code should be converted to fb modifiers, platform code (like the plane config readout can keep on using old tiling_mode defines to avoid some churn). Cc: Tvrtko Ursulin Reviewed-by: Tvrtko Ursulin Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed