tree 50aa5824d31631d4b4ec21d5fd23a581d715c092 parent 68f95ba9e260516411411524c45263b5d53f393c author Chris Wilson 1274966461 +0100 committer Eric Anholt 1275069720 -0700 drm/i915: Avoid moving from CPU domain during pwrite We can avoid an early clflush when pwriting if we use the current CPU write domain rather than moving the object to the GTT domain for the purposes of the pwrite. This has the advantage of not flushing the presumably hot data that we want to upload into the bo, and of ascribing the clflush to the execution when profiling. Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt $}