All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.16-rc3
@ 2021-11-26  0:52 ` Dave Airlie
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Airlie @ 2021-11-26  0:52 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

Hey Linus,

No idea if turkey comes before pull request processing, but here's the
regular week's fixes. A bunch for amdgpu, nouveau adds support for a
new GPU (like a PCI ID addition), and a scattering of fixes across
i915/hyperv/aspeed/vc4.

Dave.

drm-fixes-2021-11-26:
drm fixes for 5.16-rc3

amdgpu:
- SRIOV fixes
- dma-buf double free fix
- Display fixes for GPU resets
- Fix DSC powergating regression
- GPU TSC fixes
- Interrupt handler overflow fixes
- Endian fix in IP discovery table handling
- Aldebaran ASPM fix
- Fix overclocking regression on older asics
- Backlight/ACPI fix

amdkfd:
- SVM fixes
- VMA removal race fix

hyperv:
- removal fix

aspeed:
- vga_pw sysfs file fix

vc4:
- error checking fix

nouveau:
- support GA106
- fix a few error checks

i915:
- fix wakeref handling around PXP suspend
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-11-26

for you to fetch changes up to fc026c8b926835b46509a2757732bfa38a2162f1:

  Merge tag 'drm-intel-fixes-2021-11-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2021-11-26
10:36:33 +1000)

----------------------------------------------------------------
drm fixes for 5.16-rc3

amdgpu:
- SRIOV fixes
- dma-buf double free fix
- Display fixes for GPU resets
- Fix DSC powergating regression
- GPU TSC fixes
- Interrupt handler overflow fixes
- Endian fix in IP discovery table handling
- Aldebaran ASPM fix
- Fix overclocking regression on older asics
- Backlight/ACPI fix

amdkfd:
- SVM fixes
- VMA removal race fix

hyperv:
- removal fix

aspeed:
- vga_pw sysfs file fix

vc4:
- error checking fix

nouveau:
- support GA106
- fix a few error checks

i915:
- fix wakeref handling around PXP suspend

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
      drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
      drm/amdgpu/pm: fix powerplay OD interface
      drm/amd/display: update bios scratch when setting backlight

Ben Skeggs (1):
      drm/nouveau: recognise GA106

Dan Carpenter (2):
      drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
      drm/vc4: fix error code in vc4_create_object()

Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.16-2021-11-24' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2021-11-25' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-11-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Felix Kuehling (1):
      drm/amdgpu: Fix MMIO HDP flush on SRIOV

Joel Stanley (1):
      drm/aspeed: Fix vga_pw sysfs output

Lijo Lazar (1):
      drm/amdgpu: Skip ASPM programming on aldebaran

Mohammed Gamal (1):
      drm/hyperv: Fix device removal on Gen1 VMs

Nicholas Kazlauskas (3):
      drm/amd/display: Fix DPIA outbox timeout after GPU reset
      drm/amd/display: Set plane update flags for all planes in reset
      drm/amd/display: Reset link encoder assignments for GPU reset

Philip Yang (6):
      drm/amdgpu: IH process reset count when restart
      drm/amdkfd: process exit and retry fault race
      drm/amdkfd: handle VMA remove race
      drm/amdkfd: simplify drain retry fault
      drm/amdgpu: enable Navi 48-bit IH timestamp counter
      drm/amdgpu: enable Navi retry fault wptr overflow

Tejas Upadhyay (1):
      drm/i915/gt: Hold RPM wakelock during PXP suspend

Yang Wang (1):
      drm/amdgpu: fix byteorder error in amdgpu discovery

Yi-Ling Chen (1):
      drm/amd/display: Fixed DSC would not PG after removing DSC stream

shaoyunl (1):
      drm/amdgpu: move kfd post_reset out of reset_sriov function

xinhui pan (1):
      drm/amdgpu: Fix double free of dmabuf

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   6 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c       |  12 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h       |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      |  12 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c             |   3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  15 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  46 +++++++--
 drivers/gpu/drm/amd/amdgpu/navi10_ih.c             |  34 +++----
 drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |   8 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |   8 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               | 111 +++++++++++++--------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  24 ++++-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c |   2 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   |  20 ++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  24 ++---
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c    |   6 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c  |  28 +++---
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c  |  10 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c  |  58 ++++++-----
 drivers/gpu/drm/aspeed/aspeed_gfx_drv.c            |   2 +-
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c            |  19 +++-
 drivers/gpu/drm/i915/gt/intel_gt_pm.c              |   7 +-
 drivers/gpu/drm/i915/pxp/intel_pxp_pm.c            |  37 +++++--
 drivers/gpu/drm/i915/pxp/intel_pxp_pm.h            |  19 +++-
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c  |  22 ++++
 drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c    |   6 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c    |   6 +-
 drivers/gpu/drm/vc4/vc4_bo.c                       |   2 +-
 37 files changed, 375 insertions(+), 210 deletions(-)

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

* [git pull] drm fixes for 5.16-rc3
@ 2021-11-26  0:52 ` Dave Airlie
  0 siblings, 0 replies; 7+ messages in thread
From: Dave Airlie @ 2021-11-26  0:52 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hey Linus,

No idea if turkey comes before pull request processing, but here's the
regular week's fixes. A bunch for amdgpu, nouveau adds support for a
new GPU (like a PCI ID addition), and a scattering of fixes across
i915/hyperv/aspeed/vc4.

Dave.

drm-fixes-2021-11-26:
drm fixes for 5.16-rc3

amdgpu:
- SRIOV fixes
- dma-buf double free fix
- Display fixes for GPU resets
- Fix DSC powergating regression
- GPU TSC fixes
- Interrupt handler overflow fixes
- Endian fix in IP discovery table handling
- Aldebaran ASPM fix
- Fix overclocking regression on older asics
- Backlight/ACPI fix

amdkfd:
- SVM fixes
- VMA removal race fix

hyperv:
- removal fix

aspeed:
- vga_pw sysfs file fix

vc4:
- error checking fix

nouveau:
- support GA106
- fix a few error checks

i915:
- fix wakeref handling around PXP suspend
The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-11-26

for you to fetch changes up to fc026c8b926835b46509a2757732bfa38a2162f1:

  Merge tag 'drm-intel-fixes-2021-11-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2021-11-26
10:36:33 +1000)

----------------------------------------------------------------
drm fixes for 5.16-rc3

amdgpu:
- SRIOV fixes
- dma-buf double free fix
- Display fixes for GPU resets
- Fix DSC powergating regression
- GPU TSC fixes
- Interrupt handler overflow fixes
- Endian fix in IP discovery table handling
- Aldebaran ASPM fix
- Fix overclocking regression on older asics
- Backlight/ACPI fix

amdkfd:
- SVM fixes
- VMA removal race fix

hyperv:
- removal fix

aspeed:
- vga_pw sysfs file fix

vc4:
- error checking fix

nouveau:
- support GA106
- fix a few error checks

i915:
- fix wakeref handling around PXP suspend

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/gfx10: add wraparound gpu counter check for APUs as well
      drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
      drm/amdgpu/pm: fix powerplay OD interface
      drm/amd/display: update bios scratch when setting backlight

Ben Skeggs (1):
      drm/nouveau: recognise GA106

Dan Carpenter (2):
      drm/nouveau/acr: fix a couple NULL vs IS_ERR() checks
      drm/vc4: fix error code in vc4_create_object()

Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.16-2021-11-24' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2021-11-25' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-11-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Felix Kuehling (1):
      drm/amdgpu: Fix MMIO HDP flush on SRIOV

Joel Stanley (1):
      drm/aspeed: Fix vga_pw sysfs output

Lijo Lazar (1):
      drm/amdgpu: Skip ASPM programming on aldebaran

Mohammed Gamal (1):
      drm/hyperv: Fix device removal on Gen1 VMs

Nicholas Kazlauskas (3):
      drm/amd/display: Fix DPIA outbox timeout after GPU reset
      drm/amd/display: Set plane update flags for all planes in reset
      drm/amd/display: Reset link encoder assignments for GPU reset

Philip Yang (6):
      drm/amdgpu: IH process reset count when restart
      drm/amdkfd: process exit and retry fault race
      drm/amdkfd: handle VMA remove race
      drm/amdkfd: simplify drain retry fault
      drm/amdgpu: enable Navi 48-bit IH timestamp counter
      drm/amdgpu: enable Navi retry fault wptr overflow

Tejas Upadhyay (1):
      drm/i915/gt: Hold RPM wakelock during PXP suspend

Yang Wang (1):
      drm/amdgpu: fix byteorder error in amdgpu discovery

Yi-Ling Chen (1):
      drm/amd/display: Fixed DSC would not PG after removing DSC stream

shaoyunl (1):
      drm/amdgpu: move kfd post_reset out of reset_sriov function

xinhui pan (1):
      drm/amdgpu: Fix double free of dmabuf

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   6 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c       |  12 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.h       |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   7 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      |  12 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c             |   3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  15 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  46 +++++++--
 drivers/gpu/drm/amd/amdgpu/navi10_ih.c             |  34 +++----
 drivers/gpu/drm/amd/amdgpu/nbio_v2_3.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v6_1.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v7_0.c             |   4 +-
 drivers/gpu/drm/amd/amdgpu/nbio_v7_2.c             |   4 +
 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c             |   7 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |   8 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |   8 +-
 drivers/gpu/drm/amd/amdkfd/kfd_priv.h              |   2 +-
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               | 111 +++++++++++++--------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  24 ++++-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c |   2 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   |  20 ++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    |  24 ++---
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c    |   6 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c  |  28 +++---
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c  |  10 +-
 .../gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c  |  58 ++++++-----
 drivers/gpu/drm/aspeed/aspeed_gfx_drv.c            |   2 +-
 drivers/gpu/drm/hyperv/hyperv_drm_drv.c            |  19 +++-
 drivers/gpu/drm/i915/gt/intel_gt_pm.c              |   7 +-
 drivers/gpu/drm/i915/pxp/intel_pxp_pm.c            |  37 +++++--
 drivers/gpu/drm/i915/pxp/intel_pxp_pm.h            |  19 +++-
 drivers/gpu/drm/nouveau/nvkm/engine/device/base.c  |  22 ++++
 drivers/gpu/drm/nouveau/nvkm/subdev/acr/gm200.c    |   6 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/acr/gp102.c    |   6 +-
 drivers/gpu/drm/vc4/vc4_bo.c                       |   2 +-
 37 files changed, 375 insertions(+), 210 deletions(-)

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

* Re: [git pull] drm fixes for 5.16-rc3
  2021-11-26  0:52 ` Dave Airlie
@ 2021-11-26  2:24   ` pr-tracker-bot
  -1 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2021-11-26  2:24 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

The pull request you sent on Fri, 26 Nov 2021 10:52:04 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-11-26

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

Thank you!

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

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

* Re: [git pull] drm fixes for 5.16-rc3
@ 2021-11-26  2:24   ` pr-tracker-bot
  0 siblings, 0 replies; 7+ messages in thread
From: pr-tracker-bot @ 2021-11-26  2:24 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel

The pull request you sent on Fri, 26 Nov 2021 10:52:04 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-11-26

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

Thank you!

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

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

* Re: [git pull] drm fixes for 5.16-rc3
  2021-11-26  2:24   ` pr-tracker-bot
  (?)
@ 2022-01-10  7:38   ` Geert Uytterhoeven
  2022-01-10 16:47       ` Linus Torvalds
  -1 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2022-01-10  7:38 UTC (permalink / raw)
  To: Dave Airlie, Linus Torvalds; +Cc: Daniel Vetter, LKML, dri-devel

On Sat, Nov 27, 2021 at 8:29 PM <pr-tracker-bot@kernel.org> wrote:
> The pull request you sent on Fri, 26 Nov 2021 10:52:04 +1000:
>
> > git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-11-26
>
> has been merged into torvalds/linux.git:
> https://git.kernel.org/torvalds/c/a4849f6000e29235a2707f22e39da6b897bb9543

The commit that merged this branch made a seemingly innocent change to
the top Makefile:

--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ VERSION = 5
 PATCHLEVEL = 16
 SUBLEVEL = 0
 EXTRAVERSION = -rc2
-NAME = Trick or Treat
+NAME = Gobble Gobble

 # *DOCUMENTATION*
 # To see a list of typical targets execute "make help"

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [git pull] drm fixes for 5.16-rc3
  2022-01-10  7:38   ` Geert Uytterhoeven
@ 2022-01-10 16:47       ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2022-01-10 16:47 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Dave Airlie, Daniel Vetter, LKML, dri-devel

On Sun, Jan 9, 2022 at 11:38 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> The commit that merged this branch made a seemingly innocent change to
> the top Makefile:

"Seemingly" innocent?

Or something darker and more sinister, related to the unrelenting
slaughter of flightless fowl?

You be the judge.

             Linus

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

* Re: [git pull] drm fixes for 5.16-rc3
@ 2022-01-10 16:47       ` Linus Torvalds
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Torvalds @ 2022-01-10 16:47 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Daniel Vetter, LKML, dri-devel

On Sun, Jan 9, 2022 at 11:38 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> The commit that merged this branch made a seemingly innocent change to
> the top Makefile:

"Seemingly" innocent?

Or something darker and more sinister, related to the unrelenting
slaughter of flightless fowl?

You be the judge.

             Linus

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

end of thread, other threads:[~2022-01-10 16:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26  0:52 [git pull] drm fixes for 5.16-rc3 Dave Airlie
2021-11-26  0:52 ` Dave Airlie
2021-11-26  2:24 ` pr-tracker-bot
2021-11-26  2:24   ` pr-tracker-bot
2022-01-10  7:38   ` Geert Uytterhoeven
2022-01-10 16:47     ` Linus Torvalds
2022-01-10 16:47       ` Linus Torvalds

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.