]> 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)
commit66590cae55aa05228527691ab44e5da27f4d0fe0
tree8f7e7c944aabb34b9445e186d49849bf692b80d6
parent33f8c79257aa39120f86ce1f60ac3765ba89ff0a
parente3e2e6d1e5ff1e062d697046352e18c12b70a14c
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