On Thu, May 12, 2011 at 06:10:08PM -0700, Keith Packard wrote: > On Thu, 12 May 2011 22:17:19 +0100, Chris Wilson <[email protected]> > wrote: > > > - return -ENOSPC; > > + return -EDEADLK; > > Would be nice to have the kernel print out a debugging message at this > point -- the only way to hit this is from a bug in user or kernel code.
We've had that once and dropped it. The reason was that there should be no user-triggerable kernel message (which might pointlessly fill the logs). With the different return value I think it's good enough to catch. -Daniel -- Daniel Vetter Mail: [email protected] Mobile: +41 (0)79 365 57 48 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
