commit | c153f45f9b7e30289157bba3ff5682291df16caa | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Sep 03 12:06:45 2007 +1000 |
committer | Dave Airlie <airlied@optimus.(none)> | Mon Oct 15 10:38:20 2007 +1000 |
tree | 33f21e1ebd83ec548751f3d490afe6230ab99972 | |
parent | b589ee5943a9610ebaea6e4e3433f2ae4d812b0b [diff] |
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. The data is now in kernel space, copied in/out as appropriate according to t This results in DRM_COPY_{TO,FROM}_USER going away, and error paths to deal with those failures. This also means that XFree86 4.2.0 support for i810 DR is lost. Signed-off-by: Dave Airlie <airlied@linux.ie>