commit | e47c68e9c5d71e2faab8c2b82f57c6c73e6456fd | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Fri Nov 14 13:35:19 2008 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Thu Dec 04 11:21:55 2008 +1000 |
tree | 5edeeaa59dbccf418b4cae659efdcaa4cf4cc496 | |
parent | 2ef7eeaa553d88e78d9a4520271f26a7bc0e2968 [diff] |
drm/i915: Make a single set-to-cpu-domain path and use it wherever needed. This fixes several domain management bugs, including potential lack of cache invalidation for pread, potential failure to wait for set_domain(CPU, 0), and more, along with producing more intelligible code. Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@redhat.com>