CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/04/03 13:57:17
Modified files:
sys/dev/pci/drm: drm_drv.c
sys/dev/pci/drm/i915: i915_drv.c i915_gem.c
i915_gem_execbuffer.c
Log message:
Return ENOENT instead of EBADF if looking up a gem object fails.
Return EINVAL instead of EBADF if the same object is specified twice in
an execbuffer2 call.
This is what Linux does.
