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

No differences found