Merge tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/linux...
authorDave Airlie <airlied@gmail.com>
Sun, 4 Jan 2015 07:44:43 +0000 (17:44 +1000)
committerDave Airlie <airlied@gmail.com>
Sun, 4 Jan 2015 07:44:43 +0000 (17:44 +1000)
commit2f6bd4da08b5054ba933be6f7b17ed02ad6c4162
tree86547dcf829d489fb4b8d54765c735dfaf2625a5
parent379a2d31cb8d1eddf1970be95b871b4371be296a
parent38c2adfb00db045a876dd667040abc01b788ad61
Merge tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/linux into linus

Highlights:

- Link order changes in drm/Makefile and drivers/Makefile to fix issue
  when amdkfd, radeon and amd_iommu_v2 are compiled inside the kernel
  image.

- Consider kernel configuration (using #IFDEFs) when radeon initializes
  amdkfd, due to a specific configuration that makes symbol_request()
  return a non-NULL value when a symbol doesn't exists. Rusty Russel
  is helping me to find the root cause, but it may take a while because
  of year-end so I'm sending this as a band-aid solution.

* tag 'amdkfd-fixes-2014-12-30' of git://people.freedesktop.org/~gabbayo/linux:
  drm/radeon: Init amdkfd only if it was compiled
  amdkfd: actually allocate longs for the pasid bitmask
  drm: Put amdkfd before radeon in drm Makefile
  drivers: Move iommu/ before gpu/ in Makefile
  amdkfd: Remove duplicate include
  amdkfd: Fixing topology bug in building sysfs nodes
  amdkfd: Fix accounting of device queues