commit | 51b895041c65f7ec9ecda48e79279dde29258b07 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 22 09:50:06 2010 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Nov 22 09:54:47 2010 +0000 |
tree | 5cf5afaab1d4a1d3e95240d98e35fd446185b44f | |
parent | d17681d538ce86a3f8d6d1c7407df3ceb2bcc499 [diff] |
intel: Compute in-aperture size for relaxed fenced objects For relaxed fencing the object may only consume the small set of active pages, but still requires a fence region once bound into the aperture. This is the size we need to use when computing the maximum possible aperture space that could be used by a single batchbuffer and so avoid hitting ENOSPC. Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>