All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.9-rc4
@ 2020-09-04  3:52 ` Dave Airlie
  0 siblings, 0 replies; 14+ messages in thread
From: Dave Airlie @ 2020-09-04  3:52 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

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

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

* [git pull] drm fixes for 5.9-rc4
@ 2020-09-04  3:52 ` Dave Airlie
  0 siblings, 0 replies; 14+ messages in thread
From: Dave Airlie @ 2020-09-04  3:52 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: LKML, dri-devel

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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-04  3:52 ` Dave Airlie
@ 2020-09-04 19:02   ` Linus Torvalds
  -1 siblings, 0 replies; 14+ messages in thread
From: Linus Torvalds @ 2020-09-04 19:02 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, dri-devel, LKML

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

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-04 19:02   ` Linus Torvalds
  0 siblings, 0 replies; 14+ messages in thread
From: Linus Torvalds @ 2020-09-04 19:02 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, LKML, dri-devel

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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-04  3:52 ` Dave Airlie
@ 2020-09-04 20:49   ` pr-tracker-bot
  -1 siblings, 0 replies; 14+ messages in thread
From: pr-tracker-bot @ 2020-09-04 20:49 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-04 20:49   ` pr-tracker-bot
  0 siblings, 0 replies; 14+ messages in thread
From: pr-tracker-bot @ 2020-09-04 20:49 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, Linus Torvalds, LKML, dri-devel

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-04 19:02   ` Linus Torvalds
@ 2020-09-04 21:51     ` Harald Arnesen
  -1 siblings, 0 replies; 14+ messages in thread
From: Harald Arnesen @ 2020-09-04 21:51 UTC (permalink / raw)
  To: Linus Torvalds, Dave Airlie; +Cc: Daniel Vetter, dri-devel, LKML

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

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-04 21:51     ` Harald Arnesen
  0 siblings, 0 replies; 14+ messages in thread
From: Harald Arnesen @ 2020-09-04 21:51 UTC (permalink / raw)
  To: Linus Torvalds, Dave Airlie; +Cc: Daniel Vetter, LKML, dri-devel

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)...
-- 
Hilsen Harald
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-04 19:02   ` Linus Torvalds
@ 2020-09-06 20:33     ` Dave Airlie
  -1 siblings, 0 replies; 14+ messages in thread
From: Dave Airlie @ 2020-09-06 20:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Daniel Vetter, dri-devel, LKML

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.

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-06 20:33     ` Dave Airlie
  0 siblings, 0 replies; 14+ messages in thread
From: Dave Airlie @ 2020-09-06 20:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Daniel Vetter, LKML, dri-devel

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.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-04 21:51     ` Harald Arnesen
@ 2020-09-08 18:19       ` Linus Torvalds
  -1 siblings, 0 replies; 14+ messages in thread
From: Linus Torvalds @ 2020-09-08 18:19 UTC (permalink / raw)
  To: Harald Arnesen; +Cc: Dave Airlie, Daniel Vetter, dri-devel, LKML

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

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-08 18:19       ` Linus Torvalds
  0 siblings, 0 replies; 14+ messages in thread
From: Linus Torvalds @ 2020-09-08 18:19 UTC (permalink / raw)
  To: Harald Arnesen; +Cc: Daniel Vetter, LKML, dri-devel

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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [git pull] drm fixes for 5.9-rc4
  2020-09-08 18:19       ` Linus Torvalds
@ 2020-09-09 11:02         ` Harald Arnesen
  -1 siblings, 0 replies; 14+ messages in thread
From: Harald Arnesen @ 2020-09-09 11:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Dave Airlie, Daniel Vetter, dri-devel, LKML

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!
-- 
Hilsen Harald

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

* Re: [git pull] drm fixes for 5.9-rc4
@ 2020-09-09 11:02         ` Harald Arnesen
  0 siblings, 0 replies; 14+ messages in thread
From: Harald Arnesen @ 2020-09-09 11:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Daniel Vetter, LKML, dri-devel

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!
-- 
Hilsen Harald
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-09-10  7:23 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  3:52 [git pull] drm fixes for 5.9-rc4 Dave Airlie
2020-09-04  3:52 ` Dave Airlie
2020-09-04 19:02 ` Linus Torvalds
2020-09-04 19:02   ` Linus Torvalds
2020-09-04 21:51   ` Harald Arnesen
2020-09-04 21:51     ` Harald Arnesen
2020-09-08 18:19     ` Linus Torvalds
2020-09-08 18:19       ` Linus Torvalds
2020-09-09 11:02       ` Harald Arnesen
2020-09-09 11:02         ` Harald Arnesen
2020-09-06 20:33   ` Dave Airlie
2020-09-06 20:33     ` Dave Airlie
2020-09-04 20:49 ` pr-tracker-bot
2020-09-04 20:49   ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.