Merge tag 'drm-amdkfd-fixes-2017-09-24' of git://people.freedesktop.org/~gabbayo...
authorDave Airlie <airlied@redhat.com>
Wed, 27 Sep 2017 19:47:39 +0000 (05:47 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 27 Sep 2017 19:47:39 +0000 (05:47 +1000)
commitf2e295342ead4bca18b8b576c414d54176268541
tree2015cbff27c1b1eb146581cf228b723bea502e90
parente19b205be43d11bff638cad4487008c48d21c103
parentc986169fdec992c464c84d0a3abdbfc846ed3df9
Merge tag 'drm-amdkfd-fixes-2017-09-24' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

It contains the following fixes:
- correct checking of return value
- send correct parameter to function (According to the parameter type)
- avoid spamming of dmesg log
- fix queue wrapping calculations

* tag 'drm-amdkfd-fixes-2017-09-24' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdkfd: Print event limit messages only once per process
  drm/amdkfd: Fix kernel-queue wrapping bugs
  drm/amdkfd: Fix incorrect destroy_mqd parameter
  drm/amdkfd: check for null dev to avoid a null pointer dereference