All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oded Gabbay <oded.gabbay@amd.com>
To: airlied@gmail.com, dri-devel@lists.freedesktop.org
Cc: alexander.deucher@amd.com
Subject: [PULL] amdkfd-fixes
Date: Tue, 30 Dec 2014 21:35:54 +0200	[thread overview]
Message-ID: <20141230193554.GA28417@amd.com> (raw)

Hi Dave,

A couple of bug fixes for 3.19-rc3, or for -rc4 if you decide to skip -rc3.

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.
  
Other fixes include topology, pasid allocations and queues accounting.

Thanks and a happy new year

	Oded

The following changes since commit b7392d2247cfe6771f95d256374f1a8e6a6f48d6:

  Linux 3.19-rc2 (2014-12-28 16:49:37 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~gabbayo/linux tags/amdkfd-fixes-2014-12-30

for you to fetch changes up to 38c2adfb00db045a876dd667040abc01b788ad61:

  drm/radeon: Init amdkfd only if it was compiled (2014-12-29 14:46:00 +0200)

----------------------------------------------------------------
Ben Goz (1):
      amdkfd: Fixing topology bug in building sysfs nodes

Oded Gabbay (5):
      amdkfd: Fix accounting of device queues
      amdkfd: Remove duplicate include
      drivers: Move iommu/ before gpu/ in Makefile
      drm: Put amdkfd before radeon in drm Makefile
      drm/radeon: Init amdkfd only if it was compiled

Sasha Levin (1):
      amdkfd: actually allocate longs for the pasid bitmask

 drivers/Makefile                                      |  6 ++++--
 drivers/gpu/drm/Makefile                              |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c              |  1 -
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 13 +++++++++++--
 drivers/gpu/drm/amd/amdkfd/kfd_pasid.c                |  2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c             |  2 +-
 drivers/gpu/drm/radeon/radeon_kfd.c                   | 12 ++++++++++++
 7 files changed, 30 insertions(+), 8 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2014-12-30 19:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-30 19:35 Oded Gabbay [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-06 17:09 [PULL] amdkfd-fixes Oded Gabbay
2015-01-06 17:18 ` Oded Gabbay
2015-01-06 17:37   ` Christian König
2014-12-23 21:40 Oded Gabbay

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141230193554.GA28417@amd.com \
    --to=oded.gabbay@amd.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.