commit | b6913e4bdb09134dbdccd613e880d413b5911591 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Nov 12 10:46:37 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Nov 23 20:19:14 2010 +0000 |
tree | 6e9cc939576ecff515c749c7e938bb2c2881fe12 | |
parent | 748ebc6017a943ec065e653e975a5e8dace77ac6 [diff] |
drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer The pipe control object is allocated by the device for the sole use of the render ringbuffer. Move this detail from the general code to the render ring buffer initialisation. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>