commit | 2655005762b8915d5f44d1d1ee7e6c2eb34841d7 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Wed Jun 11 14:42:40 2008 -0700 |
committer | Eric Anholt <eric@anholt.net> | Wed Jun 11 14:42:40 2008 -0700 |
tree | 0144197d4c66b0812ee2b0b93554e09cc7ef3047 | |
parent | 2a35d857b35c9d30d073e2372aa302cd999321ba [diff] |
[gem] Move potentially device-specific ioctls to the intel driver. This is the create (may want location flags), pread/pwrite/mmap (performance tuning hints), and set_domain (will 32 bits be enough for everyone?) ioctls. Left in the generic set are just flink/open/close. The 2D driver must be updated for this change, and API but not ABI is broken for 3D. The driver version is bumped to mark this.