[git pull] drm-amdkfd-next

2017-06-25 Thread Oded Gabbay
Hi Dave, This is amdkfd's pull request for kernel 4.13. It contains a fix to a function which returned an incorrect error value and another spelling fix Thanks, Oded The following changes since commit 047b8e21e3bfa9faa4ed9a0c337fe0c687710251: Merge tag 'drm-misc-next-2017-06-19_0' of git://a

[PULL] drm-amdkfd-next

2017-01-16 Thread Oded Gabbay
Hi Dave, Pull request for amdkfd. Just two patches for 4.11 merge window: - A small fix to return value of function in case of error - A spelling mistake Thanks, Oded The following changes since commit 282d0a35c8c42c3ac4dd86a7e408ed1b30db4897: Merge tag 'drm-misc-next-2017-01-09' of git:

[PULL] drm-amdkfd-next

2016-09-27 Thread Oded Gabbay
Hi Dave, Just wanted to make sure this pull request hasn't got lost in the mail. Thanks, Oded On Mon, Sep 19, 2016 at 10:49 PM, Oded Gabbay wrote: > Hi Dave, > > This is amdkfd's pull request for kernel 4.9. It contains a fix to a possible > infinite loop bug and a couple of other minor "c

[PULL] drm-amdkfd-next

2016-09-19 Thread Oded Gabbay
Hi Dave, This is amdkfd's pull request for kernel 4.9. It contains a fix to a possible infinite loop bug and a couple of other minor "cleaning" patches. Thanks, Oded The following changes since commit 9f8cf165c62913244479832f04c44cd77ffc9293: Merge tag 'topic/drm-misc-2016-09-19' of git:

[PULL] drm-amdkfd-next

2016-07-03 Thread Oded Gabbay
Hi Dave, A few amdkfd patches for 4.8. One patch replaces deprecated kernel api call (create_workqueue) and the other patch properly cleans up resources in case of failing to create a process object. Thanks, Oded The following changes since commit dac2c48ca5ac9bb2d6339aaa733c60d5b801ee86:

[PULL] drm-amdkfd-next

2016-05-04 Thread Oded Gabbay
Hi Dave, Here are a few amdkfd patches for 4.7, all of them fixes according to the Coccinelle tool. Thanks, Oded The following changes since commit b89359bdf0f1e95a4c5f92300594ba9dde323fc4: Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next (2016-04-29 14:57

[PULL] drm-amdkfd-next-fixes

2016-03-15 Thread Oded Gabbay
Hi Dave, Just a small fix for uninitialized variable. Hoping you could squeeze it into the merge window's pull request, but -rc2 is perfectly fine as well. Thanks, Oded The following changes since commit 211afd577a186e18d3eece543c6767420d6f6737: Merge tag 'drm-vc4-next-2016-03-14' of github

[PULL] drm-amdkfd-next

2016-02-27 Thread Oded Gabbay
Hi Dave, Here are a few amdkfd patches for 4.6. These patches defer radeon/amdgpu loading in case amdkfd is not yet loaded, by returning -EPROBE_DEFER during their probing stage. Thanks, Oded The following changes since commit 44ab4042178bd596275927ea050980aa4257581b: Merge branch 'for-next'

[PULL] drm-amdkfd-next-fixes

2015-08-30 Thread Oded Gabbay
Hi Dave, Just one small fix before 4.3 merge window: - Use linux/mman.h instead of uapi's mman-common.h inside the driver. Thanks, Oded The following changes since commit 92cffd56b21c825579f3b37bc7803e4c37073076: drm/nouveau/dispnv04: fix build on powerpc (2015-08-28 20:33:58 +1000) ar

[PULL] drm-amdkfd-next-fixes

2015-08-05 Thread Daniel Vetter
On Wed, Aug 05, 2015 at 10:49:57AM +0300, Oded Gabbay wrote: > On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter wrote: > > Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks. > > -Daniel > > > > Daniel, > This is for 4.3 merge window... > This is not for 4.2-rcX > I don't think w

[PULL] drm-amdkfd-next-fixes

2015-08-05 Thread Oded Gabbay
On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter wrote: > Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks. > -Daniel > Daniel, This is for 4.3 merge window... This is not for 4.2-rcX I don't think we need to forward this to Linus. Oded

[PULL] drm-amdkfd-next-fixes

2015-08-05 Thread Oded Gabbay
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

[PULL] drm-amdkfd-next-fixes

2015-08-05 Thread Daniel Vetter
Forwarding -fixes pull to Linus since Dave is on vacation for 2 weeks. -Daniel On Wed, Aug 05, 2015 at 10:05:00AM +0300, Oded Gabbay wrote: > 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 > wh

[PULL] drm-amdkfd-next

2015-07-20 Thread Oded Gabbay
Hi Dave, This is amdkfd's pull request for kernel 4.3. drm-amdkfd-next-2015-07-20: - Add Carrizo support for amdkfd, using the new amdgpu driver as the relevant kgd. The support includes interfaces with amdgpu both for gfx7 (Kaveri) and gfx8 (Carrizo). However, gfx7 interface is used for deb

[PULL] drm-amdkfd-next-fixes

2015-06-10 Thread Oded Gabbay
Hi Dave, A few fixes to the two pull requests you merged for 4.2: - Make the reset wavefronts action be per process per device instead of per process, because one device can be stuck but the other one won't be - Add some missing properties to the CZ device_info structure - Rename symbols to

[PULL] drm-amdkfd-next

2015-06-01 Thread Oded Gabbay
Hi Dave, Another pull request of amdkfd for 4.2 drm-amdkfd-next-2015-06-01: - Add the H/W debugger support module, including new IOCTLs to: - register/unregister a process as a debugged process - Set address watch-point in the debugged process's GPU kernel - Do a wave control operation in

[PULL] drm-amdkfd-next

2015-05-19 Thread Dave Airlie
> >> drm-amdkfd-next-2015-05-18: >> >> - Add the interrupts & events modules, including new IOCTLs to create and >> wait >> on events. The HSA RT open source stack is mainly using events to know >> when >> a dispatched work has been completed. In addition, this module is >> a pre-requisite fo

[PULL] drm-amdkfd-next

2015-05-19 Thread Oded Gabbay
On May 19, 2015 3:16 AM, "Dave Airlie" wrote: > > >>> >>> drm-amdkfd-next-2015-05-18: >>> >>> - Add the interrupts & events modules, including new IOCTLs to create and wait >>> on events. The HSA RT open source stack is mainly using events to know when >>> a dispatched work has been completed.

[PULL] drm-amdkfd-next

2015-05-18 Thread Oded Gabbay
On Mon, May 18, 2015 at 9:29 AM, Oded Gabbay wrote: > Hi Dave, > > Here is the pull request of amdkfd for 4.2 > > drm-amdkfd-next-2015-05-18: > > - Add the interrupts & events modules, including new IOCTLs to create and > wait > on events. The HSA RT open source stack is mainly using events to

[PULL] drm-amdkfd-next

2015-05-18 Thread Oded Gabbay
Hi Dave, Here is the pull request of amdkfd for 4.2 drm-amdkfd-next-2015-05-18: - Add the interrupts & events modules, including new IOCTLs to create and wait on events. The HSA RT open source stack is mainly using events to know when a dispatched work has been completed. In addition, this

[PULL] drm-amdkfd-next

2015-03-25 Thread Oded Gabbay
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 ac

[PULL] drm-amdkfd-next-fixes

2015-02-03 Thread Oded Gabbay
Hi Dave, Two more fixes for 3.20 amdkfd code: - Fixing accounting of active queues - Preserving a register internal state Thanks, Oded The following changes since commit e4bf44b3b558742fb7c58b4d34e206c8942f07e6: drm/modes: Print the mode status in human readable form (2015-02-03 11:

[PULL] drm-amdkfd-next-fixes

2015-01-25 Thread Oded Gabbay
Hi Dave, Here is a pull request of fixes for 3.20 patches, including the fix you asked me when you merged the previous pull request. Thanks, Oded The following changes since commit 281d1bbd34b734e4f22b30b6f3b673dda46a7470: Merge remote-tracking branch 'origin/master' into drm-next (

[PULL] drm-amdkfd-next

2015-01-22 Thread Oded Gabbay
On 01/22/2015 01:47 AM, Dave Airlie wrote: > On 21 January 2015 at 22:38, Oded Gabbay wrote: >> Hi Dave, >> >> Another pull request for 3.20. >> >> drm-amdkfd-next-2015-01-21: >> >> - Infrastructure work in amdkfd to prepare for VI support. This work mainly >>includes separating modules into

[PULL] drm-amdkfd-next

2015-01-22 Thread Dave Airlie
On 21 January 2015 at 22:38, Oded Gabbay wrote: > Hi Dave, > > Another pull request for 3.20. > > drm-amdkfd-next-2015-01-21: > > - Infrastructure work in amdkfd to prepare for VI support. This work mainly > includes separating modules into ASIC-specific functionality, adding > new properties

[PULL] drm-amdkfd-next

2015-01-21 Thread Oded Gabbay
Hi Dave, Another pull request for 3.20. drm-amdkfd-next-2015-01-21: - Infrastructure work in amdkfd to prepare for VI support. This work mainly includes separating modules into ASIC-specific functionality, adding new properties that are relevant for VI, making sure that shared code is r

[PULL] drm-amdkfd-next

2015-01-09 Thread Oded Gabbay
Hi Dave, First pull request of amdkfd for 3.20. drm-amdkfd-next-2015-01-09: - Add support for SDMA usermode queues - Replace logic of sub-allocating from GART buffer in amdkfd. Instead of using radeon_sa module, use a new module that is more suited for this purpose - Add the number of watc