All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for 6.1-rc2
@ 2022-10-21  0:37 ` Dave Airlie
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2022-10-21  0:37 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hey Linus,

Usual fixes for the week. The amdgpu contains fixes for two
regressions, one reported in response to rc1 which broke on SI GPUs,
and one gfx9 APU regression. Otherwise it's mostly fixes for new IP,
and some GPU reset fixes. vc4 is just HDMI fixes, and panfrost has
some mnor types fixes.

Dave.

drm-fixes-2022-10-21:
drm fixes for 6.1-rc2

core:
- fix connector DDC pointer
- fix buffer overflow in format_helper_test

amdgpu:
- Mode2 reset fixes for Sienna Cichlid
- Revert broken fan speed sensor fix
- SMU 13.x fixes
- GC 11.x fixes
- RAS fixes
- SR-IOV fixes
- Fix BO move breakage on SI
- Misc compiler fixes
- Fix gfx9 APU regression caused by PCI AER fix

vc4:
- HDMI fixes

panfrost:
- compiler fixes
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-21

for you to fetch changes up to cbc543c59e8e7c8bc8604d6ac3e18a029e3d5118:

  Merge tag 'drm-misc-fixes-2022-10-20' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2022-10-21
09:56:14 +1000)

----------------------------------------------------------------
drm fixes for 6.1-rc2

core:
- fix connector DDC pointer
- fix buffer overflow in format_helper_test

amdgpu:
- Mode2 reset fixes for Sienna Cichlid
- Revert broken fan speed sensor fix
- SMU 13.x fixes
- GC 11.x fixes
- RAS fixes
- SR-IOV fixes
- Fix BO move breakage on SI
- Misc compiler fixes
- Fix gfx9 APU regression caused by PCI AER fix

vc4:
- HDMI fixes

panfrost:
- compiler fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix sdma doorbell init ordering on APUs

Arunpravin Paneer Selvam (1):
      drm/amdgpu: Fix for BO move issue

Asher Song (1):
      drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

Christian König (2):
      drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flag
      drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updates

Danijel Slivka (1):
      drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid
in SRIOV case

Dave Airlie (4):
      Merge tag 'drm-misc-fixes-2022-10-13' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-6.1-2022-10-19' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'amd-drm-fixes-6.1-2022-10-20' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2022-10-20' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

David Gow (1):
      drm: tests: Fix a buffer overflow in format_helper_test

Evan Quan (3):
      drm/amd/pm: fulfill SMU13.0.0 cstate control interface
      drm/amd/pm: fulfill SMU13.0.7 cstate control interface
      drm/amd/pm: disable cstate feature for gpu reset scenario

Guenter Roeck (1):
      drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o

Kenneth Feng (5):
      drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10
      drm/amd/pm: remove the pptable id override on smu_v13_0_10
      drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10
      drm/amd/pm: skip loading pptable from driver on secure board for
smu_v13_0_10
      drm/amd/pm: enable thermal alert on smu_v13_0_10

Likun Gao (1):
      drm/amdgpu: skip mes self test for gc 11.0.3

Maxime Ripard (4):
      drm/vc4: Add module dependency on hdmi-codec
      drm/vc4: hdmi: Enforce the minimum rate at runtime_resume
      drm/vc4: hdmi: Check the HSM rate at runtime_resume
      drm/connector: Set DDC pointer in drmm_connector_init

Nathan Chancellor (1):
      drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callback

Steven Price (2):
      drm/panfrost: Remove type name from internal structs
      drm/panfrost: replace endian-specific types with native ones

Thomas Zimmermann (1):
      Merge drm/drm-fixes into drm-misc-fixes

Tim Huang (2):
      drm/amd/pm: update SMU IP v13.0.4 driver interface version
      drm/amd/pm: add SMU IP v13.0.4 IF version define to V7

Victor Zhao (3):
      Revert "drm/amdgpu: add debugfs amdgpu_reset_level"
      Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
      drm/amdgpu: Refactor mode2 reset logic for v11.0.7

YiPeng Chai (3):
      drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3
      drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10
      drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported

Yifan Zha (1):
      drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11

YuBiao Wang (1):
      drm/amdgpu: dequeue mes scheduler during fini

ZhenGuo Yin (1):
      drm/amd/pm: Init pm_attr_list when dpm is disabled

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  4 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        |  2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 15 +++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 25 +++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c          | 14 -------
 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h          |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |  3 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           |  6 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h           |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  6 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c        |  9 ++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             | 18 +++++----
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             | 45 ++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  5 ---
 drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c        | 25 ++++++++----
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 21 ++++++++++
 drivers/gpu/drm/amd/amdgpu/soc21.c                 |  7 +++-
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  2 +-
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h    |  5 ++-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  4 +-
 .../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c    | 25 ++++++------
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  4 +-
 .../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 17 +++++++-
 drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  8 ++++
 drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c |  9 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c     |  6 +--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 11 ++++++
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 12 ++++++
 drivers/gpu/drm/drm_connector.c                    |  2 +-
 drivers/gpu/drm/panfrost/panfrost_dump.c           | 36 ++++++++---------
 drivers/gpu/drm/scheduler/sched_entity.c           |  3 +-
 drivers/gpu/drm/tests/drm_format_helper_test.c     |  2 +-
 drivers/gpu/drm/vc4/vc4_drv.c                      |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c                     | 29 ++++++++++++++
 include/drm/gpu_scheduler.h                        |  9 +++++
 include/uapi/drm/panfrost_drm.h                    | 36 +++++++++--------
 45 files changed, 314 insertions(+), 134 deletions(-)

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

* [git pull] drm fixes for 6.1-rc2
@ 2022-10-21  0:37 ` Dave Airlie
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2022-10-21  0:37 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

Hey Linus,

Usual fixes for the week. The amdgpu contains fixes for two
regressions, one reported in response to rc1 which broke on SI GPUs,
and one gfx9 APU regression. Otherwise it's mostly fixes for new IP,
and some GPU reset fixes. vc4 is just HDMI fixes, and panfrost has
some mnor types fixes.

Dave.

drm-fixes-2022-10-21:
drm fixes for 6.1-rc2

core:
- fix connector DDC pointer
- fix buffer overflow in format_helper_test

amdgpu:
- Mode2 reset fixes for Sienna Cichlid
- Revert broken fan speed sensor fix
- SMU 13.x fixes
- GC 11.x fixes
- RAS fixes
- SR-IOV fixes
- Fix BO move breakage on SI
- Misc compiler fixes
- Fix gfx9 APU regression caused by PCI AER fix

vc4:
- HDMI fixes

panfrost:
- compiler fixes
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-21

for you to fetch changes up to cbc543c59e8e7c8bc8604d6ac3e18a029e3d5118:

  Merge tag 'drm-misc-fixes-2022-10-20' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2022-10-21
09:56:14 +1000)

----------------------------------------------------------------
drm fixes for 6.1-rc2

core:
- fix connector DDC pointer
- fix buffer overflow in format_helper_test

amdgpu:
- Mode2 reset fixes for Sienna Cichlid
- Revert broken fan speed sensor fix
- SMU 13.x fixes
- GC 11.x fixes
- RAS fixes
- SR-IOV fixes
- Fix BO move breakage on SI
- Misc compiler fixes
- Fix gfx9 APU regression caused by PCI AER fix

vc4:
- HDMI fixes

panfrost:
- compiler fixes

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: fix sdma doorbell init ordering on APUs

Arunpravin Paneer Selvam (1):
      drm/amdgpu: Fix for BO move issue

Asher Song (1):
      drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"

Christian König (2):
      drm/sched: add DRM_SCHED_FENCE_DONT_PIPELINE flag
      drm/amdgpu: use DRM_SCHED_FENCE_DONT_PIPELINE for VM updates

Danijel Slivka (1):
      drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid
in SRIOV case

Dave Airlie (4):
      Merge tag 'drm-misc-fixes-2022-10-13' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'amd-drm-fixes-6.1-2022-10-19' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'amd-drm-fixes-6.1-2022-10-20' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2022-10-20' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

David Gow (1):
      drm: tests: Fix a buffer overflow in format_helper_test

Evan Quan (3):
      drm/amd/pm: fulfill SMU13.0.0 cstate control interface
      drm/amd/pm: fulfill SMU13.0.7 cstate control interface
      drm/amd/pm: disable cstate feature for gpu reset scenario

Guenter Roeck (1):
      drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o

Kenneth Feng (5):
      drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10
      drm/amd/pm: remove the pptable id override on smu_v13_0_10
      drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10
      drm/amd/pm: skip loading pptable from driver on secure board for
smu_v13_0_10
      drm/amd/pm: enable thermal alert on smu_v13_0_10

Likun Gao (1):
      drm/amdgpu: skip mes self test for gc 11.0.3

Maxime Ripard (4):
      drm/vc4: Add module dependency on hdmi-codec
      drm/vc4: hdmi: Enforce the minimum rate at runtime_resume
      drm/vc4: hdmi: Check the HSM rate at runtime_resume
      drm/connector: Set DDC pointer in drmm_connector_init

Nathan Chancellor (1):
      drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callback

Steven Price (2):
      drm/panfrost: Remove type name from internal structs
      drm/panfrost: replace endian-specific types with native ones

Thomas Zimmermann (1):
      Merge drm/drm-fixes into drm-misc-fixes

Tim Huang (2):
      drm/amd/pm: update SMU IP v13.0.4 driver interface version
      drm/amd/pm: add SMU IP v13.0.4 IF version define to V7

Victor Zhao (3):
      Revert "drm/amdgpu: add debugfs amdgpu_reset_level"
      Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
      drm/amdgpu: Refactor mode2 reset logic for v11.0.7

YiPeng Chai (3):
      drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3
      drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10
      drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported

Yifan Zha (1):
      drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11

YuBiao Wang (1):
      drm/amdgpu: dequeue mes scheduler during fini

ZhenGuo Yin (1):
      drm/amd/pm: Init pm_attr_list when dpm is disabled

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  4 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        |  2 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 15 +++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_job.c            |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 25 +++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c          | 14 -------
 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h          |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c           |  3 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c           |  6 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h           |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  6 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c        |  9 ++++-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             | 18 +++++----
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             | 45 ++++++++++++++++++++--
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c             |  5 ---
 drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c        | 25 ++++++++----
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 21 ++++++++++
 drivers/gpu/drm/amd/amdgpu/soc21.c                 |  7 +++-
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  2 +-
 drivers/gpu/drm/amd/include/kgd_kfd_interface.h    |  5 ++-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  4 +-
 .../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c    | 25 ++++++------
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  4 +-
 .../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 17 +++++++-
 drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h       |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  8 ++++
 drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c |  9 +++++
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c     |  6 +--
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   | 11 ++++++
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c   | 12 ++++++
 drivers/gpu/drm/drm_connector.c                    |  2 +-
 drivers/gpu/drm/panfrost/panfrost_dump.c           | 36 ++++++++---------
 drivers/gpu/drm/scheduler/sched_entity.c           |  3 +-
 drivers/gpu/drm/tests/drm_format_helper_test.c     |  2 +-
 drivers/gpu/drm/vc4/vc4_drv.c                      |  1 +
 drivers/gpu/drm/vc4/vc4_hdmi.c                     | 29 ++++++++++++++
 include/drm/gpu_scheduler.h                        |  9 +++++
 include/uapi/drm/panfrost_drm.h                    | 36 +++++++++--------
 45 files changed, 314 insertions(+), 134 deletions(-)

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

* Re: [git pull] drm fixes for 6.1-rc2
  2022-10-21  0:37 ` Dave Airlie
@ 2022-10-21  1:42   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-21  1:42 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, dri-devel, LKML

The pull request you sent on Fri, 21 Oct 2022 10:37:33 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-21

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

Thank you!

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

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

* Re: [git pull] drm fixes for 6.1-rc2
@ 2022-10-21  1:42   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-10-21  1:42 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

The pull request you sent on Fri, 21 Oct 2022 10:37:33 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-21

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

Thank you!

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

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

end of thread, other threads:[~2022-10-21  1:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21  0:37 [git pull] drm fixes for 6.1-rc2 Dave Airlie
2022-10-21  0:37 ` Dave Airlie
2022-10-21  1:42 ` pr-tracker-bot
2022-10-21  1:42   ` pr-tracker-bot

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.