search for: drm_stub

Displaying 3 results from an estimated 3 matches for "drm_stub".

Did you mean: drm_setup
2012 Apr 22
1
[PATCH 1/5] drm: add optional per device rwsem for all ioctls
...every ioctl, but incoming "gpu reset" code needs exclusive access to the device. This commit adds drm_driver flag which turns on read lock ioctl encapsulation. Signed-off-by: Marcin Slusarz <marcin.slusarz at gmail.com> --- drivers/gpu/drm/drm_drv.c | 6 ++++++ drivers/gpu/drm/drm_stub.c | 2 ++ include/drm/drmP.h | 4 ++++ 3 files changed, 12 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/drm_drv.c b/drivers/gpu/drm/drm_drv.c index 6116e3b..c54e9f8 100644 --- a/drivers/gpu/drm/drm_drv.c +++ b/drivers/gpu/drm/drm_drv.c @@ -464,6 +464,9 @@ long drm_ioctl...
2007 Jul 30
0
Nouveau and Debian Unstable
...m_fops.o CC [M] /home/michael/drm/linux-core/drm_ioctl.o CC [M] /home/michael/drm/linux-core/drm_irq.o CC [M] /home/michael/drm/linux-core/drm_lock.o CC [M] /home/michael/drm/linux-core/drm_memory.o CC [M] /home/michael/drm/linux-core/drm_proc.o CC [M] /home/michael/drm/linux-core/drm_stub.o CC [M] /home/michael/drm/linux-core/drm_vm.o CC [M] /home/michael/drm/linux-core/drm_sysfs.o CC [M] /home/michael/drm/linux-core/drm_pci.o CC [M] /home/michael/drm/linux-core/drm_agpsupport.o CC [M] /home/michael/drm/linux-core/drm_scatter.o CC [M] /home/michael/drm/linux-core/d...
2013 Oct 06
40
[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Greetings, I got the below dmesg and the first bad commit is commit cf39c8e5352b4fb9efedfe7e9acb566a85ed847c Merge: 3398d25 23b7eaf Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Wed Sep 4 17:45:39 2013 -0700 Merge tag ''stable/for-linus-3.12-rc0-tag'' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip Pull Xen updates from Konrad