From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
daniel.vetter-/w4YWyX8dFk@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] amdgpu drm-fixes-5.4
Date: Thu, 19 Sep 2019 10:38:17 -0500 [thread overview]
Message-ID: <20190919153817.3615-1-alexander.deucher@amd.com> (raw)
Hi Dave, Daniel,
A few fixes for 5.4.
The following changes since commit 945b584c94f8c665b2df3834a8a6a8faf256cd5f:
Merge branch 'linux-5.4' of git://github.com/skeggsb/linux into drm-next (2019-09-17 16:31:34 +1000)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-09-19
for you to fetch changes up to e16a7cbced7110866dcde84e504909ea85099bbd:
drm/amdgpu: flag navi12 and 14 as experimental for 5.4 (2019-09-18 08:29:30 -0500)
----------------------------------------------------------------
drm-fixes-5.4-2019-09-19:
amdgpu:
- Add more navi12 and navi14 PCI ids
- Misc fixes for renoir
- Fix bandwidth issues with multiple displays on vega20
- Support for Dali
- Fix a possible oops with KFD on hawaii
- Fix for backlight level after resume on some APUs
- Other misc fixes
----------------------------------------------------------------
Aaron Liu (3):
drm/amdgpu: disable stutter mode for renoir
drm/amd/display: update renoir_ip_offset.h
drm/amdgpu: remove program of lbpw for renoir
Alex Deucher (1):
drm/amdgpu: flag navi12 and 14 as experimental for 5.4
Andrey Grodzovsky (2):
drm/amdgpu: Add smu lock around in pp_smu_i2c_bus_access
drm/amdgpu: Remove clock gating restore.
Bhawanpreet Lakha (2):
drm/amd/display: add Asic ID for Dali
drm/amd/display: Implement voltage limitation for dali
Charlene Liu (1):
drm/amd/display: dce11.x /dce12 update formula input
Felix Kuehling (1):
drm/amdgpu: Fix KFD-related kernel oops on Hawaii
Hans de Goede (1):
drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
Jay Cornwall (1):
drm/amdkfd: Swap trap temporary registers in gfx10 trap handler
Kai-Heng Feng (1):
drm/amd/display: Restore backlight brightness after system resume
Prike Liang (2):
drm/amd/amdgpu: power up sdma engine when S3 resume back
drm/amd/powerplay: implement sysfs for getting dpm clock
Roman Li (1):
drm/amd/display: Add stereo mux and dig programming calls for dcn21
Tianci.Yin (2):
drm/amdgpu: add navi14 PCI ID for work station SKU
drm/amdgpu: add navi12 pci id
Trek (1):
drm/amdgpu: Check for valid number of registers to read
Zhan Liu (1):
drm/amd/display: Add missing HBM support and raise Vega20's uclk.
drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 7 ++-
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 3 +
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 -
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 10 ++--
drivers/gpu/drm/amd/amdgpu/smu_v11_0_i2c.c | 10 +++-
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h | 6 +-
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm | 10 ++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +
drivers/gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 4 ++
.../amd/display/dc/clk_mgr/dce110/dce110_clk_mgr.c | 25 ++++++--
drivers/gpu/drm/amd/display/dc/dce/dce_mem_input.c | 4 +-
.../drm/amd/display/dc/dce112/dce112_resource.c | 16 +++--
.../drm/amd/display/dc/dce120/dce120_resource.c | 11 +++-
.../amd/display/dc/gpio/dcn21/hw_factory_dcn21.c | 38 +++++++++++-
.../amd/display/dc/gpio/dcn21/hw_translate_dcn21.c | 3 +-
drivers/gpu/drm/amd/display/dc/inc/resource.h | 2 +
drivers/gpu/drm/amd/display/include/dal_asic_id.h | 7 ++-
drivers/gpu/drm/amd/include/renoir_ip_offset.h | 2 +-
drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 7 ++-
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 3 +
drivers/gpu/drm/amd/powerplay/renoir_ppt.c | 70 ++++++++++++++++++++++
drivers/gpu/drm/amd/powerplay/renoir_ppt.h | 25 ++++++++
drivers/gpu/drm/radeon/radeon_drv.c | 31 ++++++++++
drivers/gpu/drm/radeon/radeon_kms.c | 25 --------
26 files changed, 262 insertions(+), 67 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
next reply other threads:[~2019-09-19 15:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-19 15:38 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-09-25 21:35 [pull] amdgpu drm-fixes-5.4 Alex Deucher
2019-10-02 20:49 Alex Deucher
2019-10-10 3:10 Alex Deucher
2019-10-24 3:18 Alex Deucher
2019-10-24 3:18 ` Alex Deucher
2019-11-14 22:13 Alex Deucher
2019-11-20 23:51 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=20190919153817.3615-1-alexander.deucher@amd.com \
--to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
--cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=daniel.vetter-/w4YWyX8dFk@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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