I am continuing to dig into my GLMatrix-induced X crash.  It appears to
be a GEM object lifecycle problem (DRM_IOCTL_GEM_OPEN returning
ENOENT).  I've added a bunch of logging to drmIoctl to try figure out
what is going on, but I haven't been able to figure out how objects are
created.

http://lwn.net/Articles/283798/ mentions a DRM_IOCTL_GEM_CREATE ioctl,
but it doesn't appear to actually exist on my system.  Because of this,
I'm currently logging DRM_IOCTL_GEM_{CLOSE,FLINK,OPEN}, but I'm unable
to actually see objects being created.

What should I be looking for?

Thanks!

-- 
========================================================================
Ian Pilcher                                         arequip...@gmail.com
"If you're going to shift my paradigm ... at least buy me dinner first."
========================================================================

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to