All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] radeon, amdgpu drm-fixes-5.13
@ 2021-05-20  2:25 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-05-20  2:25 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.13.

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-05-19

for you to fetch changes up to a2b4785f01280a4291edb9fda69032fc2e4bfd3f:

  drm/amdgpu: stop touching sched.ready in the backend (2021-05-19 18:07:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.13-2021-05-19:

amdgpu:
- Fix downscaling ratio on DCN3.x
- Fix for non-4K pages
- PCO/RV compute hang fix
- Dongle fix
- Aldebaran codec query support
- Refcount leak fix
- Use after free fix
- Navi12 golden settings updates
- GPU reset fixes

radeon:
- Fix for imported BO handling

----------------------------------------------------------------
Changfeng (1):
      drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang

Chris Park (1):
      drm/amd/display: Disconnect non-DP with no EDID

Christian König (2):
      drm/radeon: use the dummy page for GART if needed
      drm/amdgpu: stop touching sched.ready in the backend

Guchun Chen (2):
      drm/amdgpu: update gc golden setting for Navi12
      drm/amdgpu: update sdma golden setting for Navi12

James Zhu (1):
      drm/amdgpu: add video_codecs query support for aldebaran

Jingwen Chen (1):
      drm/amd/amdgpu: fix refcount leak

Lang Yu (1):
      drm/amd/amdgpu: fix a potential deadlock in gpu reset

Nikola Cornij (1):
      drm/amd/display: Use the correct max downscaling value for DCN3.x family

Yi Li (1):
      drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZE

xinhui pan (1):
      drm/amdgpu: Fix a use-after-free

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c                 |  3 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c                |  3 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c                 |  6 ++++--
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c                  | 10 +++++++---
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c                 |  2 --
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c                 |  2 --
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c                 |  4 ++++
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c                 |  5 -----
 drivers/gpu/drm/amd/amdgpu/soc15.c                     |  3 +--
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c                  |  8 +-------
 drivers/gpu/drm/amd/display/dc/core/dc_link.c          | 18 ++++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  |  7 ++++---
 .../gpu/drm/amd/display/dc/dcn301/dcn301_resource.c    |  7 ++++---
 .../gpu/drm/amd/display/dc/dcn302/dcn302_resource.c    |  7 ++++---
 drivers/gpu/drm/radeon/radeon_gart.c                   |  3 ++-
 16 files changed, 54 insertions(+), 35 deletions(-)

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

* [pull] radeon, amdgpu drm-fixes-5.13
@ 2021-05-20  2:25 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-05-20  2:25 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.13.

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-05-19

for you to fetch changes up to a2b4785f01280a4291edb9fda69032fc2e4bfd3f:

  drm/amdgpu: stop touching sched.ready in the backend (2021-05-19 18:07:43 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.13-2021-05-19:

amdgpu:
- Fix downscaling ratio on DCN3.x
- Fix for non-4K pages
- PCO/RV compute hang fix
- Dongle fix
- Aldebaran codec query support
- Refcount leak fix
- Use after free fix
- Navi12 golden settings updates
- GPU reset fixes

radeon:
- Fix for imported BO handling

----------------------------------------------------------------
Changfeng (1):
      drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang

Chris Park (1):
      drm/amd/display: Disconnect non-DP with no EDID

Christian König (2):
      drm/radeon: use the dummy page for GART if needed
      drm/amdgpu: stop touching sched.ready in the backend

Guchun Chen (2):
      drm/amdgpu: update gc golden setting for Navi12
      drm/amdgpu: update sdma golden setting for Navi12

James Zhu (1):
      drm/amdgpu: add video_codecs query support for aldebaran

Jingwen Chen (1):
      drm/amd/amdgpu: fix refcount leak

Lang Yu (1):
      drm/amd/amdgpu: fix a potential deadlock in gpu reset

Nikola Cornij (1):
      drm/amd/display: Use the correct max downscaling value for DCN3.x family

Yi Li (1):
      drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZE

xinhui pan (1):
      drm/amdgpu: Fix a use-after-free

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c                 |  3 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c                |  3 ++-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c                 |  6 ++++--
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c                  | 10 +++++++---
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c                 |  2 --
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c                 |  2 --
 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c                 |  4 ++++
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c                 |  5 -----
 drivers/gpu/drm/amd/amdgpu/soc15.c                     |  3 +--
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c                  |  8 +-------
 drivers/gpu/drm/amd/display/dc/core/dc_link.c          | 18 ++++++++++++++++++
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  |  7 ++++---
 .../gpu/drm/amd/display/dc/dcn301/dcn301_resource.c    |  7 ++++---
 .../gpu/drm/amd/display/dc/dcn302/dcn302_resource.c    |  7 ++++---
 drivers/gpu/drm/radeon/radeon_gart.c                   |  3 ++-
 16 files changed, 54 insertions(+), 35 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* [pull] radeon, amdgpu drm-fixes-5.13
@ 2021-05-06  3:39 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-05-06  3:39 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.13.

The following changes since commit a1a1ca70deb3ec600eeabb21de7f3f48aaae5695:

  Merge tag 'drm-misc-next-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2021-04-23 13:53:07 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-05-05

for you to fetch changes up to 234055fd9728e6726787bc63b24b6450034876cf:

  drm/amdgpu: Use device specific BO size & stride check. (2021-05-05 23:09:54 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.13-2021-05-05:

amdgpu:
- MPO hang workaround
- Fix for concurrent VM flushes on vega/navi
- dcefclk is not adjustable on navi1x and newer
- MST HPD debugfs fix
- Suspend/resumes fixes
- Register VGA clients late in case driver fails to load
- Fix GEM leak in user framebuffer create
- Add support for polaris12 with 32 bit memory interface
- Fix duplicate cursor issue when using overlay
- Fix corruption with tiled surfaces on VCN3
- Add BO size and stride check to fix BO size verification

radeon:
- Fix off-by-one in power state parsing
- Fix possible memory leak in power state parsing

----------------------------------------------------------------
Bas Nieuwenhuizen (2):
      drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.
      drm/amdgpu: Use device specific BO size & stride check.

Christian König (1):
      drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2

Darren Powell (2):
      amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
      amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpus

Evan Quan (1):
      drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC

Harry Wentland (1):
      drm/amd/display: Reject non-zero src_y and src_x for video planes

Kai-Heng Feng (1):
      drm/amdgpu: Register VGA clients after init can no longer fail

Kees Cook (2):
      drm/radeon: Fix off-by-one power_state index heap overwrite
      drm/radeon: Avoid power table parsing memory leaks

Mikita Lipski (1):
      drm/amd/display: fix wrong statement in mst hpd debugfs

Pavan Kumar Ramayanam (1):
      drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardown

Rodrigo Siqueira (1):
      drm/amd/display: Fix two cursor duplication when using overlay

Simon Ser (1):
      amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_create

Tom Rix (1):
      drm/amd/pm: initialize variable

Victor Zhao (1):
      drm/amdgpu: fix r initial values

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  28 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        | 184 ++++++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c            |  19 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |   1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              |  13 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |   4 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  68 ++++++++
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |   2 +-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  10 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |   5 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   4 +-
 drivers/gpu/drm/radeon/radeon_atombios.c           |  26 ++-
 14 files changed, 328 insertions(+), 45 deletions(-)

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

* [pull] radeon, amdgpu drm-fixes-5.13
@ 2021-05-06  3:39 ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-05-06  3:39 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.13.

The following changes since commit a1a1ca70deb3ec600eeabb21de7f3f48aaae5695:

  Merge tag 'drm-misc-next-fixes-2021-04-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2021-04-23 13:53:07 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-05-05

for you to fetch changes up to 234055fd9728e6726787bc63b24b6450034876cf:

  drm/amdgpu: Use device specific BO size & stride check. (2021-05-05 23:09:54 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.13-2021-05-05:

amdgpu:
- MPO hang workaround
- Fix for concurrent VM flushes on vega/navi
- dcefclk is not adjustable on navi1x and newer
- MST HPD debugfs fix
- Suspend/resumes fixes
- Register VGA clients late in case driver fails to load
- Fix GEM leak in user framebuffer create
- Add support for polaris12 with 32 bit memory interface
- Fix duplicate cursor issue when using overlay
- Fix corruption with tiled surfaces on VCN3
- Add BO size and stride check to fix BO size verification

radeon:
- Fix off-by-one in power state parsing
- Fix possible memory leak in power state parsing

----------------------------------------------------------------
Bas Nieuwenhuizen (2):
      drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.
      drm/amdgpu: Use device specific BO size & stride check.

Christian König (1):
      drm/amdgpu: fix concurrent VM flushes on Vega/Navi v2

Darren Powell (2):
      amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
      amdgpu/pm: set pp_dpm_dcefclk to readonly on NAVI10 and newer gpus

Evan Quan (1):
      drm/amdgpu: add new MC firmware for Polaris12 32bit ASIC

Harry Wentland (1):
      drm/amd/display: Reject non-zero src_y and src_x for video planes

Kai-Heng Feng (1):
      drm/amdgpu: Register VGA clients after init can no longer fail

Kees Cook (2):
      drm/radeon: Fix off-by-one power_state index heap overwrite
      drm/radeon: Avoid power table parsing memory leaks

Mikita Lipski (1):
      drm/amd/display: fix wrong statement in mst hpd debugfs

Pavan Kumar Ramayanam (1):
      drm/amdgpu: Handling of amdgpu_device_resume return value for graceful teardown

Rodrigo Siqueira (1):
      drm/amd/display: Fix two cursor duplication when using overlay

Simon Ser (1):
      amdgpu: fix GEM obj leak in amdgpu_display_user_framebuffer_create

Tom Rix (1):
      drm/amd/pm: initialize variable

Victor Zhao (1):
      drm/amdgpu: fix r initial values

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  28 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        | 184 ++++++++++++++++++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c            |  19 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |   1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              |  13 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |   4 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  68 ++++++++
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  |   2 +-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  10 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |   5 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   4 +-
 drivers/gpu/drm/radeon/radeon_atombios.c           |  26 ++-
 14 files changed, 328 insertions(+), 45 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2021-05-20  2:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20  2:25 [pull] radeon, amdgpu drm-fixes-5.13 Alex Deucher
2021-05-20  2:25 ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2021-05-06  3:39 Alex Deucher
2021-05-06  3:39 ` 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.