dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.11
@ 2021-01-06 22:27 Alex Deucher
  2021-01-07  9:04 ` Daniel Vetter
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Deucher @ 2021-01-06 22:27 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

New URL.  FDO ran out of disk space, so I'm attempting to move to gitlab.
Let me know if you run into any issues.

Thanks

The following changes since commit 5b2fc08c455bbf749489254a81baeffdf4c0a693:

  Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-12-24 10:31:16 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-06

for you to fetch changes up to 5efc1f4b454c6179d35e7b0c3eda0ad5763a00fc:

  Revert "drm/amd/display: Fix memory leaks in S3 resume" (2021-01-06 16:25:06 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-06:

amdgpu:
- Telemetry fix for VGH
- Powerplay fixes for RV
- Powerplay fixes for RN
- RAS fixes for Sienna Cichlid
- Blank screen regression fix
- Drop DCN support for aarch64
- Misc other fixes

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/display: drop DCN support for aarch64
      Revert "drm/amd/display: Fix memory leaks in S3 resume"

Arnd Bergmann (1):
      drm/amd/display: Fix unused variable warning

Dennis Li (3):
      drm/amdgpu: fix a memory protection fault when remove amdgpu device
      drm/amdgpu: fix a GPU hang issue when remove device
      drm/amdgpu: fix no bad_pages issue after umc ue injection

Hawking Zhang (1):
      drm/amdgpu: switched to cached noretry setting for vangogh

Jiawei Gu (1):
      drm/amdgpu: fix potential memory leak during navi12 deinitialization

John Clements (2):
      drm/amd/pm: updated PM to I2C controller port on sienna cichlid
      drm/amdgpu: enable ras eeprom support for sienna cichlid

Kevin Wang (1):
      drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue

Xiaojian Du (4):
      drm/amd/pm: correct the sensor value of power for vangogh
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
      drm/amd/pm: fix the failure when change power profile for renoir
      drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  25 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |   8 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            |   2 +-
 drivers/gpu/drm/amd/display/Kconfig                |   2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   7 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h  |   2 +-
 drivers/gpu/drm/amd/display/dc/calcs/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |  21 ---
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
 drivers/gpu/drm/amd/display/dc/dcn10/Makefile      |   7 -
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   7 -
 drivers/gpu/drm/amd/display/dc/dcn20/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn21/Makefile      |   4 -
 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |   5 -
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |   4 -
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/dsc/Makefile        |   4 -
 drivers/gpu/drm/amd/display/dc/os_types.h          |   4 -
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   | 166 +++++++++++++++++++--
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h   |   3 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   3 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |   1 +
 drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c     |   1 +
 27 files changed, 200 insertions(+), 113 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: [pull] amdgpu drm-fixes-5.11
  2021-01-06 22:27 [pull] amdgpu drm-fixes-5.11 Alex Deucher
@ 2021-01-07  9:04 ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2021-01-07  9:04 UTC (permalink / raw)
  To: Alex Deucher; +Cc: Alex Deucher, daniel.vetter, dri-devel, amd-gfx

On Wed, Jan 06, 2021 at 05:27:21PM -0500, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> New URL.  FDO ran out of disk space, so I'm attempting to move to gitlab.
> Let me know if you run into any issues.

Worked fine. Did you puing linux-next to update your tree location? Also
legacy fd.o git seems back in shape, at least I can push.
-Daniel

> 
> Thanks
> 
> The following changes since commit 5b2fc08c455bbf749489254a81baeffdf4c0a693:
> 
>   Merge tag 'amd-drm-fixes-5.11-2020-12-23' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-12-24 10:31:16 +1000)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-06
> 
> for you to fetch changes up to 5efc1f4b454c6179d35e7b0c3eda0ad5763a00fc:
> 
>   Revert "drm/amd/display: Fix memory leaks in S3 resume" (2021-01-06 16:25:06 -0500)
> 
> ----------------------------------------------------------------
> amd-drm-fixes-5.11-2021-01-06:
> 
> amdgpu:
> - Telemetry fix for VGH
> - Powerplay fixes for RV
> - Powerplay fixes for RN
> - RAS fixes for Sienna Cichlid
> - Blank screen regression fix
> - Drop DCN support for aarch64
> - Misc other fixes
> 
> ----------------------------------------------------------------
> Alex Deucher (2):
>       drm/amdgpu/display: drop DCN support for aarch64
>       Revert "drm/amd/display: Fix memory leaks in S3 resume"
> 
> Arnd Bergmann (1):
>       drm/amd/display: Fix unused variable warning
> 
> Dennis Li (3):
>       drm/amdgpu: fix a memory protection fault when remove amdgpu device
>       drm/amdgpu: fix a GPU hang issue when remove device
>       drm/amdgpu: fix no bad_pages issue after umc ue injection
> 
> Hawking Zhang (1):
>       drm/amdgpu: switched to cached noretry setting for vangogh
> 
> Jiawei Gu (1):
>       drm/amdgpu: fix potential memory leak during navi12 deinitialization
> 
> John Clements (2):
>       drm/amd/pm: updated PM to I2C controller port on sienna cichlid
>       drm/amdgpu: enable ras eeprom support for sienna cichlid
> 
> Kevin Wang (1):
>       drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue
> 
> Xiaojian Du (4):
>       drm/amd/pm: correct the sensor value of power for vangogh
>       drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
>       drm/amd/pm: fix the failure when change power profile for renoir
>       drm/amd/pm: improve the fine grain tuning function for RV/RV2/PCO
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |   4 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  25 +++-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            |   8 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     |   8 +-
>  drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            |   2 +-
>  drivers/gpu/drm/amd/display/Kconfig                |   2 +-
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |   7 +-
>  .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h  |   2 +-
>  drivers/gpu/drm/amd/display/dc/calcs/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/clk_mgr/Makefile    |  21 ---
>  drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   7 +-
>  drivers/gpu/drm/amd/display/dc/dcn10/Makefile      |   7 -
>  .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |   7 -
>  drivers/gpu/drm/amd/display/dc/dcn20/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn21/Makefile      |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |   5 -
>  drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |   4 -
>  drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |   4 -
>  drivers/gpu/drm/amd/display/dc/dml/Makefile        |   4 -
>  drivers/gpu/drm/amd/display/dc/dsc/Makefile        |   4 -
>  drivers/gpu/drm/amd/display/dc/os_types.h          |   4 -
>  .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c   | 166 +++++++++++++++++++--
>  .../gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h   |   3 +
>  .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   2 +-
>  drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |   3 +-
>  drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |   1 +
>  drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c     |   1 +
>  27 files changed, 200 insertions(+), 113 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
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

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

Hi Dave, Daniel,

Just a single revert to fix a blank screen.

The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:

  Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-02-10

for you to fetch changes up to cf050f96e0970a557601953ed7269d07a7885078:

  Revert "drm/amd/display: Update NV1x SR latency values" (2021-02-09 23:23:18 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-02-10:

amdgpu:
- Blank screen fix

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amd/display: Update NV1x SR latency values"

 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c | 4 ++--
 1 file changed, 2 insertions(+), 2 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

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

Hi Dave, Daniel,

A couple of fixes for 5.11.

The following changes since commit 06ee38dc2aab3b5a09feb74128cf7326a490b788:

  Merge tag 'amd-drm-fixes-5.11-2021-01-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-22 09:43:21 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-28

for you to fetch changes up to 00190bc087e795290502dc51c5d32de85cb2c2b8:

  amdgpu: fix clang build warning (2021-01-28 13:40:48 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-28:

amdgpu:
- Fix a fan control regression on some boards
- Fix clang warning

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amdgpu/swsmu: drop set_fan_speed_percent (v2)"

Arnd Bergmann (1):
      amdgpu: fix clang build warning

 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |  6 +++--
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |  3 ++-
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |  3 ++-
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            |  1 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |  3 +++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  9 ++-----
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  1 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     | 31 +++++++++++++++++++++-
 10 files changed, 47 insertions(+), 12 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

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

Hi Dave, Daniel,

Fixes for 5.11.

The following changes since commit c8f6364f35f32786dd40336cfa35b9166d91b8ab:

  Merge branch '04.00-ampere-lite-fixes' of git://github.com/skeggsb/linux into drm-fixes (2021-01-15 13:26:44 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-21

for you to fetch changes up to 39263a2f886817a376fc27ba9af14c5053f0934b:

  drm/amdgpu: update mmhub mgcg&ls for mmhub_v2_3 (2021-01-21 10:46:05 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-21:

amdgpu:
- Green Sardine fixes
- Vangogh fixes
- Renoir fixes
- Misc display fixes

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: update mmhub mgcg&ls for mmhub_v2_3

Aric Cyr (1):
      drm/amd/display: Allow PSTATE chnage when no displays are enabled

Bing Guo (1):
      drm/amd/display: Change function decide_dp_link_settings to avoid infinite looping

Huang Rui (1):
      drm/amdgpu: remove gpu info firmware of green sardine

Jake Wang (1):
      drm/amd/display: Update dram_clock_change_latency for DCN2.1

Jinzhou Su (1):
      drm/amdgpu: modify GCR_GENERAL_CNTL for Vangogh

Nicholas Kazlauskas (1):
      drm/amd/display: Use hardware sequencer functions for PG control

Prike Liang (1):
      drm/amdgpu/pm: no need GPU status set since mmnbif_gpu_BIF_DOORBELL_FENCE_CNTL added in FSDL

Sung Lee (1):
      drm/amd/display: DCN2X Find Secondary Pipe properly in MPO + ODM Case

Vladimir Stempen (1):
      drm/amd/display: Fixed corruptions on HPDRX link loss restore

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  1 -
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/mmhub_v2_3.c            | 84 ++++++++++++++++------
 .../amd/display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c   |  6 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  7 +-
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  | 18 +++--
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c |  9 ++-
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  7 +-
 .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c  |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |  2 +-
 10 files changed, 100 insertions(+), 40 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

end of thread, other threads:[~2021-02-10 22:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-06 22:27 [pull] amdgpu drm-fixes-5.11 Alex Deucher
2021-01-07  9:04 ` Daniel Vetter
2021-01-21 16:01 Alex Deucher
2021-01-28 19:15 Alex Deucher
2021-02-10 22:35 Alex Deucher

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).