Hi Dave, Final amdkfd pull request for 4.18: - Build amdkfd's related files inside amdgpu only if amdkfd is built - Fix compile warning - Print info message in case ASIC is not supported by amdkfd Thanks, Oded The following changes since commit dd41fb8547c2422f3a3a75e7226525e8bba9381c: Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-05-25 10:28:33 +1000) are available in the Git repository at: git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-2018-05-28 for you to fetch changes up to ebe1d22b57b86b6739f2739b5a0f52435596d84d: drm/amdgpu: fix 32-bit build warning (2018-05-25 17:50:09 +0200) ---------------------------------------------------------------- Arnd Bergmann (1): drm/amdgpu: fix 32-bit build warning Oded Gabbay (1): drm/amdgpu: conditionally compile amdgpu's amdkfd files Tom Stellard (1): drm/amdgpu: Use dev_info() to report amdkfd is not supported for this ASIC drivers/gpu/drm/amd/amdgpu/Makefile | 13 ++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 49 ++++++++++++++++++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 12 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 4 +- 4 files changed, 66 insertions(+), 12 deletions(-)