Merge branch 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux into drm...
authorDave Airlie <airlied@redhat.com>
Thu, 20 Nov 2014 04:32:32 +0000 (14:32 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 20 Nov 2014 04:32:32 +0000 (14:32 +1000)
commitcc5ac1ca79b4976ed3a779d7ea157f078207b56b
treed377a52ab17c0a7c2403c23aa862f0c0e4432ed7
parent8975626ea35adcca561f8a81dedccfbc5dd8ec72
parentecd5c9821c39626fa7c03e9c397586b24cb11b79
Merge branch 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux into drm-next

Merge AMDKFD it seems clean enough.
* 'amdkfd-v6' of git://people.freedesktop.org/~gabbayo/linux: (29 commits)
  amdkfd: Implement the Get Version IOCTL
  amdkfd: Implement the Get Process Aperture IOCTL
  amdkfd: Implement the Get Clock Counters IOCTL
  amdkfd: Implement the Set Memory Policy IOCTL
  amdkfd: Implement the create/destroy/update queue IOCTLs
  amdkfd: Add interrupt handling module
  amdkfd: Add device queue manager module
  amdkfd: Add process queue manager module
  amdkfd: Add packet manager module
  amdkfd: Add module parameter of scheduling policy
  amdkfd: Add kernel queue module
  amdkfd: Add mqd_manager module
  amdkfd: Add queue module
  amdkfd: Add binding/unbinding calls to amd_iommu driver
  amdkfd: Add basic modules to amdkfd
  amdkfd: Add topology module to amdkfd
  amdkfd: Add amdkfd skeleton driver
  amdkfd: Add IOCTL set definitions of amdkfd
  Update MAINTAINERS and CREDITS files with amdkfd info
  drm/radeon: Add radeon <--> amdkfd interface
  ...