All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.8
@ 2020-07-23  3:26 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-23  3:26 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Couple of fixes for 5.8.

The following changes since commit adbe8a3cae94a63e9f416795c750237a9b789124:

  Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-07-17 13:29:00 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-22

for you to fetch changes up to 38e0c89a19fd13f28d2b4721035160a3e66e270b:

  drm/amdgpu: Fix NULL dereference in dpm sysfs handlers (2020-07-21 16:00:01 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-22:

amdgpu:
- Fix crash when overclocking VegaM
- Fix possible crash when editing dpm levels

----------------------------------------------------------------
Paweł Gronowski (1):
      drm/amdgpu: Fix NULL dereference in dpm sysfs handlers

Qiu Wenbo (1):
      drm/amd/powerplay: fix a crash when overclocking Vega M

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c              |  9 +++------
 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 10 ++++++----
 2 files changed, 9 insertions(+), 10 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-23  3:26 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-23  3:26 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Couple of fixes for 5.8.

The following changes since commit adbe8a3cae94a63e9f416795c750237a9b789124:

  Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-07-17 13:29:00 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-22

for you to fetch changes up to 38e0c89a19fd13f28d2b4721035160a3e66e270b:

  drm/amdgpu: Fix NULL dereference in dpm sysfs handlers (2020-07-21 16:00:01 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-22:

amdgpu:
- Fix crash when overclocking VegaM
- Fix possible crash when editing dpm levels

----------------------------------------------------------------
Paweł Gronowski (1):
      drm/amdgpu: Fix NULL dereference in dpm sysfs handlers

Qiu Wenbo (1):
      drm/amd/powerplay: fix a crash when overclocking Vega M

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c              |  9 +++------
 drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 10 ++++++----
 2 files changed, 9 insertions(+), 10 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [pull] amdgpu drm-fixes-5.8
  2020-07-30  3:36 ` Alex Deucher
@ 2020-07-30 15:06   ` Alex Deucher
  -1 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-30 15:06 UTC (permalink / raw)
  To: amd-gfx list, Maling list - DRI developers, Dave Airlie, Daniel Vetter
  Cc: Alex Deucher

On Wed, Jul 29, 2020 at 11:36 PM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> Hi Dave, Daniel,
>
> A few fixes for 5.8.  It would be nice to get these in for 5.8 final, but if
> it's too late, they can go back via stable from 5.9.

Ignore this one.  The NULL pointer regression fix didn't fully fix the
issue, so I'm going to send a new PR with a revert of the original
patch.

Sorry for the confusion.

Alex

>
> The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:
>
>   Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)
>
> are available in the Git repository at:
>
>   git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29
>
> for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:
>
>   drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)
>
> ----------------------------------------------------------------
> amd-drm-fixes-5.8-2020-07-29:
>
> amdgpu:
> - Fix a regression caused by a NULL pointer fix
> - Fix potential kernel info leak
> - Fix a use-after-free bug that was uncovered by another change in 5.7
>
> ----------------------------------------------------------------
> Mazin Rezk (1):
>       drm/amd/display: Clear dm_state for fast updates
>
> Paweł Gronowski (1):
>       drm/amdgpu: Fix regression in adjusting power table/profile
>
> Peilin Ye (1):
>       drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |  3 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            |  9 ++++--
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------
>  3 files changed, 36 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] 12+ messages in thread

* Re: [pull] amdgpu drm-fixes-5.8
@ 2020-07-30 15:06   ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-30 15:06 UTC (permalink / raw)
  To: amd-gfx list, Maling list - DRI developers, Dave Airlie, Daniel Vetter
  Cc: Alex Deucher

On Wed, Jul 29, 2020 at 11:36 PM Alex Deucher <alexdeucher@gmail.com> wrote:
>
> Hi Dave, Daniel,
>
> A few fixes for 5.8.  It would be nice to get these in for 5.8 final, but if
> it's too late, they can go back via stable from 5.9.

Ignore this one.  The NULL pointer regression fix didn't fully fix the
issue, so I'm going to send a new PR with a revert of the original
patch.

Sorry for the confusion.

Alex

>
> The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:
>
>   Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)
>
> are available in the Git repository at:
>
>   git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29
>
> for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:
>
>   drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)
>
> ----------------------------------------------------------------
> amd-drm-fixes-5.8-2020-07-29:
>
> amdgpu:
> - Fix a regression caused by a NULL pointer fix
> - Fix potential kernel info leak
> - Fix a use-after-free bug that was uncovered by another change in 5.7
>
> ----------------------------------------------------------------
> Mazin Rezk (1):
>       drm/amd/display: Clear dm_state for fast updates
>
> Paweł Gronowski (1):
>       drm/amdgpu: Fix regression in adjusting power table/profile
>
> Peilin Ye (1):
>       drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
>
>  drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |  3 +-
>  drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            |  9 ++++--
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------
>  3 files changed, 36 insertions(+), 12 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-30  3:36 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-30  3:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A few fixes for 5.8.  It would be nice to get these in for 5.8 final, but if
it's too late, they can go back via stable from 5.9.

The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:

  Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29

for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:

  drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-29:

amdgpu:
- Fix a regression caused by a NULL pointer fix
- Fix potential kernel info leak
- Fix a use-after-free bug that was uncovered by another change in 5.7

----------------------------------------------------------------
Mazin Rezk (1):
      drm/amd/display: Clear dm_state for fast updates

Paweł Gronowski (1):
      drm/amdgpu: Fix regression in adjusting power table/profile

Peilin Ye (1):
      drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()

 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            |  9 ++++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------
 3 files changed, 36 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] 12+ messages in thread

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-30  3:36 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-30  3:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

A few fixes for 5.8.  It would be nice to get these in for 5.8 final, but if
it's too late, they can go back via stable from 5.9.

The following changes since commit a4a2739beb8933a19281bca077fdb852598803ed:

  Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-07-29 12:46:58 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-29

for you to fetch changes up to a4f8b953a42ef6f3655dcf83d560528b9f4162dc:

  drm/amd/display: Clear dm_state for fast updates (2020-07-29 23:17:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-29:

amdgpu:
- Fix a regression caused by a NULL pointer fix
- Fix potential kernel info leak
- Fix a use-after-free bug that was uncovered by another change in 5.7

----------------------------------------------------------------
Mazin Rezk (1):
      drm/amd/display: Clear dm_state for fast updates

Paweł Gronowski (1):
      drm/amdgpu: Fix regression in adjusting power table/profile

Peilin Ye (1):
      drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()

 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c           |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            |  9 ++++--
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +++++++++++++++++------
 3 files changed, 36 insertions(+), 12 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-15 21:39 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-15 21:39 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 38794a5465b752118098e36cf95c59083f9f1f88:

  Merge tag 'amd-drm-fixes-5.8-2020-07-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-07-10 07:02:02 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-15

for you to fetch changes up to 05051496b2622e4d12e2036b35165969aa502f89:

  drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() (2020-07-14 15:42:17 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-15:

amdgpu:
- Fix a race condition with KIQ
- Preemption fix
- Fix handling of fake MST encoders
- OLED panel fix
- Handle allocation failure in stream construction
- Renoir SMC fix
- SDMA 5.x fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/display: create fake mst encoders ahead of time (v4)

Jack Xiao (2):
      drm/amdgpu/gfx10: fix race condition for kiq
      drm/amdgpu: fix preemption unit test

Josip Pavic (1):
      drm/amd/display: handle failed allocation during stream construction

Xiaojie Yuan (1):
      drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()

chen gong (1):
      drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode

hersen wu (1):
      drm/amd/display: OLED panel backlight adjust not work with external display connected

 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        | 20 ++++++--
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  9 +++-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c             | 26 ++++-------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 14 ++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  | 11 ++++-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 53 +++++++++++-----------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |  3 ++
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    | 19 ++++++--
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |  2 +-
 9 files changed, 101 insertions(+), 56 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-15 21:39 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-15 21:39 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 38794a5465b752118098e36cf95c59083f9f1f88:

  Merge tag 'amd-drm-fixes-5.8-2020-07-09' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-07-10 07:02:02 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-15

for you to fetch changes up to 05051496b2622e4d12e2036b35165969aa502f89:

  drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr() (2020-07-14 15:42:17 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-15:

amdgpu:
- Fix a race condition with KIQ
- Preemption fix
- Fix handling of fake MST encoders
- OLED panel fix
- Handle allocation failure in stream construction
- Renoir SMC fix
- SDMA 5.x fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/display: create fake mst encoders ahead of time (v4)

Jack Xiao (2):
      drm/amdgpu/gfx10: fix race condition for kiq
      drm/amdgpu: fix preemption unit test

Josip Pavic (1):
      drm/amd/display: handle failed allocation during stream construction

Xiaojie Yuan (1):
      drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()

chen gong (1):
      drm/amdgpu/powerplay: Modify SMC message name for setting power profile mode

hersen wu (1):
      drm/amd/display: OLED panel backlight adjust not work with external display connected

 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        | 20 ++++++--
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  9 +++-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c             | 26 ++++-------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 14 ++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h  | 11 ++++-
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    | 53 +++++++++++-----------
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h    |  3 ++
 drivers/gpu/drm/amd/display/dc/core/dc_stream.c    | 19 ++++++--
 drivers/gpu/drm/amd/powerplay/renoir_ppt.c         |  2 +-
 9 files changed, 101 insertions(+), 56 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-01 19:44 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-01 19:44 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 5b83c254571b26e6b6110019929dc9729e5c59d1:

  Merge tag 'amd-drm-fixes-5.8-2020-06-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-06-25 14:51:14 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-01

for you to fetch changes up to beaf10efca64ac824240838ab1f054dfbefab5e6:

  drm/amdgpu: use %u rather than %d for sclk/mclk (2020-07-01 14:20:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-01:

amdgpu:
- Fix for vega20 boards without RAS support
- DC bandwidth revalidation fix
- Fix Renoir vram info fetching
- Fix hwmon freq printing

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/atomfirmware: fix vram_info fetching for renoir
      drm/amdgpu: use %u rather than %d for sclk/mclk

Ivan Mironov (1):
      drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RAS

Nicholas Kazlauskas (1):
      drm/amd/display: Only revalidate bandwidth on medium and fast updates

 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c               |  4 ++--
 drivers/gpu/drm/amd/display/dc/core/dc.c             | 10 ++++++----
 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c | 11 +++++++----
 4 files changed, 16 insertions(+), 10 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-07-01 19:44 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-07-01 19:44 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 5b83c254571b26e6b6110019929dc9729e5c59d1:

  Merge tag 'amd-drm-fixes-5.8-2020-06-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2020-06-25 14:51:14 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-01

for you to fetch changes up to beaf10efca64ac824240838ab1f054dfbefab5e6:

  drm/amdgpu: use %u rather than %d for sclk/mclk (2020-07-01 14:20:23 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-07-01:

amdgpu:
- Fix for vega20 boards without RAS support
- DC bandwidth revalidation fix
- Fix Renoir vram info fetching
- Fix hwmon freq printing

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/atomfirmware: fix vram_info fetching for renoir
      drm/amdgpu: use %u rather than %d for sclk/mclk

Ivan Mironov (1):
      drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RAS

Nicholas Kazlauskas (1):
      drm/amd/display: Only revalidate bandwidth on medium and fast updates

 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c               |  4 ++--
 drivers/gpu/drm/amd/display/dc/core/dc.c             | 10 ++++++----
 drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c | 11 +++++++----
 4 files changed, 16 insertions(+), 10 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-06-04 18:19 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-06-04 18:19 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 9ca1f474cea0edc14a1d7ec933e5472c0ff115d3:

  Merge tag 'amd-drm-next-5.8-2020-05-27' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-05-28 16:10:17 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-06-04

for you to fetch changes up to a24eaa5c51255b344d5a321f1eeb3205f2775498:

  drm/amd/display: Revalidate bandwidth before commiting DC updates (2020-06-03 15:33:06 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-06-04

amdgpu:
- Prevent hwmon accesses while GPU is in reset
- CTF interrupt fix
- Backlight fix for renoir
- Fix for display sync groups
- Display bandwidth validation workaround

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/pm: return an error during GPU reset or suspend (v2)
      drm/amdgpu/display: use blanked rather than plane state for sync groups

Evan Quan (1):
      drm/amd/powerplay: ack the SMUToHost interrupt on receive V2

Harry Wentland (1):
      Revert "drm/amd/display: disable dcn20 abm feature for bring up"

Nicholas Kazlauskas (1):
      drm/amd/display: Revalidate bandwidth before commiting DC updates

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            | 171 ++++++++++++++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  11 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c          |  30 +++-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c         |   6 +
 4 files changed, 207 insertions(+), 11 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [pull] amdgpu drm-fixes-5.8
@ 2020-06-04 18:19 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-06-04 18:19 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.8.

The following changes since commit 9ca1f474cea0edc14a1d7ec933e5472c0ff115d3:

  Merge tag 'amd-drm-next-5.8-2020-05-27' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-05-28 16:10:17 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-06-04

for you to fetch changes up to a24eaa5c51255b344d5a321f1eeb3205f2775498:

  drm/amd/display: Revalidate bandwidth before commiting DC updates (2020-06-03 15:33:06 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.8-2020-06-04

amdgpu:
- Prevent hwmon accesses while GPU is in reset
- CTF interrupt fix
- Backlight fix for renoir
- Fix for display sync groups
- Display bandwidth validation workaround

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/pm: return an error during GPU reset or suspend (v2)
      drm/amdgpu/display: use blanked rather than plane state for sync groups

Evan Quan (1):
      drm/amd/powerplay: ack the SMUToHost interrupt on receive V2

Harry Wentland (1):
      Revert "drm/amd/display: disable dcn20 abm feature for bring up"

Nicholas Kazlauskas (1):
      drm/amd/display: Revalidate bandwidth before commiting DC updates

 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c            | 171 ++++++++++++++++++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  11 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c          |  30 +++-
 drivers/gpu/drm/amd/powerplay/smu_v11_0.c         |   6 +
 4 files changed, 207 insertions(+), 11 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2020-07-30 15:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23  3:26 [pull] amdgpu drm-fixes-5.8 Alex Deucher
2020-07-23  3:26 ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2020-07-30  3:36 Alex Deucher
2020-07-30  3:36 ` Alex Deucher
2020-07-30 15:06 ` Alex Deucher
2020-07-30 15:06   ` Alex Deucher
2020-07-15 21:39 Alex Deucher
2020-07-15 21:39 ` Alex Deucher
2020-07-01 19:44 Alex Deucher
2020-07-01 19:44 ` Alex Deucher
2020-06-04 18:19 Alex Deucher
2020-06-04 18:19 ` Alex Deucher

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.