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

doc: drm: remove TODO entry regarding DRM_MODSET_LOCK_ALL cleanup

The previous commits do exactly what this entry in the TODO file asks
for, thus we can remove it now as it is no longer applicable.

Signed-off-by: Fernando Ramos <greenfoo@u92.eu>
Reviewed-by: Sean Paul <sean@poorly.run>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20210924064324.229457-18-greenfoo@u92.eu

authored by

Fernando Ramos and committed by
Sean Paul
18be03ef 8d813d1a

+1 -18
-17
Documentation/gpu/todo.rst
··· 353 353 354 354 Level: Intermediate 355 355 356 - Use DRM_MODESET_LOCK_ALL_* helpers instead of boilerplate 357 - --------------------------------------------------------- 358 - 359 - For cases where drivers are attempting to grab the modeset locks with a local 360 - acquire context. Replace the boilerplate code surrounding 361 - drm_modeset_lock_all_ctx() with DRM_MODESET_LOCK_ALL_BEGIN() and 362 - DRM_MODESET_LOCK_ALL_END() instead. 363 - 364 - This should also be done for all places where drm_modeset_lock_all() is still 365 - used. 366 - 367 - As a reference, take a look at the conversions already completed in drm core. 368 - 369 - Contact: Sean Paul, respective driver maintainers 370 - 371 - Level: Starter 372 - 373 356 Rename CMA helpers to DMA helpers 374 357 --------------------------------- 375 358
+1 -1
Documentation/locking/ww-mutex-design.rst
··· 60 60 Compared to normal mutexes two additional concepts/objects show up in the lock 61 61 interface for w/w mutexes: 62 62 63 - Acquire context: To ensure eventual forward progress it is important the a task 63 + Acquire context: To ensure eventual forward progress it is important that a task 64 64 trying to acquire locks doesn't grab a new reservation id, but keeps the one it 65 65 acquired when starting the lock acquisition. This ticket is stored in the 66 66 acquire context. Furthermore the acquire context keeps track of debugging state