Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3abb1ada21a4fb5b2920457a2e5c8483abb09a45
/
drivers
/
gpu
/
drm
/
drm_ioctl.c
ea48783
drm: Enforce unlocked ioctl operation for kms driver ioctls
by Daniel Vetter
· 9 years ago
0aaf20c
drm/drm_ioctl.c: kerneldoc
by Daniel Vetter
· 9 years ago
4b63539
drm: Define a drm_invalid_op ioctl implementation
by Daniel Vetter
· 9 years ago
a7fb8a2
drm: Remove __OS_HAS_AGP
by Daniel Vetter
· 9 years ago
30c6466
drm: Allow also control clients to check the drm version
by Thomas Hellstrom
· 9 years ago
5101020
drm: export the DRM permission check code
by Thomas Hellstrom
· 9 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
8b72ce1
drm: Always enable atomic API
by Daniel Stone
· 9 years ago
7d010fd
x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()
by Luis R. Rodriguez
· 9 years ago
e2f5d2e
drm/mode: Add user blob-creation ioctl
by Daniel Stone
· 9 years ago
066626d
drm: line wrap DRM_IOCTL_DEF* macros
by Emil Velikov
· 10 years ago
7ef5f82
drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() code
by Ville Syrjälä
· 10 years ago
53615af
drm: Use max() to make the ioctl alloc size code cleaner
by Ville Syrjälä
· 10 years ago
83be003
drm: Simplify core vs. drv ioctl handling
by Ville Syrjälä
· 10 years ago
7e7392a
drm: Drop ioctl->cmd_drv
by Ville Syrjälä
· 10 years ago
e3eb325
drm: add support for tiled/compressed/etc modifier in addfb2
by Rob Clark
· 10 years ago
179f158
drm: Ensure universal_planes is set for atomic
by Daniel Vetter
· 10 years ago
a97df1c
drm/atomic: Hide drm.ko internal interfaces
by Daniel Vetter
· 10 years ago
d34f20d
drm: Atomic modeset ioctl
by Rob Clark
· 10 years ago
88a48e2
drm: add atomic properties
by Rob Clark
· 10 years ago
7823875
drm: Purge ioctl forward declarations from drmP.h
by Daniel Vetter
· 10 years ago
1888299
drm: Move vblank related module options into drm_irq.c
by Daniel Vetter
· 10 years ago
9ec4e2f
drm: Move sg functions into drm_legacy.h
by Daniel Vetter
· 10 years ago
bb6d822
drm: move drm-lock API to drm_legacy.h
by David Herrmann
· 10 years ago
c5786fe
drm: Goody bye, drm_bus!
by David Herrmann
· 10 years ago
915b4d1
drm: add driver->set_busid() callback
by David Herrmann
· 10 years ago
1e444be
drm: drop unused drm_master->unique_size
by David Herrmann
· 10 years ago
9fc5cde
drm: mark drm_buf and drm_map as legacy
by David Herrmann
· 10 years ago
7963e9d
Revert "drm: drop redundant drm_file->is_master"
by Dave Airlie
· 10 years ago
e7b96070
drm: mark drm_context support as legacy
by David Herrmann
· 10 years ago
ec8f112
drm: merge drm_drv.c into drm_ioctl.c
by David Herrmann
· 10 years ago
c7dbc6c
drm: Remove command line guard for universal planes
by Matt Roper
· 10 years ago
ca8e2ad
drm: Introduce drm_dev_set_unique()
by Thierry Reding
· 11 years ago
5829d18
drm: rip out dev->devname
by Daniel Vetter
· 11 years ago
53bf2a2
drm: inline drm_pci_set_unique
by Daniel Vetter
· 11 years ago
681e7ec
drm: Allow userspace to ask for universal plane list (v2)
by Matt Roper
· 11 years ago
8716ed4
drm: add DRM_CAPs for cursor size
by Alex Deucher
· 11 years ago
61d8e32
drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
by Damien Lespiau
· 11 years ago
1c0814f
drm: Add a SET_CLIENT_CAP ioctl
by Damien Lespiau
· 11 years ago
62f2104
drm: Advertise async page flip ability through GETCAP ioctl
by Keith Packard
· 11 years ago
d79cdc8
drm: no-op out GET_STATS ioctl
by Daniel Vetter
· 11 years ago
719524d
drm: hollow-out GET_CLIENT ioctl
by Daniel Vetter
· 11 years ago
45886af
drm: kill dev->driver->set_version
by Daniel Vetter
· 11 years ago
0dd99f1
drm: Don't leak phys_wc "handles" to userspace
by Andy Lutomirski
· 11 years ago
c61eef7
drm: add support for monotonic vblank timestamps
by Imre Deak
· 12 years ago
9b2e077c
Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
5fce5e0
userns: Convert drm to use kuid and kgid and struct pid where appropriate
by Eric W. Biederman
· 13 years ago
4271a40
drm/prime: expose capability flags for userspace.
by Dave Airlie
· 13 years ago
019d96c
drm: add some caps for userspace to discover more info for dumb KMS driver (v2)
by Dave Airlie
· 13 years ago
b2c606f
drm/i915: kill i915_mem.c
by Daniel Vetter
· 13 years ago
09b4ea4
drm: make DRM_UNLOCKED ioctls with their own mutex
by Ilija Hadzic
· 13 years ago
51eab41
drm/vblank: update recently added vbl interface to be more future proof.
by Dave Airlie
· 14 years ago
19b01b5
drm/kernel: vblank wait on crtc > 1
by Ilija Hadzic
· 14 years ago
e73f88a
drm: add cap bit to denote if dumb ioctl is available or not.
by Dave Airlie
· 14 years ago
9f35421
drm/core: add ioctl to query device/driver capabilities
by Ben Skeggs
· 14 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
c17c2f8
drm: Fix support for PCI domains
by Benjamin Herrenschmidt
· 14 years ago
3fb688f
drm: Cleanup after failing to create master->unique and dev->name
by Chris Wilson
· 14 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 14 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
1147c9c
drm: fix leak of uninitialized data to userspace
by Vegard Nossum
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 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_ioctl.c]
b018fcd
drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.
by Eric Anholt
· 17 years ago
bc5f452
drm: run cleanfile across drm tree
by Dave Airlie
· 17 years ago
246a3d1
drm: DRM: fix memset size error
by Li Zefan
· 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
20caafa
drm: Remove DRM_ERR OS macro.
by Eric Anholt
· 17 years ago
5591051
drm: detypedeffing continues...
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
bd1b331
drm: cleanup use of Linux list handling macros
by Dave Airlie
· 17 years ago
1f27ce6
drm: fixup setversion return codes..
by Dave Airlie
· 18 years ago
33229601
drm: remove the DRM pci domain
by Dave Airlie
· 18 years ago
242ef0e
drm: remove local copies of pci bus/slot/func
by Dave
· 18 years ago
3d77461
drm: cleanup old compat code and DRM fns from Linux only code
by Dave Airlie
· 18 years ago
30e2fb1
sem2mutex: drivers/char/drm/
by Dave Airlie
· 19 years ago
fe34765
drm: drm_ioctl.c sync with fixes from CVS
by Dave Airlie
· 19 years ago
22eae94
drm: rename driver hooks more understandably
by Dave Airlie
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
d1f2b55
drm: updated DRM map patch for 32/64 bit systems
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago