drm/amdgpu
Jonathan Gray 949c325c50 amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap()
EBADMSG is a streams errno.  OpenBSD does not implement streams and does
include the streams errnos, this commit fixes the build on OpenBSD.

None of the callers of this function check the return value for -EBADMSG.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
2015-09-02 10:00:25 -04:00
..
Android.mk amdgpu: add Android build support 2015-08-20 16:58:32 +01:00
Makefile.am amdgpu: add Makefile.sources 2015-08-20 16:56:51 +01:00
Makefile.sources amdgpu: add Makefile.sources 2015-08-20 16:56:51 +01:00
amdgpu-symbol-check amdgpu: add symbols check test 2015-08-13 17:43:39 +01:00
amdgpu.h amdgpu: add flag to support 32bit VA address v4 2015-08-17 16:26:26 -04:00
amdgpu_bo.c amdgpu: use EINVAL instead of EBADMSG in amdgpu_bo_cpu_unmap() 2015-09-02 10:00:25 -04:00
amdgpu_cs.c amdgpu: remove sequence mutex 2015-08-25 10:26:58 -04:00
amdgpu_device.c amdgpu: fix missing deinit on vamgr_32 2015-09-02 09:52:12 -04:00
amdgpu_gpu_info.c amdgpu: hide the final internal functions from global namespace 2015-08-13 17:43:36 +01:00
amdgpu_internal.h amdgpu: remove sequence mutex 2015-08-25 10:26:58 -04:00
amdgpu_vamgr.c amdgpu: make vamgr per device v2 2015-08-17 16:29:26 -04:00
libdrm_amdgpu.pc.in drm: add libdrm_amdgpu (v7) 2015-08-05 13:47:48 -04:00
util_hash.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash.h amdgpu/util_hash: hide private symbols from global namespace 2015-08-13 17:43:19 +01:00
util_hash_table.c amdgpu: add a bunch of missing config.h includes 2015-08-13 17:43:24 +01:00
util_hash_table.h amdgpu/util_hash_table: hide private symbols from global namespace 2015-08-13 17:43:22 +01:00