diff options
author | Chris Wilson <[email protected]> | 2020-03-03 20:43:43 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-03-03 21:52:51 +0000 |
commit | 2920bb94e65f6fee3e644bb063011f597aed4e95 (patch) | |
tree | 8ea16c1751f08a624a0d37d053633a7d17a3f041 /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | 50148a25f841dc1e2cffe1669d4782dfa75d85d6 (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 <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
0 files changed, 0 insertions, 0 deletions