From: Ville Syrjälä Date: Mon, 31 Mar 2014 18:29:41 +0000 (+0300) Subject: drm/i915: Kill crtc->plane checks from the primary plane update hooks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~63^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5812d07d6f8704c1af5372f03ce5332629d57e53;p=pandora-kernel.git drm/i915: Kill crtc->plane checks from the primary plane update hooks These were apparently meant to protect the SAREA which only has room for two pipes, but things clearly went a bit wonky when first the .update_plane() hooks were split up and then pipe C got introduced. The checks actually protecting the SAREA live in intel_crtc_update_sarea() these days, so the checks in the primary plane update hooks are just historical leftovers which are to be eliminated. Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed