From: Damien Lespiau Date: Fri, 24 Oct 2014 23:11:11 +0000 (+0100) Subject: drm/i915: Remove unnecessary test on the gen in intel_do_mmio_flip() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d974728fafc151e740638b4cf492958be78b5b;p=pandora-kernel.git drm/i915: Remove unnecessary test on the gen in intel_do_mmio_flip() use_mmio_flip() makes sure we only enable MMIO flips on gen5+. So we don't need to take into account older devices. Signed-off-by: Damien Lespiau Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed