Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f88c5ee77496886071e76b5b9fdfee7158f6d079
/
drivers
/
gpu
/
drm
/
drm_ioctl.c
d30827c
drm: Make ioctls available for in-kernel clients
by Noralf Trønnes
· 7 years ago
d67b6a2
drm: writeback: Add client capability for exposing writeback connectors
by Liviu Dudau
· 7 years ago
7595bda
drm: Add DRM client cap for aspect-ratio
by Ankit Nautiyal
· 7 years ago
0d49f30
drm: remove all control node code
by Daniel Vetter
· 7 years ago
5bb562f
drm: Drop DRM_CONTROL_ALLOW from ioctls
by Daniel Vetter
· 7 years ago
9c950e4
drm: Print the pid when debug logging an ioctl error.
by Eric Anholt
· 7 years ago
937f3ac
drm/ioctl: Remove trailing whitespace
by Noralf Trønnes
· 7 years ago
62884cd
drm: Add four ioctls for managing drm mode object leases [v7]
by Keith Packard
· 8 years ago
3064abf
drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3]
by Keith Packard
· 8 years ago
25e1a79
drm: vblank: remove drm_timestamp_monotonic parameter
by Arnd Bergmann
· 7 years ago
ffa9443
drm/syncobj: Add a signal ioctl (v3)
by Jason Ekstrand
· 7 years ago
aa4035d
drm/syncobj: Add a reset ioctl (v3)
by Jason Ekstrand
· 7 years ago
5e60a10
drm/syncobj: add sync obj wait interface. (v8)
by Dave Airlie
· 7 years ago
c07dcd6
drm: Document device unplug infrastructure
by Daniel Vetter
· 7 years ago
af05559
Merge airlied/drm-next into drm-misc-next
by Daniel Vetter
· 7 years ago
af3c8d9
Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
aeba039
mga: switch compat ioctls to drm_ioctl_kernel()
by Al Viro
· 8 years ago
b740e76
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
by Sean Paul
· 8 years ago
22a884c
drm: Check for drm_device->dev in drm_set_busid
by Daniel Vetter
· 8 years ago
bb2eaba
drm/doc: Improve ioctl/fops docs a bit more
by Daniel Vetter
· 8 years ago
5c484ce
drm: Remove drm_driver->set_busid hook
by Daniel Vetter
· 8 years ago
b6dcaaac
drm/vblank: _ioctl posfix for ioctl handler
by Daniel Vetter
· 8 years ago
e908342
drm: introduce sync objects (v4)
by Dave Airlie
· 8 years ago
9e92662
switch compat_drm_getclient() to drm_ioctl_kernel()
by Al Viro
· 8 years ago
17e3dad
switch compat_drm_getunique() to drm_ioctl_kernel()
by Al Viro
· 8 years ago
012c674
switch compat_drm_version() to drm_ioctl_kernel()
by Al Viro
· 8 years ago
7f0dfc1
new helper: drm_ioctl_kernel()
by Al Viro
· 8 years ago
5db06a8
drm: Pass CRTC ID in userspace vblank events
by Ander Conselvan de Oliveira
· 8 years ago
2640981
drm: document drm_ioctl.[hc]
by Daniel Vetter
· 8 years ago
7cfdf71
drm: Extract drm_ioctl.h
by Daniel Vetter
· 8 years ago
5bbf92d
drm: Export drm_ioctl_permit to kernel-doc
by Gabriel Krisman Bertazi
· 8 years ago
8caead1
drm: Drop unused forward declaration of drm_version
by Gabriel Krisman Bertazi
· 8 years ago
25a9939
drm/irq: drm_legacy_ prefix for legacy ioctls
by Daniel Vetter
· 8 years ago
fdd5b87
drm: Enforce BKL-less ioctls for modern drivers
by Daniel Vetter
· 8 years ago
dcf727a
drm: setclientcap doesn't need the drm BKL
by Daniel Vetter
· 8 years ago
5acc614
drm: Protect master->unique with dev->master_mutex
by Daniel Vetter
· 8 years ago
f3f4c4d
drm: Allow CAP_PRIME on !MODESET
by Daniel Vetter
· 8 years ago
d5264ed
drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driver
by Michel Dänzer
· 8 years ago
e94bd17
drm: Don't call drm_for_each_crtc with a non-KMS driver
by Michel Dänzer
· 8 years ago
82d5e73
drm: drop obsolete drm_core.h
by David Herrmann
· 8 years ago
5e7a1d0
Merge tag 'topic/drm-misc-2016-08-31' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a8c7981
drm: reduce GETCLIENT to a minimum
by David Herrmann
· 8 years ago
e9c3dde
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
f837297
drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags v2
by Michel Dänzer
· 8 years ago
fa53864
drm: Used DRM_LEGACY for all legacy functions
by Daniel Vetter
· 8 years ago
01d3434
drm: Don't overwrite user ioctl arg unless requested
by Chris Wilson
· 9 years ago
2ae9958
drm: Fix a typo in drm_ioctl.c
by Masanari Iida
· 9 years ago
3b96a0b
drm: document drm_auth.c
by Daniel Vetter
· 9 years ago
b3ac9f2
drm: Extract drm_is_current_master
by Daniel Vetter
· 9 years ago
a325725
drm: Lobotomize set_busid nonsense for !pci drivers
by Daniel Vetter
· 9 years ago
46bfdf9
drm: Nuke SET_UNIQUE ioctl
by Daniel Vetter
· 9 years ago
5079c46
drm: Use dev->name as fallback for dev->unique
by Daniel Vetter
· 9 years ago
ce833ba
drm: Mark set/drop master ioctl as unlocked.
by Daniel Vetter
· 9 years ago
94e86f5
drm: Mark authmagic ioctls as unlocked
by Daniel Vetter
· 9 years ago
ec1f52e
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
by Daniel Vetter
· 9 years ago
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
· 10 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
8b72ce1
drm: Always enable atomic API
by Daniel Stone
· 10 years ago
7d010fd
x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()
by Luis R. Rodriguez
· 10 years ago
e2f5d2e
drm/mode: Add user blob-creation ioctl
by Daniel Stone
· 10 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
· 11 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
· 12 years ago
c61eef7
drm: add support for monotonic vblank timestamps
by Imre Deak
· 12 years ago
Next »