drm/i915: Use existing function instead of open-coding fence reg clear.
authorEric Anholt <eric@anholt.net>
Fri, 6 May 2011 20:53:49 +0000 (13:53 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 May 2011 01:12:50 +0000 (18:12 -0700)
commit10ed13e4a5143000bca816982ea6e68e2a4ac050
tree678eea50f46703e2473e83e932e7865b530e1147
parent6067aaeadb5b3df26f27ac827256b1ef01e674f5
drm/i915: Use existing function instead of open-coding fence reg clear.

This is once less place to miss a new INTEL_INFO(dev)->gen update now.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_gem.c