Commit Graph

31 Commits (8e10ee9a0da12c586d3397150e34a946507c23f3)

Author SHA1 Message Date
Arnd Bergmann ed8b670409 drm: convert drm_ioctl to unlocked_ioctl 15 years ago
Jakob Bornecrantz 884840aa3c drm: Add dirty ioctl and property 15 years ago
Kristian Høgsberg d91d8a3f88 drm/kms: add page flipping ioctl 15 years ago
Andres Salomon dad07ca717 drm: check return values in drm_version 15 years ago
Andres Salomon 140a45fc32 drm: replace DRM_COPY macro w/ a function 15 years ago
Andres Salomon 156822f717 drm: kill more unused DRM macros 15 years ago
Jesse Barnes 453a7d46dc drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC) 16 years ago
Eric Anholt 9a298b2acd drm: Remove memory debugging infrastructure. 16 years ago
GeunSik Lim 156f5a7801 debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. 16 years ago
Michel Dänzer 9b6fe313bf drm: Copy back ioctl data to userspace regardless of return code. 16 years ago
Jonas Bonn 59738d5c97 drm: add control node checks missing from kms merge 16 years ago
Eric Anholt 955a23eb3c drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls. 16 years ago
Ben Gamari 28a62277e0 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Ben Gamari 955b12def4 drm: Convert proc files to seq_file and introduce debugfs 16 years ago
Kristian Høgsberg 112b715e8e drm: claim PCI device when running in modesetting mode. 16 years ago
Benjamin Herrenschmidt f77d390c97 drm: Split drm_map and drm_local_map 16 years ago
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