]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9aaf8bbd8a07934130253b658b01f01bb22cc69d
tree86547dcf829d489fb4b8d54765c735dfaf2625a5
parent1f56cd78fb8216ce5874a79736443d0184131842
parent31e8c7d00afb999168d47c4c3f2cc83097816b45
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