summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-09-09 14:11:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-09-09 14:23:06 +0100
commitdadd481bfe559f09bc3c42e9d552149c1cb84e6a (patch)
tree36d1344afe9210c1b7bdf24ab0fb35576c800de2 /Documentation
parenta2bc4695bbf24877d75b34da5d11fcb38393eee9 (diff)
drm/i915/guc: Prepare for nonblocking execbuf submission
Currently the presumption is that the request construction and its submission to the GuC are all under the same holding of struct_mutex. We wish to relax this to separate the request construction and the later submission to the GuC. This requires us to reserve some space in the GuC command queue for the future submission. For flexibility to handle out-of-order request submission we do not preallocate the next slot in the GuC command queue during request construction, just ensuring that there is enough space later. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20160909131201.16673-17-chris@chris-wilson.co.uk
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions