From: Ville Syrjälä Date: Tue, 1 Oct 2013 15:02:18 +0000 (+0300) Subject: drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane X-Git-Tag: v3.13-rc1~76^2~68^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dba99f495fb2b8712d83f53a769a7393ea127d3;p=pandora-kernel.git drm/i915: Rename intel_flush_display_plane to intel_flush_primary_plane The intel_flush_primary_plane name actually tells us which plane we're talking about. Also reorganize the internals a bit and add a missing POSTING_READ() to make sure the hardware has seen the changes by the time we return from the function. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed