Name
drm_modeset_legacy_acquire_ctx —
find acquire ctx for legacy ioctls
Description
Legacy ioctl operations like cursor updates or page flips only have per-crtc
locking, and store the acquire ctx in the corresponding crtc. All other
legacy operations take all locks and use a global acquire context. This
function grabs the right one.