[PULL] drm-amdkfd-next

Oded Gabbay oded.gabbay at amd.com
Wed Mar 25 05:22:44 PDT 2015


Hi Dave,

Here is the pull request of amdkfd for 4.1

drm-amdkfd-next-2015-03-25:

- Allow amdkfd to work with multiple kgd instances. This is in preparation for
  AMD's new open source kernel graphic driver (amdgpu), and for the new 
  AMD APU, Carrizo.
  
- Convert timestamping to use 64bit time accessors

- Three other minor changes.

Thanks,

	Oded

The following changes since commit ae10c2248593fb84c6951d67c98c9c934997e56a:

  Merge branch 'drm/next/rcar-du' of git://linuxtv.org/pinchartl/fbdev into drm-next (2015-03-23 09:34:32 +1000)

are available in the git repository at:

  ssh://gabbayo@people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-2015-03-25

for you to fetch changes up to cea405b172e3b1fd2cf9da5ec05c7d808d6af03d:

  drm/amdkfd: Add multiple kgd support (2015-03-25 14:02:05 +0200)

----------------------------------------------------------------
John Stultz (1):
      drm/amdkfd: Convert timestamping to use 64bit time accessors

Oded Gabbay (3):
      drm/amdkfd: rename fence_wait_timeout
      drm/amdkfd: Remove unused field from struct qcm_process_device
      drm/amdkfd: add debug prints for process teardown

Xihan Zhang (1):
      drm/amdkfd: Add multiple kgd support

 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           | 13 +++--
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 17 ++++--
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 18 +++---
 drivers/gpu/drm/amd/amdkfd/kfd_doorbell.c          | 17 +++---
 drivers/gpu/drm/amd/amdkfd/kfd_module.c            | 12 +---
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c   | 13 +++--
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              | 14 +++--
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |  6 ++
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c          | 12 ++--
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h    | 64 +++++++++++-----------
 drivers/gpu/drm/radeon/radeon_kfd.c                | 10 ++--
 11 files changed, 103 insertions(+), 93 deletions(-)


More information about the dri-devel mailing list