Skip to content
Commit 1c806a6e authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/i915: Mark getparam ioctl as DRM_UNLOCKED



With kms all the data getparam looks at is actually invariant, and
certainly not protected by the global kms mutex. With ums all the
setup code is already racy as hell, so this won't make things any
worse.

I've done this change so that all ioctl still used by kms drivers
are marked as DRM_UNLOCKED, besides that we obviously don't need
it any more in kms mode.

Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
parent b44f8408
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment