aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorDmitry Osipenko <[email protected]>2023-04-16 14:52:35 +0300
committerDmitry Osipenko <[email protected]>2023-06-03 04:50:40 +0300
commite4812ab8e6b142e1ce19b50fcf744e20ea9adfe3 (patch)
tree81ca66979508ed95762bb420bd1db33378c57fb8 /tools/testing
parent0fcf8ffdfe9013b05807b99a4c28da59b2d39bec (diff)
drm/virtio: Refactor and optimize job submission code path
Move virtio_gpu_execbuffer_ioctl() into separate virtgpu_submit.c file, refactoring and optimizing the code along the way to ease addition of new features to the ioctl. The optimization is done by using optimal ordering of the job's submission steps, reducing code path from the start of the ioctl to the point of pushing job to virtio queue. Job's initialization is now performed before in-fence is awaited and out-fence setup is made after sending out job to virtio. Reviewed-by: Rob Clark <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Tested-by: Pierre-Eric Pelloux-Prayer <[email protected]> Signed-off-by: Dmitry Osipenko <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/testing')
0 files changed, 0 insertions, 0 deletions