commit | 8e934dbf264418afe4d1dff34ce074ecc14280db | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 24 12:34:00 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jan 24 18:28:29 2011 +0000 |
tree | 6fcbbafc58a1f444b065905a2b3a3e5427cc6c92 | |
parent | b705120e4198315f4ae043de06c62f65e0851fd3 [diff] |
drm/i915: Prevent uninitialised reads during error state capture error_bo and pinned_bo could be used uninitialised if there were no active buffers. Caught by kmemcheck. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>