commit | 8168bd48bb863c00747497aadf13884b2d69d287 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Nov 11 17:54:52 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Nov 11 17:54:52 2010 +0000 |
tree | 17159818d70ec4e313d01b280f51be6afa70236f | |
parent | e74cfed521746544e6eeee84b24bd31c1e59ffe2 [diff] |
drm/i915: Remove the definitions for Primary Ring Buffer We only ever used the PRB0, neglecting the secondary ring buffers, and now with the advent of multiple engines with separate ring buffers we need to excise the anachronisms from our code (and be explicit about which ring we mean where). This is doubly important in light of the FORCEWAKE required to read ring buffer registers on SandyBridge. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>