commit | 201361a54ed187d8595a283e3a4ddb213bc8323b | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Mar 11 12:30:04 2009 -0700 |
committer | Eric Anholt <eric@anholt.net> | Fri Mar 27 14:47:34 2009 -0700 |
tree | 12a5d23a45f72f8bd917161735d55985654b52e0 | |
parent | eb01459fbbccb4ca0b879cbfc97e33ac6eabf975 [diff] |
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 <eric@anholt.net> Reviewed-by: Keith Packard <keithp@keithp.com> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>