Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
128e45eb61b90c0c3094139cab6d00f67ff31377
/
drivers
/
gpu
/
drm
/
drm_drv.c
453a7d4
drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)
by Jesse Barnes
· 15 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
156f5a7
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
by GeunSik Lim
· 15 years ago
9b6fe31
drm: Copy back ioctl data to userspace regardless of return code.
by Michel Dänzer
· 15 years ago
59738d5
drm: add control node checks missing from kms merge
by Jonas Bonn
· 16 years ago
955a23e
drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.
by Eric Anholt
· 16 years ago
955b12d
drm: Convert proc files to seq_file and introduce debugfs
by Ben Gamari
· 16 years ago
112b715
drm: claim PCI device when running in modesetting mode.
by Kristian Høgsberg
· 16 years ago
f77d390
drm: Split drm_map and drm_local_map
by Benjamin Herrenschmidt
· 16 years ago
c1ff85d
drm: fix leak of device mappings since multi-master changes.
by Dave Airlie
· 16 years ago
a75f284
drm: fix ordering of driver unload vs agp unload.
by Dave Airlie
· 16 years ago
f51c5b6
drm: Avoid use-before-null-test on dev in drm_cleanup().
by Eric Anholt
· 16 years ago
0c7c266
drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.
by Kristian H�gsberg
· 16 years ago
e0c8463
drm: sanitise drm modesetting API + remove unused hotplug
by Jakob Bornecrantz
· 16 years ago
df98937
drm: fix allowing master ioctls on non-master fds.
by Dave Airlie
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
a2c0a97
drm: GEM mmap support
by Jesse Barnes
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 16 years ago
e7f7ab4
drm: cleanup exit path for module unload
by Dave Airlie
· 16 years ago
5244021
drm: move drm vblank initialization/cleanup to driver load/unload
by Keith Packard
· 16 years ago
afa21e0
drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA
by Dave Airlie
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
0a3e67a
drm: Rework vblank-wait handling to allow interrupt reduction.
by Jesse Barnes
· 16 years ago
0e1451d
drm: make drm_minors_cleanup() static
by Adrian Bunk
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago
[Renamed from drivers/char/drm/drm_drv.c]
858a368
drm: only trust core drm ioctls - driver ioctls are a mess.
by Dave Airlie
· 16 years ago
41ee2ff
drm: use drms ioctl cmd not what we get passed from userspace.
by Johannes Weiner
· 16 years ago
2c14f28
drm: reorganise minor number handling using backported modesetting code.
by Dave Airlie
· 17 years ago
9d5b3ff
drm: fixup some of the ioctl function exit paths
by Dave Airlie
· 17 years ago
e3236a1
drm: add _DRM_DRIVER flag, and re-order unload.
by Dave Airlie
· 17 years ago
3260f9f
drm: move drm_mem_init to proper place in startup sequence
by Dave Airlie
· 17 years ago
e8b962b
drm: update DRM sysfs support
by Jesse Barnes
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
c153f45
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
by Eric Anholt
· 17 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 17 years ago
d4e2cbe
drm: convert drawable code to using idr
by Dave Airlie
· 17 years ago
5591051
drm: detypedeffing continues...
by Dave Airlie
· 17 years ago
8fc2fdf
drm: drop drm_vma_entry_t, drm_magic_entry_t
by Dave Airlie
· 17 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 17 years ago
c60ce62
drm: remove a bunch of typedefs on the userspace interface
by Dave Airlie
· 17 years ago
6f71010
drm: fix typo on code drm getsarea
by Dave Airlie
· 17 years ago
da509d7
drm: remove DRM_GETSAREA and replace with drm_getsarea function
by Dave Airlie
· 17 years ago
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
0515b93
drm: rename badly named define and cleanup ioctl code spacing
by Dave Airlie
· 18 years ago
99da6d8
drm: allow for more generic drm ioctls
by Thomas Hellstrom
· 18 years ago
2b8693c
[PATCH] mark struct file_operations const 3
by Arjan van de Ven
· 18 years ago
cdec2f8
drm: Change first valid DRM drawable ID to be 1 instead of 0.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
bea5679
drm: Add support for tracking drawable information to core
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
1f4eccf
drm: remove hash tables on drm exit
by Thomas Hellstrom
· 18 years ago
0a0c721
drm: avoid kernel oops in some error paths calling drm_lastclose
by Thomas Hellstrom
· 18 years ago
8669cbc
drm: move drm authentication to new generic hash table.
by Thomas Hellstrom
· 18 years ago
3d77461
drm: cleanup old compat code and DRM fns from Linux only code
by Dave Airlie
· 18 years ago
11bab7d
drm: remove master setting from add/remove context
by Dave Airlie
· 19 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
aab8df1
drm: cleanup properly on drm module unload
by Dave Airlie
· 19 years ago
a7a2cc3
drm: move ioctl flags to a bit field of flags
by Dave Airlie
· 19 years ago
efa5839
drm: add in-kernel entry points for rest of AGP ioctls
by Dave Airlie
· 19 years ago
22eae94
drm: rename driver hooks more understandably
by Dave Airlie
· 19 years ago
312f572
merge Linus head tree into my drm tree and fix up conflicts
by Dave Airlie
· 19 years ago
6660022
[PATCH] proc_mkdir() should be used to create procfs directories
by Al Viro
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
836cf04
drm: cleanup buffer/map code
by Dave Airlie
· 19 years ago
aff138a
drm: fix minor function header issue
by Dave Airlie
· 19 years ago
7ab9840
drm: update some function so a driver can call them
by Dave Airlie
· 19 years ago
9c8da5e
drm: update support for drm pci buffers
by Dave Airlie
· 19 years ago
2d0f9ea
drm: add _DRM_CONSISTENT map type
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago