Merge tag 'drm-amdkfd-fixes-2018-04-24' of git://people.freedesktop.org/~gabbayo...
authorDave Airlie <airlied@redhat.com>
Thu, 26 Apr 2018 01:07:52 +0000 (11:07 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 26 Apr 2018 01:07:52 +0000 (11:07 +1000)
commitd736aa62c291623b4cf71ea57daa6e63047c640e
tree01249111b57dd2bc4dcf46d0625b03f2d2214a05
parent6d08b06e67cd117f6992c46611dfb4ce267cd71e
parent7bbc0b950f34bf11c26a32b6beb927777e7f3b93
Merge tag 'drm-amdkfd-fixes-2018-04-24' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

- fix amdkfd Kconfig to select MMU_NOTIFIER
- allow clock retrieval in case GPU not present
- fix return code from function
- make function static (fix sparse warning)

* tag 'drm-amdkfd-fixes-2018-04-24' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdkfd: fix build, select MMU_NOTIFIER
  drm/amdkfd: fix clock counter retrieval for node without GPU
  drm/amdkfd: Fix the error return code in kfd_ioctl_unmap_memory_from_gpu()
  drm/amdkfd: kfd_dev_is_large_bar() can be static