[PULL] drm-amdkfd-next-fixes

Oded Gabbay oded.gabbay at gmail.com
Wed Aug 5 00:05:00 PDT 2015


Hi Dave,

Two small bug fixes for the code you pulled for 4.3:

- Used a SHIFT define instead of a MASK define to check if a bit is turned on
  when destroying hqd. Luckily, this is in gfx7 interface file with amdgpu, 
  which was used only for bring-up purposes of amdgpu, so no real effect on 
  a running system

- Used a logical AND instead of a bitwise AND operator, when initializing 
  sdma virtual memory when using SDMA queues

Thanks,

  Oded

The following changes since commit dcd14dd957f02ef679c61325a2221a0574bdcab3:

  Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-07-24 14:30:29 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-fixes-2015-08-05

for you to fetch changes up to a63c580a5271b61f12cf91e768120e33792e2907:

  drm/amdkfd: fix bug when initializing sdma vm (2015-07-30 09:26:15 +0300)

----------------------------------------------------------------
Oded Gabbay (2):
      drm/amdgpu: fix bug when amdkfd destroys hqd
      drm/amdkfd: fix bug when initializing sdma vm

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c         | 2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c | 2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


More information about the dri-devel mailing list