[git pull] amdkfd fixes for 4.17 rc3/4

2018-04-24 Thread Oded Gabbay
Hi Dave, A couple of small fixes for 4.17 rc3/4, nothing special: - fix amdkfd Kconfig to select MMU_NOTIFIER - allow clock retrieval in case GPU not present - fix return code from function - make function static (fix sparse warning) Thanks, Oded The following changes since commit 6d08b06e67cd

[git pull] amdkfd fixes for 4.16 final

2018-03-25 Thread Oded Gabbay
Hi Dave, Two small fixes for the final 4.16 release: - Programming VMID correctly for scratch memory with HWS - deallocating SDMA queues correctly in various situations Thanks, Oded The following changes since commit 5a9f698feb11b198f17b2acebbfe0e2716a3beed: drm/ast: Fixed 1280x800 Display

[git pull] amdkfd fixes for 4.16

2018-01-15 Thread Oded Gabbay
Hi Dave, a couple of minor fixes for 4.16: - fix NULL pointer dereference - fix compiler warning on large define values - remove unnecessary call to execute_queues_cpsch Thanks, Oded The following changes since commit 9be712ef4612268c28b9f1e2d850d3ceab06ef66: Merge tag 'drm/tegra/for-4.16-rc

[git pull] amdkfd fixes 4.15

2017-11-26 Thread Oded Gabbay
Hi Dave, This is amdkfd pull request for -rc2. It contains three small fixes to the CIK SDMA code, compilation error fix in kfd_ioctl.h and fix to accessing a pointer after it was released. Thanks, Oded The following changes since commit c209101fc1c91a318422733a3721ff6a9ff7899f: Merge tag 'dr

[PULL] amdkfd-fixes

2015-01-06 Thread Oded Gabbay
On 01/06/2015 07:09 PM, Oded Gabbay wrote: > Hi Dave, > > Here are a couple of bug fixes for the non-HWS path (used for bring-ups and > debugging purposes only). > > Our QA team run a test on -rc2 and didn't discover any regressions, > so I don't expect an additionl pull request for 3.19 unless s

[PULL] amdkfd-fixes

2015-01-06 Thread Oded Gabbay
Hi Dave, Here are a couple of bug fixes for the non-HWS path (used for bring-ups and debugging purposes only). Our QA team run a test on -rc2 and didn't discover any regressions, so I don't expect an additionl pull request for 3.19 unless something unexpected will pop-up. Oded The f

[PULL] amdkfd-fixes

2015-01-06 Thread Christian König
Am 06.01.2015 um 18:18 schrieb Oded Gabbay: > > > On 01/06/2015 07:09 PM, Oded Gabbay wrote: >> Hi Dave, >> >> Here are a couple of bug fixes for the non-HWS path (used for >> bring-ups and >> debugging purposes only). >> >> Our QA team run a test on -rc2 and didn't discover any regressions, >> so

[PULL] amdkfd-fixes

2014-12-30 Thread Oded Gabbay
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)

[PULL] amdkfd-fixes

2014-12-23 Thread Oded Gabbay
Hi Dave, Two fixes for amdkfd. - Display MEC fw version in topology. Without this, the HSA userspace stack is broken. - Init apertures information only once per process The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)