diff options
author | Chris Wilson <[email protected]> | 2016-08-05 10:14:16 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2016-08-05 10:54:39 +0100 |
commit | 258a5edee0a306d52f5f84ca8a45736efa309ca4 (patch) | |
tree | a26a3c58f3a75ee2e3f4e6449cd00b9d2ccf8afa /lib/mpi/mpi-bit.c | |
parent | 3b4e896f14b165298d4a85ee4da735633892eeb3 (diff) |
drm/i915: Do a nonblocking wait first in pread/pwrite
If we try and read or write to an active request, we first must wait
upon the GPU completing that request. Let's do that without holding the
mutex (and so allow someone else to access the GPU whilst we wait). Upon
completion, we will acquire the mutex and only then start the operation
(i.e. we do not rely on state from before the initial wait).
v2: Repaint the goto labels
v3: Move the tracepoints back to the start of the ioctls
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions