Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/todo: mention i915 in the struct_mutex section

The i915 driver uses the struct_mutex, eventhough it does not use the
locked version of the drm_object_gem API.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20200515095118.2743122-4-emil.l.velikov@gmail.com

authored by

Emil Velikov and committed by
Emil Velikov
efdff86d 2ea8ad42

+2 -2
+2 -2
Documentation/gpu/todo.rst
··· 157 157 reliably take that lock any more. Instead state needs to be protected with 158 158 suitable subordinate locks or some cleanup work pushed to a worker thread. For 159 159 performance-critical drivers it might also be better to go with a more 160 - fine-grained per-buffer object and per-context lockings scheme. Currently only the 161 - ``msm`` driver still use ``struct_mutex``. 160 + fine-grained per-buffer object and per-context lockings scheme. Currently only 161 + the ``msm`` and `i915` drivers use ``struct_mutex``. 162 162 163 163 Contact: Daniel Vetter, respective driver maintainers 164 164