dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-6.7
@ 2023-12-06 22:11 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2023-12-06 22:11 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Sima,

Fixes for 6.7.

The following changes since commit 33924328498e903bea74727353e5012d29653aff:

  Merge tag 'drm-intel-fixes-2023-12-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-12-05 12:19:22 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-06

for you to fetch changes up to dab96d8b61aab1a4f99d0b86964a6c40e7bb1756:

  drm/amdgpu: fix buffer funcs setting order on suspend (2023-12-06 16:05:32 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-12-06:

amdgpu:
- Disable MCBP on gfx9
- DC vbios fix
- eDP fix
- dml2 UBSAN fix
- SMU 14 fix
- RAS fixes
- dml KASAN/KCSAN fix
- PSP 13 fix
- Clockgating fixes
- Suspend fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml
      drm/amdgpu: fix buffer funcs setting order on suspend

Alvin Lee (1):
      drm/amd/display: Use channel_width = 2 for vram table 3.0

Hawking Zhang (1):
      drm/amdgpu: Update fw version for boot time error query

Ivan Lipski (1):
      drm/amd/display: Add monitor patch for specific eDP

Jiadong Zhu (1):
      drm/amdgpu: disable MCBP by default

Li Ma (1):
      drm/amd/swsmu: update smu v14_0_0 driver if version and metrics table

Lijo Lazar (4):
      drm/amdgpu: Restrict extended wait to PSP v13.0.6
      drm/amdgpu: Add NULL checks for function pointers
      drm/amdgpu: Update HDP 4.4.2 clock gating flags
      drm/amdgpu: Avoid querying DRM MGCG status

Roman Li (1):
      drm/amd/display: Fix array-index-out-of-bounds in dml2

Yang Wang (2):
      drm/amd/pm: support new mca smu error code decoding
      drm/amdgpu: optimize the printing order of error data

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mca.h            |  2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 17 +++++
 drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c              |  5 ++
 drivers/gpu/drm/amd/amdgpu/psp_v13_0.c             | 12 ++--
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 15 +++--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  6 ++
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  8 ++-
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  4 ++
 .../drm/amd/display/dc/dml2/display_mode_core.c    |  6 +-
 drivers/gpu/drm/amd/include/kgd_pp_interface.h     | 17 +++++
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h      | 10 +++
 .../pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h | 77 +++++++++++++---------
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   |  9 ++-
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   | 46 ++++++++++++-
 15 files changed, 187 insertions(+), 53 deletions(-)

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

* [pull] amdgpu drm-fixes-6.7
@ 2024-01-04 15:21 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2024-01-04 15:21 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Sima,

Happy New Year!

Fixes for 6.7.  The changes for SMU 13.0.6 are relatively big, but it's a new IP
added in 6.7 and the changes are isolated to that IP so it should not affect
anything else and this should make the IP fully functional for the 6.7 release.
The rest are just bug fixes from the last few weeks.

The following changes since commit bc2fdea0065236fdf9fbba3ac77cf5f3d0891443:

  Merge tag 'drm-intel-fixes-2023-12-28' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2024-01-03 14:17:37 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2024-01-04

for you to fetch changes up to f71cee97a644a6dfa3bc0eb69e29a53eab49b98d:

  drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6 (2024-01-04 09:51:24 -0500)

----------------------------------------------------------------
amdgpu:
- DP MST fix
- SMU 13.0.6 fixes
- Fix displays on macbooks using vega12
- Fix VSC and colorimetry on DP/eDP

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: add nv12 bounding box
      drm/amdgpu: skip gpu_info fw loading on navi12

Asad Kamal (5):
      drm/amd/pm: Use separate metric table for APU
      drm/amd/pm: Update metric table for jpeg/vcn data
      drm/amd/pm: Add mem_busy_percent for GCv9.4.3 apu
      drm/amd/pm: Add gpu_metrics_v1_5
      drm/amd/pm: Use gpu_metrics_v1_5 for SMUv13.0.6

Joshua Ashton (1):
      drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR

Wayne Lin (1):
      drm/amd/display: pbn_div need be updated for hotplug event

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  11 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  11 +-
 .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c   | 110 ++++++++++++++-
 .../amd/display/modules/info_packet/info_packet.c  |  13 +-
 drivers/gpu/drm/amd/include/kgd_pp_interface.h     |  80 +++++++++++
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |   4 +-
 .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h    | 100 +++++++++++++-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   | 153 ++++++++++++---------
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |   3 +
 9 files changed, 400 insertions(+), 85 deletions(-)

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

* [pull] amdgpu drm-fixes-6.7
@ 2023-12-13 22:11 Alex Deucher
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Deucher @ 2023-12-13 22:11 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Sima,

Fixes for 6.7.

The following changes since commit b7b5a56acec819bb8dcd03c687e97a091b29d28f:

  Merge tag 'exynos-drm-next-for-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes (2023-12-08 13:55:32 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-13

for you to fetch changes up to a4236c4b410857a70647c410e886c8a0455ec4fb:

  drm/amdgpu: warn when there are still mappings when a BO is destroyed v2 (2023-12-13 16:50:46 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-12-13:

amdgpu:
- Fix suspend fix that got accidently mangled last week
- Fix OD regression
- PSR fixes
- OLED Backlight regression fix
- JPEG 4.0.5 fix
- Misc display fixes
- SDMA 5.2 fix
- SDMA 2.4 regression fix
- GPUVM race fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu: fix buffer funcs setting order on suspend harder
      drm/amdgpu/sdma5.2: add begin/end_use ring callbacks

Christian König (2):
      drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
      drm/amdgpu: warn when there are still mappings when a BO is destroyed v2

Dmitrii Galantsev (1):
      drm/amd/pm: fix pp_*clk_od typo

Fangzhi Zuo (1):
      drm/amd/display: Populate dtbclk from bounding box

Hamza Mahfooz (1):
      drm/amd/display: fix hw rotated modes when PSR-SU is enabled

Mario Limonciello (3):
      drm/amd/display: Restore guard against default backlight value < 1 nit
      drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
      drm/amd: Fix a probing order problem on SDMA 2.4

Saleemkhan Jamadar (1):
      drm/amdgpu/jpeg: configure doorbell for each playback

Taimur Hassan (1):
      drm/amd/display: Revert "Fix conversions between bytes and KB"

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  2 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c          |  3 ++-
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c           | 15 ++++++------
 drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c             |  4 ++--
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             | 28 ++++++++++++++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 +++
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h       |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c  | 12 ++++++++--
 .../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c   | 14 +++++++----
 .../drm/amd/display/dc/dml2/display_mode_core.c    | 16 ++++++-------
 .../amd/display/dc/dml2/dml2_translation_helper.c  |  5 ++--
 .../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c    |  3 ++-
 .../dc/link/protocols/link_edp_panel_control.c     |  4 ++--
 .../drm/amd/display/modules/power/power_helpers.c  |  2 ++
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  4 ++--
 16 files changed, 84 insertions(+), 34 deletions(-)

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

* Re: [pull] amdgpu drm-fixes-6.7
  2023-11-17  6:34 Alex Deucher
@ 2023-11-17 11:09 ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2023-11-17 11:09 UTC (permalink / raw)
  To: Alex Deucher; +Cc: daniel.vetter, dri-devel, amd-gfx

On Fri, Nov 17, 2023 at 01:34:41AM -0500, Alex Deucher wrote:
> Hi Dave, Sima,
> 
> Fixes for 6.7.
> 
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
> 
>   Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-11-17
> 
> for you to fetch changes up to e8c2d3e25b844ad8f7c8b269a7cfd65285329264:
> 
>   drm/amdgpu/gmc9: disable AGP aperture (2023-11-17 00:58:41 -0500)

Pulled to drm-fixes, thanks!
-Sima
> 
> ----------------------------------------------------------------
> amd-drm-fixes-6.7-2023-11-17:
> 
> amdgpu:
> - DMCUB fixes
> - SR-IOV fix
> - GMC9 fix
> - Documentation fix
> - DSC MST fix
> - CS chunk parsing fix
> - SMU13.0.6 fixes
> - 8K tiled display fix
> - Fix potential NULL pointer dereferences
> - Cursor lag fix
> - Backlight fix
> - DCN s0ix fix
> - XGMI fix
> - DCN encoder disable logic fix
> - AGP aperture fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (5):
>       drm/amdgpu/gmc11: fix logic typo in AGP check
>       drm/amdgpu: add a module parameter to control the AGP aperture
>       drm/amdgpu/gmc11: disable AGP aperture
>       drm/amdgpu/gmc10: disable AGP aperture
>       drm/amdgpu/gmc9: disable AGP aperture
> 
> Asad Kamal (2):
>       drm/amd/pm: Update metric table for smu v13_0_6
>       drm/amd/pm: Fill pcie error counters for gpu v1_4
> 
> Duncan Ma (1):
>       drm/amd/display: Negate IPS allow and commit bits
> 
> Fangzhi Zuo (1):
>       drm/amd/display: Fix DSC not Enabled on Direct MST Sink
> 
> José Pekkarinen (1):
>       drm/amd/display: fix NULL dereference
> 
> Le Ma (1):
>       drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini
> 
> Lewis Huang (1):
>       drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox
> 
> Lijo Lazar (1):
>       drm/amd/pm: Don't send unload message for reset
> 
> Mario Limonciello (1):
>       drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()
> 
> Muhammad Ahmed (1):
>       drm/amd/display: Add null checks for 8K60 lightup
> 
> Nicholas Kazlauskas (1):
>       drm/amd/display: Guard against invalid RPTR/WPTR being set
> 
> Nicholas Susanto (1):
>       drm/amd/display: Fix encoder disable logic
> 
> Paul Hsieh (1):
>       drm/amd/display: Clear dpcd_sink_ext_caps if not set
> 
> Shiwu Zhang (1):
>       drm/amdgpu: add and populate the port num into xgmi topology info
> 
> Srinivasan Shanmugam (1):
>       drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, uvd_entity_init()'
> 
> Tianci Yin (1):
>       drm/amd/display: Enable fast plane updates on DCN3.2 and above
> 
> Victor Lu (1):
>       drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)
> 
> Yang Wang (1):
>       drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.c
> 
> YuanShang (1):
>       drm/amdgpu: correct chunk_ptr to a pointer to chunk.
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  2 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 10 +++++
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  5 +++
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h            |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  2 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |  1 +
>  drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |  1 +
>  drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  2 +-
>  drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  5 ++-
>  drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  7 +--
>  drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c            |  6 +--
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 24 ++++++-----
>  .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  5 +--
>  .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 29 ++++++-------
>  .../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c   | 18 ++++----
>  drivers/gpu/drm/amd/display/dc/core/dc.c           |  6 +--
>  drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  3 ++
>  drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c       | 10 ++---
>  drivers/gpu/drm/amd/display/dc/dc_types.h          |  1 +
>  .../display/dc/dcn35/dcn35_dio_stream_encoder.c    | 10 ++---
>  .../gpu/drm/amd/display/dc/link/link_detection.c   |  3 ++
>  drivers/gpu/drm/amd/display/dmub/dmub_srv.h        | 22 ++++++----
>  drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c    | 50 +++++++++++++++++-----
>  .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h    | 10 ++++-
>  .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   | 10 ++++-
>  26 files changed, 160 insertions(+), 84 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* [pull] amdgpu drm-fixes-6.7
@ 2023-11-17  6:34 Alex Deucher
  2023-11-17 11:09 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Deucher @ 2023-11-17  6:34 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Sima,

Fixes for 6.7.

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-11-17

for you to fetch changes up to e8c2d3e25b844ad8f7c8b269a7cfd65285329264:

  drm/amdgpu/gmc9: disable AGP aperture (2023-11-17 00:58:41 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-11-17:

amdgpu:
- DMCUB fixes
- SR-IOV fix
- GMC9 fix
- Documentation fix
- DSC MST fix
- CS chunk parsing fix
- SMU13.0.6 fixes
- 8K tiled display fix
- Fix potential NULL pointer dereferences
- Cursor lag fix
- Backlight fix
- DCN s0ix fix
- XGMI fix
- DCN encoder disable logic fix
- AGP aperture fixes

----------------------------------------------------------------
Alex Deucher (5):
      drm/amdgpu/gmc11: fix logic typo in AGP check
      drm/amdgpu: add a module parameter to control the AGP aperture
      drm/amdgpu/gmc11: disable AGP aperture
      drm/amdgpu/gmc10: disable AGP aperture
      drm/amdgpu/gmc9: disable AGP aperture

Asad Kamal (2):
      drm/amd/pm: Update metric table for smu v13_0_6
      drm/amd/pm: Fill pcie error counters for gpu v1_4

Duncan Ma (1):
      drm/amd/display: Negate IPS allow and commit bits

Fangzhi Zuo (1):
      drm/amd/display: Fix DSC not Enabled on Direct MST Sink

José Pekkarinen (1):
      drm/amd/display: fix NULL dereference

Le Ma (1):
      drm/amdgpu: finalizing mem_partitions at the end of GMC v9 sw_fini

Lewis Huang (1):
      drm/amd/display: Change the DMCUB mailbox memory location from FB to inbox

Lijo Lazar (1):
      drm/amd/pm: Don't send unload message for reset

Mario Limonciello (1):
      drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()

Muhammad Ahmed (1):
      drm/amd/display: Add null checks for 8K60 lightup

Nicholas Kazlauskas (1):
      drm/amd/display: Guard against invalid RPTR/WPTR being set

Nicholas Susanto (1):
      drm/amd/display: Fix encoder disable logic

Paul Hsieh (1):
      drm/amd/display: Clear dpcd_sink_ext_caps if not set

Shiwu Zhang (1):
      drm/amdgpu: add and populate the port num into xgmi topology info

Srinivasan Shanmugam (1):
      drm/amdgpu: Address member 'ring' not described in 'amdgpu_ vce, uvd_entity_init()'

Tianci Yin (1):
      drm/amd/display: Enable fast plane updates on DCN3.2 and above

Victor Lu (1):
      drm/amdgpu: Do not program VF copy regs in mmhub v1.8 under SRIOV (v2)

Yang Wang (1):
      drm/amdgpu: fix ras err_data null pointer issue in amdgpu_ras.c

YuanShang (1):
      drm/amdgpu: correct chunk_ptr to a pointer to chunk.

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 10 +++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  5 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  5 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  7 +--
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c            |  6 +--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 24 ++++++-----
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  5 +--
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 29 ++++++-------
 .../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c   | 18 ++++----
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  6 +--
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  3 ++
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c       | 10 ++---
 drivers/gpu/drm/amd/display/dc/dc_types.h          |  1 +
 .../display/dc/dcn35/dcn35_dio_stream_encoder.c    | 10 ++---
 .../gpu/drm/amd/display/dc/link/link_detection.c   |  3 ++
 drivers/gpu/drm/amd/display/dmub/dmub_srv.h        | 22 ++++++----
 drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c    | 50 +++++++++++++++++-----
 .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_6_pmfw.h    | 10 ++++-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   | 10 ++++-
 26 files changed, 160 insertions(+), 84 deletions(-)

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

end of thread, other threads:[~2024-01-04 15:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06 22:11 [pull] amdgpu drm-fixes-6.7 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 15:21 Alex Deucher
2023-12-13 22:11 Alex Deucher
2023-11-17  6:34 Alex Deucher
2023-11-17 11:09 ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).