]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo...
authorDave Airlie <airlied@redhat.com>
Fri, 8 May 2015 10:52:51 +0000 (20:52 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 8 May 2015 10:52:51 +0000 (20:52 +1000)
commit3c8832ce5a8d680653a67af5ef2cab1aefa4b80a
tree8f7e7c944aabb34b9445e186d49849bf692b80d6
parent644334d0913a24a9ea11da54015b5dd7d0b1fd54
parentb3af913d04783d4ad83922133df820aa59cd3059
Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes

- Add missing initialization of SDMA vm register when creating an SDMA queue
- Don't report local memory size, as we don't support local memory allocation
  yet.
- Allow to unregister process with exisiting queues. Until now we blocked
  it with BUG_ON, which was also an error by itself.

* tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux:
  drm/amdkfd: Initialize sdma vm when creating sdma queue
  drm/amdkfd: Don't report local memory size
  drm/amdkfd: allow unregister process with queues