commit | 5f26a2c7ad6eba97141e8372f3def282f934b169 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Jun 06 09:45:58 2009 +0100 |
committer | Eric Anholt <eric@anholt.net> | Tue Jun 09 13:54:05 2009 -0700 |
tree | 355040e2e6eb308afc3b93e39f3b052b63c4b7bc | |
parent | 83d60795157c83389e6aaa0532d5e19afa976a24 [diff] |
drm/i915: OR in the COMMAND read domain for the batch buffer. The batch buffer may be shared with another read buffer, so we should not ignore any previously set domains, but just or in the command domain (and check that the buffer is not writable). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>