Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | |
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 everything on Linux dereferenced filp to get file_priv anyway, while only the mmap ioctls went the other direction. | |||
2007-07-16 | drm: fixup compat wrappers | Dave Airlie | |
2007-06-05 | remove include of linux ioctl32.h from drm drivers | Dave Airlie | |
2005-11-11 | whitespace align closer with kernel | Dave Airlie | |
2005-06-28 | Add drm and radeon 32/64-bit compat code from Paul Mackerras | Dave Airlie | |