Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into...
authorDave Airlie <airlied@redhat.com>
Wed, 26 Nov 2014 22:28:22 +0000 (08:28 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 26 Nov 2014 22:28:22 +0000 (08:28 +1000)
commit33f86ff62c4368c8d6bf3c76dc2fa416e3f90213
treec32be356412d917162c094ec47a5dbf4b9647d64
parente38648f95d197b2296dec4b8c1f9a163c362f31e
parent9cf4a281314c9345c13c7bbb5786d7b8a72553f0
Merge branch 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux into drm-next

- Fixes for sparse warnings
- Memory leak fixes
- Fix for deadlock between amdkfd and iommu

* 'amdkfd-next-3.19' of git://people.freedesktop.org/~gabbayo/linux:
  amdkfd: delete some dead code
  amdkfd: Fix memory leak of mqds on dqm fini
  amdkfd: fix an error handling bug in pqm_create_queue()
  amdkfd: fix some error handling in ioctl
  amdkfd: Remove DRM_AMDGPU dependency from Kconfig
  amdkfd: explicitely include io.h in kfd_doorbell.c
  amdkfd: Clear ctx cb before suspend
  amdkfd: Instead of using get function, use container_of
  amdkfd: use schedule() in sync_with_hw
  amdkfd: Fix memory leak on process deregistration
  amdkfd: add __iomem attribute to doorbell_ptr
  amdkfd: fence_wait_timeout() can be static
  amdkfd: is_occupied() can be static
  amdkfd: Fix sparse warnings in kfd_flat_memory.c
  amdkfd: pqm_get_kernel_queue() can be static
  amdkfd: test_kq() can be static
  amdkfd: Fix sparse warnings in kfd_topology.c
  amdkfd: Fix sparse warnings in kfd_chardev.c