OSDN Git Service

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)
commit94754c183ada2143f03f3e16827904aab9e09f8e
tree8f7e7c944aabb34b9445e186d49849bf692b80d6
parent7122e505a52a2b1b8a21101cce04bcdf7c28deab
parent79b066bd76d501cfe8328142153da301f5ca11d1
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