commit | 297b0c5be3b6e08890cbd7149313408847e81715 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 22 17:02:41 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 22 17:57:43 2010 +0100 |
tree | 0a7dd5febbe0904eed9424bc861c807dba76be95 | |
parent | 85ccc35b7e4a5e7894570fe9b4e4b56d82fc3181 [diff] |
drm/i915/ringbuffer: Write the value passed in to the tail register This should fix the error along the reset path were we tried to clear the tail register by setting it to 0, but were in fact setting it to the current value and complaining when it did not reset to 0. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>