diff options
author | Chris Wilson <[email protected]> | 2020-03-11 16:03:10 +0000 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2020-03-12 20:28:57 +0000 |
commit | 7dc8f1143778a35b190f9413f228b3cf28f67f8d (patch) | |
tree | 6245a86ed2d71169405e9de46e5a408257f58211 /scripts/gdb/linux/modules.py | |
parent | 07bcfd1291de77ffa9b627b4442783aba1335229 (diff) |
drm/i915/gem: Drop relocation slowpath
Since the relocations are no longer performed under a global
struct_mutex, or any other lock, that is also held by pagefault handlers,
we can relax and allow our fast path to take a fault. As we no longer
need to abort the fast path for lock avoidance, we no longer need the
slow path handling at all.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions