Skip to content
Commit 6c340eac authored by Eric Anholt's avatar Eric Anholt Committed by Dave Airlie
Browse files

drm: Replace filp in ioctl arguments with drm_file *file_priv.



As a fallout, replace filp storage with file_priv storage for "unique
identifier of a client" all over the DRM.  There is a 1:1 mapping, so this
should be a noop.  This could be a minor performance improvement, as everyth
on Linux dereferenced filp to get file_priv anyway, while only the mmap ioct
went the other direction.

Signed-off-by: default avatarDave Airlie <airlied@linux.ie>
parent 20caafa6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment