CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2010/04/25 08:35:49
Modified files:
lib/libdrm/intel: intel_bufmgr_gem.c
Log message:
*sigh* ioctls do not copyout when they return an error. DRM developers
need to learn this.
When set_tiling fails, keep tiling type at the type we already had, do
NOT use the parameters that we passed to the ioctl.
Noticed when i botched a kernel diff (locally) so that that ioctl failed
more often.
ok matthieu@
