From: Daniel Vetter Date: Mon, 26 Mar 2012 19:33:18 +0000 (+0200) Subject: drm/i915: refuse to load on gen6+ without kms X-Git-Tag: v3.5-rc1~83^2~140^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26394d9251879231b85e6c8cf899fa43e75c68f1;p=pandora-kernel.git drm/i915: refuse to load on gen6+ without kms Spurred by an irc discussion, let's start to clear up which parts of our kms + ums/gem + ums/dri1 + vbios/dri1 kernel driver pieces userspace in the wild actually uses. The idea is that we introduce checks at entry-points (module load time, ioctls, ...) first and then reap any obviously dead code in a second step. As a first step refuse to load without kms on chips where userspace never supported ums. Now upstream hasn't supported ums on ilk, ever. But RHEL had the great idea to backport the kms support to their ums driver. Cc: Dave Airlie Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed