summaryrefslogtreecommitdiff
path: root/crypto/async_tx
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2020-03-03 20:43:43 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2020-03-03 21:52:51 +0000
commit2920bb94e65f6fee3e644bb063011f597aed4e95 (patch)
tree8ea16c1751f08a624a0d37d053633a7d17a3f041 /crypto/async_tx
parent50148a25f841dc1e2cffe1669d4782dfa75d85d6 (diff)
drm/i915: Drop inspection of execbuf flags during evict
With the goal of removing the serialisation from around execbuf, we will no longer have the privilege of there being a single execbuf in flight at any time and so will only be able to inspect the user's flags within the carefully controlled execbuf context. i915_gem_evict_for_node() is the only user outside of execbuf that currently peeks at the flag to convert an overlapping softpinned request from ENOSPC to EINVAL. Retract this nicety and only report ENOSPC if the location is in current use, either due to this execbuf or another. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200303204345.1859734-1-chris@chris-wilson.co.uk
Diffstat (limited to 'crypto/async_tx')
0 files changed, 0 insertions, 0 deletions