[git pull] drm-amdkfd-fixes 4.14

2017-09-24 Thread Oded Gabbay
Hi Dave, This is amdkfd pull request for 4.14-rc3. It contains the following fixes: - correct checking of return value - send correct parameter to function (According to the parameter type) - avoid spamming of dmesg log - fix queue wrapping calculations Thanks, Oded The following changes since

[git pull] drm-amdkfd-fixes

2017-07-18 Thread Oded Gabbay
Hi Dave, This is a pull request for 4.13-rc2/3. The first patch addresses a bug that appears when doing over-subscription of queues, due to a miscalculation of the number of available compute queues. The other three patches remove dead code that was created from the bugfix. Thanks, Oded The foll

[PULL] drm-amdkfd-fixes

2016-08-09 Thread Oded Gabbay
Hi Dave, Just one patch for -rc that fixes a printk format error. Thanks, Oded The following changes since commit 36e9d08b58f44c3a02974c405ccaaa6ecfaf05b8: drm/cirrus: Fix NULL pointer dereference when registering the fbdev (2016-08-09 13:01:47 +1000) are available in the git repository

[PULL] drm-amdkfd-fixes

2016-06-03 Thread Oded Gabbay
Hi Dave, This is a pull request for 4.7-rc2/3. The first patch fix a major bug in the process shutdown code. It was discovered due to my RHEL testing of amdkfd. The second patch makes sure debug manager is destroyed when the process shuts down. The third patch addresses concerns of spamming the

[PULL] drm-amdkfd-fixes

2016-01-28 Thread Oded Gabbay
Hi Dave, Just two small static analyzer code fixes for 4.5 Thanks, Oded The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) are available in the git repository at: git://people.freedesktop.org/~gabbayo/linux tags/drm-am

[PULL] drm-amdkfd-fixes

2015-07-09 Thread Oded Gabbay
Hi Dave, A single fix so far for 4.2: - checking a pointer is not null before using it Thanks, Oded The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://people.freedesk

[PULL] drm-amdkfd-fixes

2015-06-16 Thread Oded Gabbay
Hi Dave, Two fixes before the 4.2 merge window: - Dan fixed some range checks in the address watch ioctl impl. - Remove obsolete member from radeon_device structure Thanks, Oded The following changes since commit 284b2884a967dbd98b4c4cf7a8b583f974affca4: Merge tag 'omapdrm-4.2-atom

[PULL] drm-amdkfd-fixes

2015-06-03 Thread Oded Gabbay
Hi Dave, One minor fix for last -rc of 4.1. The fix moves the update of an attribute in topology to *after* it is actually initialized. Thanks, Oded The following changes since commit c65b99f046843d2455aa231747b5a07a999a9f3d: Linux 4.1-rc6 (2015-05-31 19:01:07 -0700) are available i

[PULL] drm-amdkfd-fixes

2015-05-07 Thread Oded Gabbay
Hi Dave, Please pull the following three bug fixes for next -rc: - Add missing initialization of SDMA vm register when creating an SDMA queue - Don't report local memory size, as we don't support local memory allocation yet. - Allow to unregister process with exisiting queues. Until now we blo

[PULL] drm-amdkfd-fixes

2015-03-19 Thread Oded Gabbay
Hi Dave, Please pull the following three bug fixes for -rc5: - Fixing SDMA initialization when in non-HWS mode (debug mode) - Memory leak fix when destroying kernel queue - Fix number of available compute pipelines according to new firmware Thanks, Oded The following changes since comm

[PULL] drm-amdkfd-fixes

2015-02-23 Thread Oded Gabbay
Hi Dave, Two amdkfd fixes for -rc2: - Fix a bug that caused 15% CPU performance drop in Kaveri. This was caused because we overwritten the initialization of the first pipe (out of eight), which is dedicated to radeon operation. The fix was tested by Michel Dänzer. This bug was introduced

[PULL] drm-amdkfd-fixes

2015-02-02 Thread Oded Gabbay
Hi Dave, Final pull request for 3.19. Three small fixes that came up during last week, nothing scary: - Accidently incremented a counter instead of decrementing it (copy-paste error) - Module parameter of max num of queues must be at least 1 and not 0 - Don't do BUG() as a result from wrong user

[PULL] drm-amdkfd-fixes

2015-01-26 Thread Oded Gabbay
Hi Dave, A couple of fixes for -rc7 in amdkfd: - Forgot to free resources when creation of queue has failed - Initialization of pipelines was incorrect (3 patches) In addition, The patch "drm/amdkfd: Allow user to limit only queues per device" is not a fix, but I would like to push it for 3.19

[PULL] drm-amdkfd-fixes

2015-01-13 Thread Oded Gabbay
Hi Dave, Two fixes for -rc5 : - Remove the interrupt SW ring buffer impl. as it is not used by any module in amdkfd. - Fix a sparse warning Thanks, Oded The following changes since commit eaa27f34e91a14cdceed26ed6c6793ec1d186115: linux 3.19-rc4 (2015-01-11 12:44:53 -0800) are av