Displaying 11 results from an estimated 11 matches similar to: "lockdep splat while exiting PRIME"
2014 Oct 13
2
v3.17, i915 vs nouveau: possible recursive locking detected
=============================================
[ INFO: possible recursive locking detected ]
3.17.0 #50 Not tainted
---------------------------------------------
Xorg/1170 is trying to acquire lock:
(&dev->struct_mutex){+.+.+.}, at: [<ffffffffa010ae93>] i915_gem_unmap_dma_buf+0x33/0xc0 [i915]
but task is already holding lock:
(&dev->struct_mutex){+.+.+.}, at:
2014 Oct 16
0
[Intel-gfx] v3.17, i915 vs nouveau: possible recursive locking detected
We need ww mutexes and need to rewrite i915 a bit fo fix this all. I.e.
known issue. As long as your userspace isn't nasty nothing bad will ever
happen though.
-Daniel
On Mon, Oct 13, 2014 at 08:40:33PM +0200, Marcin ?lusarz wrote:
> =============================================
> [ INFO: possible recursive locking detected ]
> 3.17.0 #50 Not tainted
>
2011 Dec 17
1
properly check for _DSM function support and Optimus support for vga_switcheroo
Hello guys,
I've prepared a patch based on my findings for the bbswitch module
(https://github.com/Lekensteyn/acpi-stuff/tree/master/bbswitch). This adds
a proper
check whether a _DSM function is supported or not and make OFF / ON for
vga_switcheroo work for nVidia Optimus models. The patch is based against
the
mainline kernel.
It has been tested on my Clevo B7130 laptop running kernel 3.2
2016 Jul 17
3
[Bug 96968] New: [NVC0] disp: ERROR 7 [INVALID_HANDLE] 00 chid 0 mthd 0088 data f000000
https://bugs.freedesktop.org/show_bug.cgi?id=96968
Bug ID: 96968
Summary: [NVC0] disp: ERROR 7 [INVALID_HANDLE] 00 [] chid 0
mthd 0088 data f000000
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
2003 Sep 16
1
Using IAXTEL with RSA authentication. MD5 works, RSA not. [2]
[ Sorry, I incorrectly copied some Reference headers into this post
and tacked it onto the wrong thread. -Steve ]
So far, I have been able to receive incoming iaxtel calls via my
assigned 1-700-xxx-xxxx number, but only when using md5
authentication in iax.conf:
[iaxtel]
type=user ; Incoming calls only
context=incoming
auth=md5
secret=<mysecret> ; Required for
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help,
I am working with US COOP network station data and the files are
concatenated in single rows for all years, but I need to pull these
apart into rows for each day. To do this, I need to extract part of
each row such as station id, year, mo, and repeat this against other
variables in the row (days). My problem is that there are repeated
values for each day, and the files are fixed width
2016 Apr 18
3
GVN pass limitation.
Hello,
We are now facing a bug caused by the GVN pass, only part of the code was
optimized. I have found that the problem is cause by an Limit in
lib/Analysis/MemoryDependenceAnalysis.cpp
00055 static cl::opt<unsigned> BlockScanLimit(
00056 "memdep-block-scan-limit", cl::Hidden, cl::init(100),
00057 cl::desc("The number of instructions to scan in a block in
2008 Nov 06
5
(1.0.13) fsync failed: Disk quota exceeded for some accounts
Hello all,
We've recently migrated the mail server used by our 5000 students, from
Tru64/UW-IMAP/Procmail/Postfix/mbox to Debian Etch/Dovecot/Deliver/Postfix/Maildir
E-mails are not stored directly on the server (except for index and control files), but on an NAS
that exports the students' homedirs on NFS. Each student has a 100MB quota on the NAS.
Here is the configuration :
vega:~#
2011 Apr 01
0
Wine release 1.3.17
The Wine development release 1.3.17 is now available.
What's new in this release (see below for details):
- Implementation of the new Vista file dialogs.
- Initial support for patching in MSI installers.
- Improvements to the calendar control.
- A few fixes for file associations.
- Menus cleaned up in built-in applications.
- Various bug fixes.
The source is available from the
2006 Jan 25
4
Cannot :order when using :offset and :limit in find
Hello all.
I am using the Paginate_with_ajax code as described on the wiki but I am
running into the following problem. The following code will work fine
and retrieved unsorted records in a hunky dory fashion:
@componentlogs = Componentlog.find(:all,
:conditions => [ "cl_compname like ?", @criteria ],
:offset => offset,
:limit => items_per_page )
However if I try and add an
2016 Jul 15
1
[PATCH v3 0/4] nouveau RPM fixes for Optimus (final)
On Fri, Jul 15, 2016 at 12:41:49PM -0400, Ilia Mirkin wrote:
> On Fri, Jul 15, 2016 at 12:36 PM, Peter Wu <peter at lekensteyn.nl> wrote:
> > On Fri, Jul 15, 2016 at 12:10:23PM -0400, Ilia Mirkin wrote:
> >> On Fri, Jul 15, 2016 at 9:12 AM, Peter Wu <peter at lekensteyn.nl> wrote:
> >> > Hi,
> >> >
> >> > Here are two patches to fix