drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.
authorEric Anholt <eric@anholt.net>
Fri, 14 Nov 2008 21:35:19 +0000 (13:35 -0800)
committerDave Airlie <airlied@redhat.com>
Thu, 4 Dec 2008 01:21:55 +0000 (11:21 +1000)
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>

No differences found