All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] drm-amdkfd-next-fixes
@ 2015-01-25 11:21 Oded Gabbay
  0 siblings, 0 replies; 9+ messages in thread
From: Oded Gabbay @ 2015-01-25 11:21 UTC (permalink / raw)
  To: David Airlie; +Cc: alexander.deucher, dri-devel

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 (2015-01-22 10:44:41 +1000)

are available in the git repository at:


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

for you to fetch changes up to f9dcced8d49804081850f78b2336c83cf050eeab:

  drm/amdkfd: change amdkfd version to 0.7.1 (2015-01-22 17:53:03 +0200)

----------------------------------------------------------------
Oded Gabbay (5):
      drm/amdkfd: Remove negative check of uint variable
      drm/amdkfd: Add break at the end of case
      drm/amdkfd: Handle case of invalid queue type
      drm/amdkfd: Fix sparse errors
      drm/amdkfd: change amdkfd version to 0.7.1

kbuild test robot (1):
      drm/radeon: cik_sdma_ctx_switch_enable() can be static

 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           | 16 ++++-----
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  | 38 +++++++---------------
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.h  | 20 ++++++++++--
 drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c      |  3 ++
 drivers/gpu/drm/amd/amdkfd/kfd_module.c            |  4 +--
 drivers/gpu/drm/radeon/cik_sdma.c                  |  2 +-
 6 files changed, 42 insertions(+), 41 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PULL] drm-amdkfd-next-fixes
@ 2015-02-03 11:36 Oded Gabbay
  0 siblings, 0 replies; 9+ messages in thread
From: Oded Gabbay @ 2015-02-03 11:36 UTC (permalink / raw)
  To: David Airlie; +Cc: dri-devel

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:13:27 +1000)

are available in the git repository at:

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

for you to fetch changes up to d752f95e55ed36648fc2bcbca348f5113920c357:

  drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal state (2015-01-19 11:47:34 -0600)

----------------------------------------------------------------
Jay Cornwall (2):
      drm/amdkfd: Fix dqm->queue_count tracking
      drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal state

 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 9 ++++++---
 drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c      | 4 +++-
 2 files changed, 9 insertions(+), 4 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PULL] drm-amdkfd-next-fixes
@ 2015-06-10 12:26 Oded Gabbay
  0 siblings, 0 replies; 9+ messages in thread
From: Oded Gabbay @ 2015-06-10 12:26 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel

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 not have CONFIG_ prefix

- Some more cleanups and debug prints

Thanks,

	Oded

The following changes since commit ae45577324d1f749c907840247d443696ac3bc7a:

  virtgpu: include linux/types.h to avoid warning. (2015-06-05 12:31:12 +1000)

are available in the git repository at:

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

for you to fetch changes up to da73b9fb56c14c6d537738e891906006a7960535:

  drm/amdkfd: remove not used defines from cik_regs.h (2015-06-06 22:26:47 +0300)

----------------------------------------------------------------
Ben Goz (1):
      drm/amdkfd: make reset wavefronts per process per device

Oded Gabbay (3):
      drm/amdkfd: add debug print to kfd_events.c
      drm/amdkfd: Add missing properties to CZ device info
      drm/amdkfd: remove not used defines from cik_regs.h

Valentin Rothberg (1):
      drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbols

 drivers/gpu/drm/amd/amdkfd/cik_regs.h              | 177 ++-------------------
 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c            |  10 +-
 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.h            |   6 +-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            |   3 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |   7 +-
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |   4 +
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |  10 +-
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |  21 ++-
 8 files changed, 53 insertions(+), 185 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PULL] drm-amdkfd-next-fixes
@ 2015-08-05  7:05 Oded Gabbay
  2015-08-05  7:48 ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Oded Gabbay @ 2015-08-05  7:05 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PULL] drm-amdkfd-next-fixes
  2015-08-05  7:05 Oded Gabbay
@ 2015-08-05  7:48 ` Daniel Vetter
  2015-08-05  7:49   ` Oded Gabbay
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Vetter @ 2015-08-05  7:48 UTC (permalink / raw)
  To: Oded Gabbay, Linus Torvalds; +Cc: dri-devel

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
>   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(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PULL] drm-amdkfd-next-fixes
  2015-08-05  7:48 ` Daniel Vetter
@ 2015-08-05  7:49   ` Oded Gabbay
  2015-08-05  9:32     ` Daniel Vetter
  0 siblings, 1 reply; 9+ messages in thread
From: Oded Gabbay @ 2015-08-05  7:49 UTC (permalink / raw)
  To: Daniel Vetter; +Cc: Linus Torvalds, Maling list - DRI developers

On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter <daniel@ffwll.ch> 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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PULL] drm-amdkfd-next-fixes
  2015-08-05  7:49   ` Oded Gabbay
@ 2015-08-05  9:32     ` Daniel Vetter
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Vetter @ 2015-08-05  9:32 UTC (permalink / raw)
  To: Oded Gabbay; +Cc: Linus Torvalds, Maling list - DRI developers

On Wed, Aug 05, 2015 at 10:49:57AM +0300, Oded Gabbay wrote:
> On Wed, Aug 5, 2015 at 10:48 AM, Daniel Vetter <daniel@ffwll.ch> 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.

Oh right totally didn't read the subject correctly. Sorry for the noise
everyone.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PULL] drm-amdkfd-next-fixes
@ 2015-08-30  9:47 Oded Gabbay
  0 siblings, 0 replies; 9+ messages in thread
From: Oded Gabbay @ 2015-08-30  9:47 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel

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)

are available in the git repository at:

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

for you to fetch changes up to 2497ee721524be80a7690dac0956d04c0ee954f0:

  amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h> (2015-08-30 12:36:58 +0300)

----------------------------------------------------------------
Christoph Hellwig (1):
      amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>

 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c     | 2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PULL] drm-amdkfd-next-fixes
@ 2016-03-15 12:13 Oded Gabbay
  0 siblings, 0 replies; 9+ messages in thread
From: Oded Gabbay @ 2016-03-15 12:13 UTC (permalink / raw)
  To: airlied; +Cc: dri-devel

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.com:anholt/linux into drm-next (2016-03-15 09:49:19 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-next-fixes-2016-03-15

for you to fetch changes up to 93fce954427effee89e44a976299b15dd75b4bbc:

  drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers() (2016-03-15 14:09:37 +0200)

----------------------------------------------------------------
Dan Carpenter (1):
      drm/amdkfd: uninitialized variable in dbgdev_wave_control_set_registers()

 drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-03-15 12:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 11:21 [PULL] drm-amdkfd-next-fixes Oded Gabbay
  -- strict thread matches above, loose matches on Subject: below --
2015-02-03 11:36 Oded Gabbay
2015-06-10 12:26 Oded Gabbay
2015-08-05  7:05 Oded Gabbay
2015-08-05  7:48 ` Daniel Vetter
2015-08-05  7:49   ` Oded Gabbay
2015-08-05  9:32     ` Daniel Vetter
2015-08-30  9:47 Oded Gabbay
2016-03-15 12:13 Oded Gabbay

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.