mbox series

[v2,0/2] fix bad DMA from INTERRUPT_CNTL2

Message ID cover.1574034832.git.sbobroff@linux.ibm.com (mailing list archive)
Headers show
Series fix bad DMA from INTERRUPT_CNTL2 | expand

Message

Sam Bobroff Nov. 17, 2019, 11:53 p.m. UTC
A couple of notes:
- Initial discussion:
  https://lists.freedesktop.org/archives/dri-devel/2019-November/244090.html
- I have only tested the case that uses r600_irq_init(), but they are all very
  similar.

Cheers,
Sam.

Patch set changelog follows:

Patch set v2: 
Patch 1/2: drm/radeon: fix bad DMA from INTERRUPT_CNTL2
- Split amdgpu changes into separate patch.
Patch 2/2 (new in this version): drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2

Patch set v1:
Patch 1/1: drm/radeon drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2

Sam Bobroff (2):
  drm/radeon: fix bad DMA from INTERRUPT_CNTL2
  drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2

 drivers/gpu/drm/amd/amdgpu/si_ih.c | 3 ++-
 drivers/gpu/drm/radeon/cik.c       | 4 ++--
 drivers/gpu/drm/radeon/r600.c      | 4 ++--
 drivers/gpu/drm/radeon/si.c        | 4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

Comments

Alex Deucher Nov. 18, 2019, 5:20 p.m. UTC | #1
On Sun, Nov 17, 2019 at 6:54 PM Sam Bobroff <sbobroff@linux.ibm.com> wrote:
>
> A couple of notes:
> - Initial discussion:
>   https://lists.freedesktop.org/archives/dri-devel/2019-November/244090.html
> - I have only tested the case that uses r600_irq_init(), but they are all very
>   similar.
>
> Cheers,
> Sam.
>
> Patch set changelog follows:

Applied the series.  Thanks!

Alex

>
> Patch set v2:
> Patch 1/2: drm/radeon: fix bad DMA from INTERRUPT_CNTL2
> - Split amdgpu changes into separate patch.
> Patch 2/2 (new in this version): drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2
>
> Patch set v1:
> Patch 1/1: drm/radeon drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2
>
> Sam Bobroff (2):
>   drm/radeon: fix bad DMA from INTERRUPT_CNTL2
>   drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2
>
>  drivers/gpu/drm/amd/amdgpu/si_ih.c | 3 ++-
>  drivers/gpu/drm/radeon/cik.c       | 4 ++--
>  drivers/gpu/drm/radeon/r600.c      | 4 ++--
>  drivers/gpu/drm/radeon/si.c        | 4 ++--
>  4 files changed, 8 insertions(+), 7 deletions(-)
>
> --
> 2.22.0.216.g00a2a96fc9
>