yurikoles-aur / linux-drm-tip-git

Package for Arch AUR
https://aur.archlinux.org/pkgbase/linux-drm-tip-git
2 stars 2 forks source link

5.7-rc6 build error #1

Open jghodd opened 4 years ago

jghodd commented 4 years ago

This build error has been persistent for the past 2 days:

drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c: In function ‘amdgpu_amdkfd_gpuvm_free_memory_of_gpu’: drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c:1357:2: error: implicit declaration of function ‘drm_gem_object_put_unlocked’; did you mean ‘drm_gem_object_put_locked’? [-Werror=implicit-function-declaration] 1357 | drm_gem_object_put_unlocked(&mem->bo->tbo.base); | ^~~~~~~ | drm_gem_object_put_locked cc1: some warnings being treated as errors