All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.1-rc6
@ 2019-04-18  3:40 ` Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2019-04-18  3:40 UTC (permalink / raw)
  To: Linus Torvalds, dri-devel, LKML, Daniel Vetter

Hi Linus,

Since Easter is looming for me, I'm just pushing whatever is in my
tree, I'll see what else turns up and maybe I'll send another pull
early next week if there is anything.

tegra:
- stream id programming fix
- avoid divide by 0 for bad hdmi audio setup code

ttm:
- Hugepages fix
- refcount imbalance in error path fix

amdgpu:
- GPU VM fixes for Vega/RV
- DC AUX fix for active DP-DVI dongles
- DC fix for multihead regression.

Dave.

drm-fixes-2019-04-18:
drm tegra, amdgpu fixes
The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:

  Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18

for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17:

  Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18
06:56:35 +1000)

----------------------------------------------------------------
drm tegra, amdgpu fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming

Arnd Bergmann (1):
      gpu: host1x: Program stream ID to bypass without SMMU

Christian König (3):
      drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
      drm/ttm: fix start page for huge page check in ttm_put_pages()
      drm/ttm: fix incrementing the page pointer for huge pages

Dave Airlie (2):
      Merge tag 'drm/tegra/for-5.1-rc6' of
git://anongit.freedesktop.org/tegra/linux into drm-fixes
      Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

David Francis (1):
      drm/amd/display: If one stream full updates, full update all planes

Lin Yi (1):
      drm/ttm: fix dma_fence refcount imbalance on error path

Martin Leung (1):
      drm/amd/display: extending AUX SW Timeout

Thierry Reding (1):
      drm/tegra: hdmi: Setup audio only if configured

wentalou (1):
      drm/amdgpu: shadow in shadow_list without tbo.mem.start cause
page fault in sriov TDR

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c   |  1 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c      |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc.c     | 19 +++++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dc.h          |  3 +++
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c |  9 ++++++---
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.h |  6 +++---
 drivers/gpu/drm/tegra/hdmi.c                 | 12 +++++++++---
 drivers/gpu/drm/ttm/ttm_bo.c                 |  4 +++-
 drivers/gpu/drm/ttm/ttm_page_alloc.c         | 13 +++++++------
 drivers/gpu/host1x/hw/channel_hw.c           |  8 ++++++--
 10 files changed, 58 insertions(+), 18 deletions(-)

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

* [git pull] drm fixes for 5.1-rc6
@ 2019-04-18  3:40 ` Dave Airlie
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Airlie @ 2019-04-18  3:40 UTC (permalink / raw)
  To: Linus Torvalds, dri-devel, LKML, Daniel Vetter

Hi Linus,

Since Easter is looming for me, I'm just pushing whatever is in my
tree, I'll see what else turns up and maybe I'll send another pull
early next week if there is anything.

tegra:
- stream id programming fix
- avoid divide by 0 for bad hdmi audio setup code

ttm:
- Hugepages fix
- refcount imbalance in error path fix

amdgpu:
- GPU VM fixes for Vega/RV
- DC AUX fix for active DP-DVI dongles
- DC fix for multihead regression.

Dave.

drm-fixes-2019-04-18:
drm tegra, amdgpu fixes
The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:

  Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18

for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17:

  Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18
06:56:35 +1000)

----------------------------------------------------------------
drm tegra, amdgpu fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming

Arnd Bergmann (1):
      gpu: host1x: Program stream ID to bypass without SMMU

Christian König (3):
      drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
      drm/ttm: fix start page for huge page check in ttm_put_pages()
      drm/ttm: fix incrementing the page pointer for huge pages

Dave Airlie (2):
      Merge tag 'drm/tegra/for-5.1-rc6' of
git://anongit.freedesktop.org/tegra/linux into drm-fixes
      Merge branch 'drm-fixes-5.1' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes

David Francis (1):
      drm/amd/display: If one stream full updates, full update all planes

Lin Yi (1):
      drm/ttm: fix dma_fence refcount imbalance on error path

Martin Leung (1):
      drm/amd/display: extending AUX SW Timeout

Thierry Reding (1):
      drm/tegra: hdmi: Setup audio only if configured

wentalou (1):
      drm/amdgpu: shadow in shadow_list without tbo.mem.start cause
page fault in sriov TDR

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c   |  1 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c      |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc.c     | 19 +++++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dc.h          |  3 +++
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.c |  9 ++++++---
 drivers/gpu/drm/amd/display/dc/dce/dce_aux.h |  6 +++---
 drivers/gpu/drm/tegra/hdmi.c                 | 12 +++++++++---
 drivers/gpu/drm/ttm/ttm_bo.c                 |  4 +++-
 drivers/gpu/drm/ttm/ttm_page_alloc.c         | 13 +++++++------
 drivers/gpu/host1x/hw/channel_hw.c           |  8 ++++++--
 10 files changed, 58 insertions(+), 18 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.1-rc6
  2019-04-18  3:40 ` Dave Airlie
  (?)
@ 2019-04-18 15:20 ` pr-tracker-bot
  -1 siblings, 0 replies; 5+ messages in thread
From: pr-tracker-bot @ 2019-04-18 15:20 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, dri-devel, LKML, Daniel Vetter

The pull request you sent on Thu, 18 Apr 2019 13:40:53 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/95ea55291e35107f6cc1838e499e57d236a45d44

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

* Re: [git pull] drm fixes for 5.1-rc6
  2019-04-18  3:40 ` Dave Airlie
@ 2019-04-19  9:04   ` Paul Kocialkowski
  -1 siblings, 0 replies; 5+ messages in thread
From: Paul Kocialkowski @ 2019-04-19  9:04 UTC (permalink / raw)
  To: Dave Airlie, Linus Torvalds, dri-devel, LKML, Daniel Vetter

Hi,

On Thu, 2019-04-18 at 13:40 +1000, Dave Airlie wrote:
> Since Easter is looming for me, I'm just pushing whatever is in my
> tree, I'll see what else turns up and maybe I'll send another pull
> early next week if there is anything.

Note that I submitted some drm/sun4i fixes which looked trivial and got
merged to drm-misc fixes yesterday, but there is a call order issue
there that I missed. I sent out a fixup for it earlier today, so it
would be good to include it along with the initial fixes before the
next PR.

The fixup is at: https://patchwork.freedesktop.org/patch/300883/

Just to be perfectly clear: it doesn't affect this PR, we just need to
be careful about the next one.

Cheers and sorry for the inconvenience,

Paul

> tegra:
> - stream id programming fix
> - avoid divide by 0 for bad hdmi audio setup code
> 
> ttm:
> - Hugepages fix
> - refcount imbalance in error path fix
> 
> amdgpu:
> - GPU VM fixes for Vega/RV
> - DC AUX fix for active DP-DVI dongles
> - DC fix for multihead regression.
> 
> Dave.
> 
> drm-fixes-2019-04-18:
> drm tegra, amdgpu fixes
> The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
> 
>   Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18
> 
> for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17:
> 
>   Merge branch 'drm-fixes-5.1' of
> git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18
> 06:56:35 +1000)
> 
> ----------------------------------------------------------------
> drm tegra, amdgpu fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (1):
>       drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming
> 
> Arnd Bergmann (1):
>       gpu: host1x: Program stream ID to bypass without SMMU
> 
> Christian König (3):
>       drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
>       drm/ttm: fix start page for huge page check in ttm_put_pages()
>       drm/ttm: fix incrementing the page pointer for huge pages
> 
> Dave Airlie (2):
>       Merge tag 'drm/tegra/for-5.1-rc6' of
> git://anongit.freedesktop.org/tegra/linux into drm-fixes
>       Merge branch 'drm-fixes-5.1' of
> git://people.freedesktop.org/~agd5f/linux into drm-fixes
> 
> David Francis (1):
>       drm/amd/display: If one stream full updates, full update all planes
> 
> Lin Yi (1):
>       drm/ttm: fix dma_fence refcount imbalance on error path
> 
> Martin Leung (1):
>       drm/amd/display: extending AUX SW Timeout
> 
> Thierry Reding (1):
>       drm/tegra: hdmi: Setup audio only if configured
> 
> wentalou (1):
>       drm/amdgpu: shadow in shadow_list without tbo.mem.start cause
> page fault in sriov TDR
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c   |  1 +
>  drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c      |  1 +
>  drivers/gpu/drm/amd/display/dc/core/dc.c     | 19 +++++++++++++++++++
>  drivers/gpu/drm/amd/display/dc/dc.h          |  3 +++
>  drivers/gpu/drm/amd/display/dc/dce/dce_aux.c |  9 ++++++---
>  drivers/gpu/drm/amd/display/dc/dce/dce_aux.h |  6 +++---
>  drivers/gpu/drm/tegra/hdmi.c                 | 12 +++++++++---
>  drivers/gpu/drm/ttm/ttm_bo.c                 |  4 +++-
>  drivers/gpu/drm/ttm/ttm_page_alloc.c         | 13 +++++++------
>  drivers/gpu/host1x/hw/channel_hw.c           |  8 ++++++--
>  10 files changed, 58 insertions(+), 18 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
-- 
Paul Kocialkowski, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com


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

* Re: [git pull] drm fixes for 5.1-rc6
@ 2019-04-19  9:04   ` Paul Kocialkowski
  0 siblings, 0 replies; 5+ messages in thread
From: Paul Kocialkowski @ 2019-04-19  9:04 UTC (permalink / raw)
  To: Dave Airlie, Linus Torvalds, dri-devel, LKML, Daniel Vetter

Hi,

On Thu, 2019-04-18 at 13:40 +1000, Dave Airlie wrote:
> Since Easter is looming for me, I'm just pushing whatever is in my
> tree, I'll see what else turns up and maybe I'll send another pull
> early next week if there is anything.

Note that I submitted some drm/sun4i fixes which looked trivial and got
merged to drm-misc fixes yesterday, but there is a call order issue
there that I missed. I sent out a fixup for it earlier today, so it
would be good to include it along with the initial fixes before the
next PR.

The fixup is at: https://patchwork.freedesktop.org/patch/300883/

Just to be perfectly clear: it doesn't affect this PR, we just need to
be careful about the next one.

Cheers and sorry for the inconvenience,

Paul

> tegra:
> - stream id programming fix
> - avoid divide by 0 for bad hdmi audio setup code
> 
> ttm:
> - Hugepages fix
> - refcount imbalance in error path fix
> 
> amdgpu:
> - GPU VM fixes for Vega/RV
> - DC AUX fix for active DP-DVI dongles
> - DC fix for multihead regression.
> 
> Dave.
> 
> drm-fixes-2019-04-18:
> drm tegra, amdgpu fixes
> The following changes since commit dc4060a5dc2557e6b5aa813bf5b73677299d62d2:
> 
>   Linux 5.1-rc5 (2019-04-14 15:17:41 -0700)
> 
> are available in the Git repository at:
> 
>   git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-04-18
> 
> for you to fetch changes up to 00fd14ff3017f64a9a03a08291e4be0d87bedc17:
> 
>   Merge branch 'drm-fixes-5.1' of
> git://people.freedesktop.org/~agd5f/linux into drm-fixes (2019-04-18
> 06:56:35 +1000)
> 
> ----------------------------------------------------------------
> drm tegra, amdgpu fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (1):
>       drm/amdgpu/gmc9: fix VM_L2_CNTL3 programming
> 
> Arnd Bergmann (1):
>       gpu: host1x: Program stream ID to bypass without SMMU
> 
> Christian König (3):
>       drm/ttm: fix out-of-bounds read in ttm_put_pages() v2
>       drm/ttm: fix start page for huge page check in ttm_put_pages()
>       drm/ttm: fix incrementing the page pointer for huge pages
> 
> Dave Airlie (2):
>       Merge tag 'drm/tegra/for-5.1-rc6' of
> git://anongit.freedesktop.org/tegra/linux into drm-fixes
>       Merge branch 'drm-fixes-5.1' of
> git://people.freedesktop.org/~agd5f/linux into drm-fixes
> 
> David Francis (1):
>       drm/amd/display: If one stream full updates, full update all planes
> 
> Lin Yi (1):
>       drm/ttm: fix dma_fence refcount imbalance on error path
> 
> Martin Leung (1):
>       drm/amd/display: extending AUX SW Timeout
> 
> Thierry Reding (1):
>       drm/tegra: hdmi: Setup audio only if configured
> 
> wentalou (1):
>       drm/amdgpu: shadow in shadow_list without tbo.mem.start cause
> page fault in sriov TDR
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c   |  1 +
>  drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c      |  1 +
>  drivers/gpu/drm/amd/display/dc/core/dc.c     | 19 +++++++++++++++++++
>  drivers/gpu/drm/amd/display/dc/dc.h          |  3 +++
>  drivers/gpu/drm/amd/display/dc/dce/dce_aux.c |  9 ++++++---
>  drivers/gpu/drm/amd/display/dc/dce/dce_aux.h |  6 +++---
>  drivers/gpu/drm/tegra/hdmi.c                 | 12 +++++++++---
>  drivers/gpu/drm/ttm/ttm_bo.c                 |  4 +++-
>  drivers/gpu/drm/ttm/ttm_page_alloc.c         | 13 +++++++------
>  drivers/gpu/host1x/hw/channel_hw.c           |  8 ++++++--
>  10 files changed, 58 insertions(+), 18 deletions(-)
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
-- 
Paul Kocialkowski, Bootlin
Embedded Linux and kernel engineering
https://bootlin.com

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2019-04-19 18:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18  3:40 [git pull] drm fixes for 5.1-rc6 Dave Airlie
2019-04-18  3:40 ` Dave Airlie
2019-04-18 15:20 ` pr-tracker-bot
2019-04-19  9:04 ` Paul Kocialkowski
2019-04-19  9:04   ` Paul Kocialkowski

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.