drm/i915: kill per-ring macros
commit3d281d8cca1acb2483444e0d1519c8ab6dda3a47
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Sep 2010 19:14:22 +0000 (24 21:14 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 25 Sep 2010 11:23:15 +0000 (25 12:23 +0100)
tree9d40394e09361254aa1c8208f5b56dfbd1a31cf1
parentbf7e0e1268f72ea1687140603a910eeaca031fa1
drm/i915: kill per-ring macros

Two macros that use a base address for HWS_PGA were missing, add them.
Also switch the remaining users of *_ACTHD to the ring-base one.
Kill the other ring-specific macros because they're now unused.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
[ickle: And silence checkpatch whilst in the vicinity]
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ringbuffer.c