Hi Linus,
Not much going on this week, nouveau has a display hw bug workaround, amdgpu has some PM fixes and CIK regression fixes, one single radeon PLL fix, and a couple of i915 display fixes.
Dave.
drm-fixes-2020-09-04: drm fixes for 5.9-rc4
amdgpu: - Fix for 32bit systems - SW CTF fix - Update for Sienna Cichlid - CIK bug fixes
radeon: - PLL fix
i915: - Clang build warning fix - HDCP fixes
nouveau: - display fixes The following changes since commit f75aef392f869018f78cfedf3c320a6b3fcfda6b:
Linux 5.9-rc3 (2020-08-30 16:01:54 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-04
for you to fetch changes up to d37d56920004cae612fa32d1f92aaacca5e145f7:
Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into drm-fixes (2020-09-04 11:14:49 +1000)
---------------------------------------------------------------- drm fixes for 5.9-rc4
amdgpu: - Fix for 32bit systems - SW CTF fix - Update for Sienna Cichlid - CIK bug fixes
radeon: - PLL fix
i915: - Clang build warning fix - HDCP fixes
nouveau: - display fixes
---------------------------------------------------------------- Ben Skeggs (3): drm/nouveau/kms/nv50-: add some whitespace before debug message drm/nouveau/kms/nv50-gp1xx: disable notifies again after core update drm/nouveau/kms/nv50-gp1xx: add WAR for EVO push buffer HW bug
Dave Airlie (3): Merge tag 'amd-drm-fixes-5.9-2020-09-03' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2020-09-03' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge branch 'linux-5.9' of git://github.com/skeggsb/linux into drm-fixes
Evan Quan (1): drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp setting
Jiansong Chen (1): drm/amd/pm: enable MP0 DPM for sienna_cichlid
Kai-Heng Feng (1): drm/radeon: Prefer lower feedback dividers
Kevin Wang (1): drm/amd/pm: fix is_dpm_running() run error on 32bit system
Lyude Paul (1): drm/nouveau/kms/gv100-: Include correct push header in crcc37d.c
Nathan Chancellor (1): drm/i915/display: Ensure that ret is always initialized in icl_combo_phy_verify_state
Sandeep Raghuraman (2): drm/amdgpu: Specify get_argument function for ci_smu_funcs drm/amdgpu: Fix bug in reporting voltage for CIK
Sean Paul (2): drm/i915: Fix sha_text population code drm/i915: Clear the repeater bit on HDCP disable
drivers/gpu/drm/amd/powerplay/arcturus_ppt.c | 10 +++++-- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 3 +- .../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 14 ++++++++-- drivers/gpu/drm/amd/powerplay/navi10_ppt.c | 10 +++++-- drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c | 14 +++++++--- drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 ++ drivers/gpu/drm/i915/display/intel_combo_phy.c | 4 +-- drivers/gpu/drm/i915/display/intel_hdcp.c | 32 ++++++++++++++++++---- drivers/gpu/drm/nouveau/dispnv50/core507d.c | 5 +++- drivers/gpu/drm/nouveau/dispnv50/crcc37d.c | 2 +- drivers/gpu/drm/nouveau/dispnv50/disp.c | 6 ++++ drivers/gpu/drm/nouveau/include/nvif/push507c.h | 2 +- drivers/gpu/drm/radeon/radeon_display.c | 2 +- include/drm/drm_hdcp.h | 3 ++ 14 files changed, 84 insertions(+), 25 deletions(-)
On Thu, Sep 3, 2020 at 8:53 PM Dave Airlie airlied@gmail.com wrote:
Not much going on this week, nouveau has a display hw bug workaround, amdgpu has some PM fixes and CIK regression fixes, one single radeon PLL fix, and a couple of i915 display fixes.
Any movement on the i915 relocation issue? I've only seen the one report for the 64-bit case, but clearly there was more going on than just the missing page table flush on 32-bit..
Linus
Linus Torvalds [04.09.2020 21:02]:
On Thu, Sep 3, 2020 at 8:53 PM Dave Airlie airlied@gmail.com wrote:
Not much going on this week, nouveau has a display hw bug workaround, amdgpu has some PM fixes and CIK regression fixes, one single radeon PLL fix, and a couple of i915 display fixes.
Any movement on the i915 relocation issue? I've only seen the one report for the 64-bit case, but clearly there was more going on than just the missing page table flush on 32-bit..
Still doesn't work without the three reverts (763fedd6a216, 9e0f9464e2ab, 7ac2d2536dfa)...
On Fri, Sep 4, 2020 at 2:51 PM Harald Arnesen harald@skogtun.org wrote:
Still doesn't work without the three reverts (763fedd6a216, 9e0f9464e2ab, 7ac2d2536dfa)...
So this didn't make rc4, but it's in my tree now.
Harald, I'm assuming things work for you again now with the current git tree, but it is always good to double-check in case something else interacted with the reverts...
Linus
Linus Torvalds [08.09.2020 20:19]:
On Fri, Sep 4, 2020 at 2:51 PM Harald Arnesen harald@skogtun.org wrote:
Still doesn't work without the three reverts (763fedd6a216, 9e0f9464e2ab, 7ac2d2536dfa)...
So this didn't make rc4, but it's in my tree now.
Harald, I'm assuming things work for you again now with the current git tree, but it is always good to double-check in case something else interacted with the reverts...
I can confirm that everything works as expected now. Thanks to all!
On Sat, 5 Sep 2020 at 05:02, Linus Torvalds torvalds@linux-foundation.org wrote:
On Thu, Sep 3, 2020 at 8:53 PM Dave Airlie airlied@gmail.com wrote:
Not much going on this week, nouveau has a display hw bug workaround, amdgpu has some PM fixes and CIK regression fixes, one single radeon PLL fix, and a couple of i915 display fixes.
Any movement on the i915 relocation issue? I've only seen the one report for the 64-bit case, but clearly there was more going on than just the missing page table flush on 32-bit..
I'm going to pull in the reverts this week I think, Intel are changing some part of their patchflows to me, but the 5.10 queue had to revert some stuff in this area for other reasons, so I'd like to sanely get those into 5.9 as well.
Dave.
The pull request you sent on Fri, 4 Sep 2020 13:52:56 +1000:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-04
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/cf85f5de83b19361c3d575fa0ea05d8194bb0d05
Thank you!
dri-devel@lists.freedesktop.org