Sign in
android-kvm
/
linux
/
8fe4ce5836e932f5766317cb651c1ff2a4cd0506
/
drivers
/
gpu
/
drm
/
drm_lock.c
948de842
drm : Insert blank lines after declarations.
by Suraj Upadhyay
· 4 years, 8 months ago
bd50d4a
drm: lock: Clean up documentation
by Benjamin Gaignard
· 5 years ago
5b99cad
gpu/drm: clean up white space in drm_legacy_lock_master_cleanup()
by Dan Carpenter
· 5 years ago
45b2fda
gpu/drm: fix a few kernel-doc "/**" mark warnings
by Qian Cai
· 6 years ago
0500c04
drm: drop use of drmP.h in drm/*
by Sam Ravnborg
· 6 years ago
058ca50
drm/legacy: move lock cleanup for master into lock file (v2)
by Dave Airlie
· 6 years ago
69fdf42
drm: Differentiate the lack of an interface from invalid parameter
by Chris Wilson
· 6 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
a2ec1c1
drm: Avoid NULL dereference for DRM_LEGACY debug message
by Chris Wilson
· 8 years ago
fa53864
drm: Used DRM_LEGACY for all legacy functions
by Daniel Vetter
· 9 years ago
b3ac9f2
drm: Extract drm_is_current_master
by Daniel Vetter
· 9 years ago
95c081c
drm: Move master pointer from drm_minor to drm_device
by Daniel Vetter
· 9 years ago
1a75a22
drm: Hide hw.lock cleanup in filp->release better
by Daniel Vetter
· 9 years ago
2e01fab
signals: kill block_all_signals() and unblock_all_signals()
by Oleg Nesterov
· 9 years ago
da168d8
drm: Reject DRI1 hw lock ioctl functions for kms drivers
by Daniel Vetter
· 10 years ago
44af3f5
drm: unexport drm_global_mutex
by Daniel Vetter
· 10 years ago
bb6d822e
drm: move drm-lock API to drm_legacy.h
by David Herrmann
· 11 years ago
69d516c
drm: inline "struct drm_sigdata"
by David Herrmann
· 11 years ago
7963e9d
Revert "drm: drop redundant drm_file->is_master"
by Dave Airlie
· 11 years ago
e7b96070
drm: mark drm_context support as legacy
by David Herrmann
· 11 years ago
48ba813
drm: drop redundant drm_file->is_master
by David Herrmann
· 11 years ago
0111be4
drm: Kill drm perf counter leftovers
by Ville Syrjälä
· 11 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4c37379
drm: ditch strange DRIVER_DMA_QUEUE only error bail-out
by Daniel Vetter
· 13 years ago
4a1b071
drm: Don't initialize local ret variable when not needed
by Laurent Pinchart
· 13 years ago
5c2a5ce
drm: add missing exports for i810 driver.
by Dave Airlie
· 13 years ago
45ff46c
drm: readd drm_lock_free in drm_unlock
by Daniel Vetter
· 14 years ago
4ac5ec4
drm: don't export dri1 locking functions
by Daniel Vetter
· 15 years ago
23ddc02
drm: kill dma_ready callbacks
by Daniel Vetter
· 15 years ago
1da3f87
drm: kill kernel_context_switch callbacks
by Daniel Vetter
· 15 years ago
08f2e66
drm: fix regression in drm locking since BKL removal.
by Arnd Bergmann
· 15 years ago
fda714c
drm: Avoid client deadlocks when the master disappears.
by Thomas Hellstrom
· 16 years ago
4d77c88
drm: Don't return ERESTARTSYS to user-space.
by Thomas Hellstrom
· 16 years ago
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 16 years ago
5d8e6bb
drm: Remove infrastructure for supporting i915's vblank swapping.
by Eric Anholt
· 16 years ago
9e44af7
drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations
by Keith Packard
· 16 years ago
3e5fc80
drm: don't set the signal blocker on the master process.
by Dave Airlie
· 17 years ago
e5b4f19
drm: don't call the vblank tasklet with irqs disabled.
by Thomas Hellstrom
· 17 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 17 years ago
[Renamed from drivers/char/drm/drm_lock.c]
f116cc5
drm: disable tasklets not IRQs when taking the drm lock spinlock
by Thomas Hellstrom
· 17 years ago
9df5808
drm: Fix race that can lockup the kernel
by Mike Isely
· 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
· 18 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 18 years ago
20caafa
drm: Remove DRM_ERR OS macro.
by Eric Anholt
· 18 years ago
5591051
drm: detypedeffing continues...
by Dave Airlie
· 18 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 18 years ago
c60ce62
drm: remove a bunch of typedefs on the userspace interface
by Dave Airlie
· 18 years ago
040ac32
drm: fix driver deadlock with AIGLX and reclaim_buffers_locked
by Thomas Hellstrom
· 18 years ago
0c4dd90
drm: make kernel context switch same as for drm git tree.
by Dave Airlie
· 18 years ago
5c2df2b
drm: fix up irqflags in drm_lock.c
by Dave Airlie
· 18 years ago
2e54a00
drm: Add support for interrupt triggered driver callback with lock held to DRM core.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
97f2aab
drm: merge in Linus mainline
by Dave Airlie
· 19 years ago
d985c10
drm: major update from CVS for radeon and core
by Dave Airlie
· 19 years ago
cf65f16
drm: fix quiescent locking
by Dave Airlie
· 19 years ago
b5e89ed
drm: lindent the drm directory.
by Dave Airlie
· 19 years ago
c94f702
drm: misc cleanup
by Dave Airlie
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2