Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabbayo/linux...
authorDave Airlie <airlied@redhat.com>
Wed, 28 Sep 2016 00:25:42 +0000 (10:25 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 28 Sep 2016 00:25:42 +0000 (10:25 +1000)
commit196ebdcc1db26977948c760664f024fa766950e4
tree5dbc07df48744d1808ccae841e17a227798c11f4
parent52f13a02b7d5f26feb69bf955bef10fbfaafbd7c
parente88a614c403573e861f82c063d8aee25cf109f17
Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabbayo/linux into drm-next

This is amdkfd's pull request for kernel 4.9. It contains a fix to a possible
infinite loop bug and a couple of other minor "cleaning" patches.

* tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdkfd: Pass 'struct queue_propertices' by reference
  drm/amdkfd: Unify multiple calls to pr_debug() into one
  drm/amdkfd: Fix possible infinite loop
  drm/amdkfd: Reuse function to find a process through pasid
  drm/amdkfd: Add some missing memset zero'ing in queue init func
  drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack