From: Daniel Vetter Date: Mon, 23 Apr 2012 14:50:50 +0000 (+0200) Subject: drm/i915: rip out GEM drm feature checks X-Git-Tag: v3.5-rc1~83^2~8^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ed2cb2d15019edf8af324479028996046c8631;p=pandora-kernel.git drm/i915: rip out GEM drm feature checks We always set it so there's no point in checking. We could instead add a bit that tells us whether gem is actually initialized (i.e. either kms or gem_init_ioctl called), but that's imho not worth it. So just rip it out. There's a little change in the wait_ring timeout, but we've never run with anything else than the 60 second timeout, even on dri1 userspace. Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed