]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-amdkfd-fixes-2017-07-18' of git://people.freedesktop.org/~gabbayo...
authorDave Airlie <airlied@redhat.com>
Fri, 21 Jul 2017 04:00:40 +0000 (14:00 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 21 Jul 2017 04:00:40 +0000 (14:00 +1000)
commitd85798a9fc81e2b432d1bbd2171a60a633262c33
tree3e7d64542b720f1618b4cf2d125acfa3176b487e
parentc1e7f93cfc9ccbe5772b8d0eb3da04ab3bcc7881
parentcfa1cc6e2d9662d628b3c2527d465c7cb4e568f6
Merge tag 'drm-amdkfd-fixes-2017-07-18' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

This is a pull request for 4.13-rc2/3. The first patch addresses a bug that
appears when doing over-subscription of queues, due to a miscalculation of
the number of available compute queues. The other three patches remove
dead code that was created from the bugfix.

* tag 'drm-amdkfd-fixes-2017-07-18' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdgpu: Remove unused field kgd2kfd_shared_resources.num_mec
  drm/radeon: Remove initialization of shared_resources.num_mec
  drm/amdkfd: Remove unused references to shared_resources.num_mec
  drm/amdgpu: Fix KFD oversubscription by tracking queues correctly