diff options
| author | Chris Wilson <[email protected]> | 2020-03-26 14:27:27 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2020-03-27 17:00:51 +0000 |
| commit | d002491168fcd1cd7b8092e8467e21f648748ec2 (patch) | |
| tree | 2a1a474c5d76225ef5611ab7afc61341113bd55f /tools/perf/scripts/python | |
| parent | 0c1abaa7fbfb994d91718f04ac05dc266ac447f4 (diff) | |
drm/i915: Differentiate between aliasing-ppgtt and ggtt pinning
Userptr causes lockdep to complain when we are using the aliasing-ppgtt
(and ggtt, but for that it is rightfully so to complain about) in that
when we revoke the userptr we take a mutex which we also use to revoke
the mmaps. However, we only revoke mmaps for GGTT bindings and we never
allow userptr to create a GGTT binding so the warning should be false
and is simply caused by our conflation of the aliasing-ppgtt with the
ggtt. So lets try treating the binding into the aliasing-ppgtt as a
separate lockclass from the ggtt. The downside is that we are
deliberately suppressing lockdep;s ability to warn us of cycles.
Closes: https://gitlab.freedesktop.org/drm/intel/issues/478
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions