From: Daniel Vetter Date: Tue, 25 Oct 2011 22:53:57 +0000 (+0200) Subject: drm: ditch strange DRIVER_DMA_QUEUE only error bail-out X-Git-Tag: v3.6-rc1~83^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c373790a4d4d667d1ab38b1fe2bbf6a8322e93b;p=pandora-kernel.git drm: ditch strange DRIVER_DMA_QUEUE only error bail-out Only one driver (i810) even sets that flag. Now the actual locking code uncoditionally promotes lock->context to an unsigned int. Closer inspection of the userspace reveals that the drm lock context is defined as an unsigned int (at least on linux). I suspect we just have a strange case of signedness confusion going on. Tested on my i815, doesn't seem to break anything. Signed-off-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed