]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7a38bb5ba010a395a029ceadd32070c3e59229b0
treed377a52ab17c0a7c2403c23aa862f0c0e4432ed7
parentd609d39cd880104eda15d1e9cf00327d233219d2
parentd4db7f9af19587b7696739dd7f46f77772854e4e
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
  ...