commit | dd8bc93d45c0ac4f64bf074d4be72418aac1609b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Jan 29 16:45:32 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Mon Jan 30 09:31:42 2012 +0000 |
tree | 79bc34bf0a99619b99a505642d39b38f354742e0 | |
parent | 6e877b576ddf7cde5db2e9a6dcb56fef0ea77e64 [diff] |
drm: Pass the real error code back during GEM bo initialisation In particular, I found I was hitting the max-file limit in the VFS, and the EFILE was being magically transformed into ENOMEM. Confusion reigns. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>