Commit Graph

16 Commits (04ec93fe9bc98e3bd8560f79f56fed66dfae40d5)

Author SHA1 Message Date
Dave Airlie c1ff85d977 drm: fix leak of device mappings since multi-master changes. 16 years ago
Dave Airlie a75f28419a drm: fix ordering of driver unload vs agp unload. 16 years ago
Eric Anholt f51c5b6e62 drm: Avoid use-before-null-test on dev in drm_cleanup(). 16 years ago
Kristian H�gsberg 0c7c266475 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. 16 years ago
Jakob Bornecrantz e0c8463a8b drm: sanitise drm modesetting API + remove unused hotplug 16 years ago
Dave Airlie df989374a9 drm: fix allowing master ioctls on non-master fds. 16 years ago
Dave Airlie f453ba0460 DRM: add mode setting support 16 years ago
Jesse Barnes a2c0a97b78 drm: GEM mmap support 16 years ago
Dave Airlie 7c1c2871a6 drm: move to kref per-master structures. 16 years ago
Dave Airlie e7f7ab45eb drm: cleanup exit path for module unload 16 years ago
Keith Packard 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 years ago
Dave Airlie afa21e0584 drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA 16 years ago
Eric Anholt 673a394b1e drm: Add GEM ("graphics execution manager") to i915 driver. 17 years ago
Jesse Barnes 0a3e67a4ca drm: Rework vblank-wait handling to allow interrupt reduction. 17 years ago
Adrian Bunk 0e1451da4f drm: make drm_minors_cleanup() static 17 years ago
Dave Airlie c0e09200dc drm: reorganise drm tree to be more future proof. 17 years ago
Dave Airlie 858a3685bc drm: only trust core drm ioctls - driver ioctls are a mess. 17 years ago
Johannes Weiner 41ee2ff404 drm: use drms ioctl cmd not what we get passed from userspace. 17 years ago
Dave Airlie 2c14f28be2 drm: reorganise minor number handling using backported modesetting code. 17 years ago
Dave Airlie 9d5b3ffc42 drm: fixup some of the ioctl function exit paths 17 years ago
Dave Airlie e3236a1173 drm: add _DRM_DRIVER flag, and re-order unload. 17 years ago
Dave Airlie 3260f9fdfe drm: move drm_mem_init to proper place in startup sequence 17 years ago
Jesse Barnes e8b962b6df drm: update DRM sysfs support 17 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Eric Anholt c153f45f9b drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. 18 years ago
Eric Anholt 6c340eac02 drm: Replace filp in ioctl arguments with drm_file *file_priv. 18 years ago
Dave Airlie d4e2cbe9cb drm: convert drawable code to using idr 18 years ago
Dave Airlie 55910517af drm: detypedeffing continues... 18 years ago
Dave Airlie 8fc2fdf4c9 drm: drop drm_vma_entry_t, drm_magic_entry_t 18 years ago
Dave Airlie 84b1fd103d drm: remove drm_file_t, drm_device_t and drm_head_t typedefs 18 years ago
Dave Airlie c60ce623bd drm: remove a bunch of typedefs on the userspace interface 18 years ago
Dave Airlie 6f710105f5 drm: fix typo on code drm getsarea 18 years ago
Dave Airlie da509d7a02 drm: remove DRM_GETSAREA and replace with drm_getsarea function 18 years ago
Dave Airlie bd1b331fae drm: cleanup use of Linux list handling macros 18 years ago
Dave Airlie 0515b93c0e drm: rename badly named define and cleanup ioctl code spacing 18 years ago
Thomas Hellstrom 99da6d861c drm: allow for more generic drm ioctls 18 years ago
Arjan van de Ven 2b8693c061 [PATCH] mark struct file_operations const 3 18 years ago
=?utf-8?q?Michel_D=C3=A4nzer?= cdec2f82b1 drm: Change first valid DRM drawable ID to be 1 instead of 0. 18 years ago
=?utf-8?q?Michel_D=C3=A4nzer?= bea5679f9c drm: Add support for tracking drawable information to core 18 years ago
Thomas Hellstrom 1f4eccfdb2 drm: remove hash tables on drm exit 19 years ago
Thomas Hellstrom 0a0c721dc5 drm: avoid kernel oops in some error paths calling drm_lastclose 19 years ago
Thomas Hellstrom 8669cbc5e6 drm: move drm authentication to new generic hash table. 19 years ago
Dave Airlie 3d77461ecd drm: cleanup old compat code and DRM fns from Linux only code 19 years ago
Dave Airlie 11bab7d2c8 drm: remove master setting from add/remove context 19 years ago
Dave Airlie 30e2fb1881 sem2mutex: drivers/char/drm/ 19 years ago
Dave Airlie aab8df141f drm: cleanup properly on drm module unload 19 years ago
Dave Airlie a7a2cc315c drm: move ioctl flags to a bit field of flags 19 years ago
Dave Airlie efa58395be drm: add in-kernel entry points for rest of AGP ioctls 20 years ago
Dave Airlie 22eae947bf drm: rename driver hooks more understandably 20 years ago
Al Viro 666002218d [PATCH] proc_mkdir() should be used to create procfs directories 20 years ago