From: Eric Anholt Date: Wed, 11 Mar 2009 19:30:04 +0000 (-0700) Subject: drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths. X-Git-Tag: v2.6.30-rc1~646^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=201361a54ed187d8595a283e3a4ddb213bc8323b;p=pandora-kernel.git drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths. This introduces allocation in the batch submission path that wasn't there previously, but these are compatibility paths so we care about simplicity more than performance. kernel.org bug #12419. Signed-off-by: Eric Anholt Reviewed-by: Keith Packard Acked-by: Jesse Barnes --- Reading git-diff-tree failed