From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu drm-fixes-5.9
Date: Wed, 26 Aug 2020 16:08:01 -0400 [thread overview]
Message-ID: <20200826200801.17735-1-alexander.deucher@amd.com> (raw)
Hi Dave, Daniel,
Fixes for 5.9.
The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:
Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.9-2020-08-26
for you to fetch changes up to b67a468a4ccef593cd8df6a02ba3d167b77f0c81:
drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init (2020-08-26 15:45:52 -0400)
----------------------------------------------------------------
amd-drm-fixes-5.9-2020-08-26:
amdgpu:
- Misc display fixes
- Backlight fixes
- MPO fix for DCN1
- Fixes for Sienna Cichlid
- Fixes for Navy Flounder
- Vega SW CTF fixes
- SMU fix for Raven
- Fix a possible overflow in INFO ioctl
- Gfx10 clockgating fix
----------------------------------------------------------------
Alex Deucher (1):
drm/amdgpu: Fix buffer overflow in INFO ioctl
Alexander Monakov (1):
drm/amd/display: use correct scale for actual_brightness
Brandon Syu (1):
drm/amd/display: Keep current gain when ABM disable immediately
Dinghao Liu (1):
drm/amd/display: Fix memleak in amdgpu_dm_mode_config_init
Evan Quan (4):
drm/amd/pm: correct Vega10 swctf limit setting
drm/amd/pm: correct Vega12 swctf limit setting
drm/amd/pm: correct Vega20 swctf limit setting
drm/amd/pm: correct the thermal alert temperature limit settings
Furquan Shaikh (1):
drivers: gpu: amd: Initialize amdgpu_dm_backlight_caps object to 0 in amdgpu_dm_update_backlight_caps
Jaehyun Chung (1):
drm/amd/display: Revert HDCP disable sequence change
Jiansong Chen (5):
drm/amd/pm: enable run_btc callback for sienna_cichlid
drm/amd/pm: set VCN pg per instances
drm/amdgpu/gfx10: refine mgcg setting
drm/amdgpu: use MODE1 reset for navy_flounder by default
drm/amdgpu: disable runtime pm for navy_flounder
Nicholas Kazlauskas (2):
drm/amd/display: Reject overlay plane configurations in multi-display scenarios
drm/amd/powerplay: Fix hardmins not being sent to SMU for RV
Samson Tam (1):
drm/amd/display: Fix passive dongle mistaken as active dongle in EDID emulation
Sung Lee (1):
drm/amd/display: Send DISPLAY_OFF after power down on boot
Tao Zhou (1):
drm/amdgpu: add asd fw check before loading asd
Tong Zhang (1):
drm/amd/display: should check error using DC_OK
Wayne Lin (1):
drm/amd/display: Retry AUX write when fail occurs
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 5 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/nv.c | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 93 ++++++++++++----------
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 2 +-
.../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 10 +++
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 +-
drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 8 +-
drivers/gpu/drm/amd/display/dc/dc_stream.h | 2 +-
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 53 +++++++-----
.../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c | 8 ++
drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr.h | 2 +
drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 9 +--
.../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 22 ++---
.../gpu/drm/amd/powerplay/hwmgr/vega12_thermal.c | 21 ++---
.../gpu/drm/amd/powerplay/hwmgr/vega20_thermal.c | 21 ++---
drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 11 ++-
18 files changed, 164 insertions(+), 116 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next reply other threads:[~2020-08-26 20:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-26 20:08 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-10-09 2:49 [pull] amdgpu drm-fixes-5.9 Alex Deucher
2020-09-30 16:13 Alex Deucher
2020-08-13 3:36 Alex Deucher
2020-08-07 22:28 Alex Deucher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200826200801.17735-1-alexander.deucher@amd.com \
--to=alexdeucher@gmail.com \
--cc=airlied@gmail.com \
--cc=alexander.deucher@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=daniel.vetter@ffwll.ch \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox