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

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit f2fa07b39fafb2a5f49c71a504862c5efa57d03e:

  drm/amd/amdkfd: Surface files in Sysfs to allow users to get number of compute units that are in use. (2020-09-30 15:26:27 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-09

for you to fetch changes up to 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:

  drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-09:

amdgpu:
- Clean up indirect register access
- Navy Flounder fixes
- SMU11 AC/DC interrupt fixes
- GPUVM alignment fix
- Display fixes
- Misc other fixes

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/swsmu: add interrupt work function
      drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
      drm/amdgpu/swsmu: fix ARC build errors
      drm/amdgpu: prevent spurious warning

Alex Sierra (1):
      drm/amdgpu: align frag_end to covered address space

Alvin Lee (1):
      drm/amd/display: Don't allow pstate if no support in blank

Chris Park (1):
      drm/amd/display: Change to correct unit on audio rate

Dirk Gouders (1):
      drm/amdgpu: fix NULL pointer dereference for Renoir

Dmytro Laktyushkin (1):
      drm/amd/display: Fix OPTC_DATA_FORMAT programming

Emily.Deng (1):
      drm/amdgpu: Remove warning for virtual_display

Evan Quan (1):
      drm/amd/pm: setup APU dpm clock table in SMU HW initialization

Fangzhi Zuo (1):
      drm/amd/display: HDMI remote sink need mode validation for Linux

Hawking Zhang (4):
      drm/amdgpu: add helper function for indirect reg access (v3)
      drm/amdgpu: switch to indirect reg access helper
      drm/amdgpu: support indirect access reg outside of mmio bar (v2)
      drm/amdgpu: enable GDDR6 save-restore support for navy_flounder

Rodrigo Siqueira (1):
      drm/amd/display: Avoid set zero in the requested clk

Ye Bin (1):
      drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init

kernel test robot (1):
      drm/amdgpu: kfd_initialized can be static

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  36 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c   |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 228 +++++++++++++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h          |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   2 +
 drivers/gpu/drm/amd/amdgpu/dce_virtual.c           |   4 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  51 +----
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |  61 ++----
 .../amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c |   3 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c  |  11 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c  |   8 -
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |   5 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c  |   8 -
 .../amd/display/dc/dml/dcn30/display_mode_vba_30.c |   2 +-
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            |   2 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |   2 +
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  37 +++-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |   1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  15 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  15 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     |  10 +-
 25 files changed, 308 insertions(+), 206 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.10
@ 2020-10-09 22:28 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-10-09 22:28 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit f2fa07b39fafb2a5f49c71a504862c5efa57d03e:

  drm/amd/amdkfd: Surface files in Sysfs to allow users to get number of compute units that are in use. (2020-09-30 15:26:27 -0400)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-09

for you to fetch changes up to 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:

  drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-09:

amdgpu:
- Clean up indirect register access
- Navy Flounder fixes
- SMU11 AC/DC interrupt fixes
- GPUVM alignment fix
- Display fixes
- Misc other fixes

----------------------------------------------------------------
Alex Deucher (4):
      drm/amdgpu/swsmu: add interrupt work function
      drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
      drm/amdgpu/swsmu: fix ARC build errors
      drm/amdgpu: prevent spurious warning

Alex Sierra (1):
      drm/amdgpu: align frag_end to covered address space

Alvin Lee (1):
      drm/amd/display: Don't allow pstate if no support in blank

Chris Park (1):
      drm/amd/display: Change to correct unit on audio rate

Dirk Gouders (1):
      drm/amdgpu: fix NULL pointer dereference for Renoir

Dmytro Laktyushkin (1):
      drm/amd/display: Fix OPTC_DATA_FORMAT programming

Emily.Deng (1):
      drm/amdgpu: Remove warning for virtual_display

Evan Quan (1):
      drm/amd/pm: setup APU dpm clock table in SMU HW initialization

Fangzhi Zuo (1):
      drm/amd/display: HDMI remote sink need mode validation for Linux

Hawking Zhang (4):
      drm/amdgpu: add helper function for indirect reg access (v3)
      drm/amdgpu: switch to indirect reg access helper
      drm/amdgpu: support indirect access reg outside of mmio bar (v2)
      drm/amdgpu: enable GDDR6 save-restore support for navy_flounder

Rodrigo Siqueira (1):
      drm/amd/display: Avoid set zero in the requested clk

Ye Bin (1):
      drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init

kernel test robot (1):
      drm/amdgpu: kfd_initialized can be static

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                |  36 +++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c   |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c        |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 228 +++++++++++++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_trace.h          |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |   2 +
 drivers/gpu/drm/amd/amdgpu/dce_virtual.c           |   4 +-
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  51 +----
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |  61 ++----
 .../amd/display/dc/clk_mgr/dce112/dce112_clk_mgr.c |   3 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |   2 +-
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c  |  11 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_optc.c  |   8 -
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |   5 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c  |   8 -
 .../amd/display/dc/dml/dcn30/display_mode_vba_30.c |   2 +-
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            |   2 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |   2 +
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  37 +++-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |   1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  15 +-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  15 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     |  10 +-
 25 files changed, 308 insertions(+), 206 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.10
@ 2020-12-03  4:48 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-12-03  4:48 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-12-02

for you to fetch changes up to efd6d85a18102241538dd1cc257948a0dbe6fae6:

  drm/amdgpu/vcn3.0: remove old DPG workaround (2020-12-02 22:55:48 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-12-02:

amdgpu:
- SMU11 manual fan fix
- Renoir display clock fix
- VCN3 dynamic powergating fix

----------------------------------------------------------------
Arunpravin (1):
      drm/amdgpu/pm/smu11: Fix fan set speed bug

Boyuan Zhang (2):
      drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset
      drm/amdgpu/vcn3.0: remove old DPG workaround

Brandon Syu (1):
      drm/amd/display: Init clock value by current vbios CLKs

 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              | 25 ++++++++++++++++------
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  | 13 +++++++++--
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     |  7 +++++-
 3 files changed, 36 insertions(+), 9 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.10
@ 2020-12-03  4:48 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-12-03  4:48 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit b65054597872ce3aefbc6a666385eabdf9e288da:

  Linux 5.10-rc6 (2020-11-29 15:50:50 -0800)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-12-02

for you to fetch changes up to efd6d85a18102241538dd1cc257948a0dbe6fae6:

  drm/amdgpu/vcn3.0: remove old DPG workaround (2020-12-02 22:55:48 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-12-02:

amdgpu:
- SMU11 manual fan fix
- Renoir display clock fix
- VCN3 dynamic powergating fix

----------------------------------------------------------------
Arunpravin (1):
      drm/amdgpu/pm/smu11: Fix fan set speed bug

Boyuan Zhang (2):
      drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR reset
      drm/amdgpu/vcn3.0: remove old DPG workaround

Brandon Syu (1):
      drm/amd/display: Init clock value by current vbios CLKs

 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              | 25 ++++++++++++++++------
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  | 13 +++++++++--
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     |  7 +++++-
 3 files changed, 36 insertions(+), 9 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.10
@ 2020-11-25 15:11 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-25 15:11 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 6600f9d52213b5c3455481b5c9e61cf5e305c0e6:

  Merge tag 'drm-intel-fixes-2020-11-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-11-20 11:21:54 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-25

for you to fetch changes up to 60734bd54679d7998a24a257b0403f7644005572:

  drm/amdgpu: update golden setting for sienna_cichlid (2020-11-24 12:33:07 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-25:

amdgpu:
- Runtime pm fix
- SI UVD suspend/resume fix
- HDCP fix for headless cards
- Sienna Cichlid golden register update

----------------------------------------------------------------
Kenneth Feng (1):
      drm/amd/amdgpu: fix null pointer in runtime pm

Likun Gao (1):
      drm/amdgpu: update golden setting for sienna_cichlid

Rodrigo Siqueira (1):
      drm/amd/display: Avoid HDCP initialization in devices without output

Sonny Jiang (2):
      drm/amdgpu: fix SI UVD firmware validate resume fail
      drm/amdgpu: fix a page fault

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h           |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c             | 20 +++++++++++---------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 +-
 5 files changed, 17 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.10
@ 2020-11-25 15:11 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-25 15:11 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 6600f9d52213b5c3455481b5c9e61cf5e305c0e6:

  Merge tag 'drm-intel-fixes-2020-11-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2020-11-20 11:21:54 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-25

for you to fetch changes up to 60734bd54679d7998a24a257b0403f7644005572:

  drm/amdgpu: update golden setting for sienna_cichlid (2020-11-24 12:33:07 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-25:

amdgpu:
- Runtime pm fix
- SI UVD suspend/resume fix
- HDCP fix for headless cards
- Sienna Cichlid golden register update

----------------------------------------------------------------
Kenneth Feng (1):
      drm/amd/amdgpu: fix null pointer in runtime pm

Likun Gao (1):
      drm/amdgpu: update golden setting for sienna_cichlid

Rodrigo Siqueira (1):
      drm/amd/display: Avoid HDCP initialization in devices without output

Sonny Jiang (2):
      drm/amdgpu: fix SI UVD firmware validate resume fail
      drm/amdgpu: fix a page fault

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c        |  4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h           |  1 +
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c             | 20 +++++++++++---------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 +-
 5 files changed, 17 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.10
@ 2020-11-18 21:36 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-18 21:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 8f598d15ee6577a56d6617d9e4151591db34d8fa:

  Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixes (2020-11-16 06:36:31 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-18

for you to fetch changes up to 2b3af2705645c87eee0f386e075871886fd429b3:

  drm/amd/display: Always get CRTC updated constant values inside commit tail (2020-11-18 15:12:22 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-18:

amdgpu:
- Pageflip fix for navi1x with 5 or 6 displays
- Remove experimental flag for Arcturus
- Fix regression in atomic commit tail rework

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: Add missing pflip irq for dcn2.0
      drm/amdgpu: remove experimental flag from arcturus

Rodrigo Siqueira (1):
      drm/amd/display: Always get CRTC updated constant values inside commit tail

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                      | 8 ++++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c            | 3 ++-
 drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c | 4 ++--
 3 files changed, 8 insertions(+), 7 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.10
@ 2020-11-18 21:36 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-18 21:36 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 8f598d15ee6577a56d6617d9e4151591db34d8fa:

  Merge branch 'linux-5.10' of git://github.com/skeggsb/linux into drm-fixes (2020-11-16 06:36:31 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-18

for you to fetch changes up to 2b3af2705645c87eee0f386e075871886fd429b3:

  drm/amd/display: Always get CRTC updated constant values inside commit tail (2020-11-18 15:12:22 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-18:

amdgpu:
- Pageflip fix for navi1x with 5 or 6 displays
- Remove experimental flag for Arcturus
- Fix regression in atomic commit tail rework

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: Add missing pflip irq for dcn2.0
      drm/amdgpu: remove experimental flag from arcturus

Rodrigo Siqueira (1):
      drm/amd/display: Always get CRTC updated constant values inside commit tail

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                      | 8 ++++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c            | 3 ++-
 drivers/gpu/drm/amd/display/dc/irq/dcn20/irq_service_dcn20.c | 4 ++--
 3 files changed, 8 insertions(+), 7 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.10
@ 2020-11-13  5:55 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-13  5:55 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 4241b0411c60a97f87a25ff4da92dac53beb3039:

  drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE (2020-11-04 08:43:50 -0500)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-12

for you to fetch changes up to 38a2509184952f799d465b26279ef1bd36fb8277:

  drm/amdgpu: enable DCN for navi10 headless SKU (2020-11-13 00:30:05 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-12:

amdgpu:
- Pageflip fix for DCN3
- Declare TA firmware for green sardine
- Headless navi fix

----------------------------------------------------------------
Bhawanpreet Lakha (1):
      drm/amd/display: Add missing pflip irq

Roman Li (1):
      drm/amdgpu: add ta firmware load for green-sardine

Tianci.Yin (1):
      drm/amdgpu: enable DCN for navi10 headless SKU

 drivers/gpu/drm/amd/amdgpu/nv.c                              | 3 +--
 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c                       | 1 +
 drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c | 4 ++--
 3 files changed, 4 insertions(+), 4 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.10
@ 2020-11-13  5:55 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-11-13  5:55 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 4241b0411c60a97f87a25ff4da92dac53beb3039:

  drm/amdgpu/display: remove DRM_AMD_DC_GREEN_SARDINE (2020-11-04 08:43:50 -0500)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-11-12

for you to fetch changes up to 38a2509184952f799d465b26279ef1bd36fb8277:

  drm/amdgpu: enable DCN for navi10 headless SKU (2020-11-13 00:30:05 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-11-12:

amdgpu:
- Pageflip fix for DCN3
- Declare TA firmware for green sardine
- Headless navi fix

----------------------------------------------------------------
Bhawanpreet Lakha (1):
      drm/amd/display: Add missing pflip irq

Roman Li (1):
      drm/amdgpu: add ta firmware load for green-sardine

Tianci.Yin (1):
      drm/amdgpu: enable DCN for navi10 headless SKU

 drivers/gpu/drm/amd/amdgpu/nv.c                              | 3 +--
 drivers/gpu/drm/amd/amdgpu/psp_v12_0.c                       | 1 +
 drivers/gpu/drm/amd/display/dc/irq/dcn30/irq_service_dcn30.c | 4 ++--
 3 files changed, 4 insertions(+), 4 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.10
@ 2020-10-29  6:15 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-10-29  6:15 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 65d437b83b2b8eb9ae47b6145399fc7683b028f7:

  drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1x (2020-10-27 14:08:03 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-29:

amdgpu:
- Add new navi1x PCI ID
- GPUVM reserved area fixes
- Misc display fixes
- Fix bad interactions between display code and CONFIG_KGDB
- Fixes for SMU manual fan control and i2c

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu/display: use kvzalloc again in dc_create_state
      drm/amdgpu/swsmu: drop smu i2c bus on navi1x
      drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1x

Christian König (1):
      drm/amdgpu: increase the reserved VM size to 2MB

David Galiffi (1):
      drm/amd/display: Fixed panic during seamless boot.

Dmytro Laktyushkin (1):
      drm/amd/display: prevent null pointer access

Kenneth Feng (1):
      drm/amd/pm: fix the wrong fan speed in fan1_input

Madhav Chauhan (1):
      drm/amdgpu: don't map BO in reserved region

Martin Leung (1):
      drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'ns

Takashi Iwai (3):
      drm/amd/display: Fix kernel panic by dal_gpio_open() error
      drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
      drm/amd/display: Clean up debug macros

Tianci.Yin (2):
      drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)
      drm/amdgpu: add DID for navi10 blockchain SKU

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            | 10 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  4 +--
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 14 +++++++--
 drivers/gpu/drm/amd/display/Kconfig                |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  4 +--
 .../gpu/drm/amd/display/dc/dce/dce_clock_source.c  |  3 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  | 12 +++++---
 .../amd/display/dc/gpio/dcn30/hw_factory_dcn30.c   | 12 ++++++++
 drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c    |  4 +--
 drivers/gpu/drm/amd/display/dc/os_types.h          | 33 ++++++++------------
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    | 36 ++--------------------
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 11 ++-----
 13 files changed, 69 insertions(+), 76 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.10
@ 2020-10-29  6:15 ` Alex Deucher
  0 siblings, 0 replies; 12+ messages in thread
From: Alex Deucher @ 2020-10-29  6:15 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.10.

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 65d437b83b2b8eb9ae47b6145399fc7683b028f7:

  drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1x (2020-10-27 14:08:03 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.10-2020-10-29:

amdgpu:
- Add new navi1x PCI ID
- GPUVM reserved area fixes
- Misc display fixes
- Fix bad interactions between display code and CONFIG_KGDB
- Fixes for SMU manual fan control and i2c

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu/display: use kvzalloc again in dc_create_state
      drm/amdgpu/swsmu: drop smu i2c bus on navi1x
      drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1x

Christian König (1):
      drm/amdgpu: increase the reserved VM size to 2MB

David Galiffi (1):
      drm/amd/display: Fixed panic during seamless boot.

Dmytro Laktyushkin (1):
      drm/amd/display: prevent null pointer access

Kenneth Feng (1):
      drm/amd/pm: fix the wrong fan speed in fan1_input

Madhav Chauhan (1):
      drm/amdgpu: don't map BO in reserved region

Martin Leung (1):
      drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'ns

Takashi Iwai (3):
      drm/amd/display: Fix kernel panic by dal_gpio_open() error
      drm/amd/display: Don't invoke kgdb_breakpoint() unconditionally
      drm/amd/display: Clean up debug macros

Tianci.Yin (2):
      drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)
      drm/amdgpu: add DID for navi10 blockchain SKU

 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            | 10 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  4 +--
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 14 +++++++--
 drivers/gpu/drm/amd/display/Kconfig                |  1 +
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  4 +--
 .../gpu/drm/amd/display/dc/dce/dce_clock_source.c  |  3 +-
 .../gpu/drm/amd/display/dc/dcn30/dcn30_resource.c  | 12 +++++---
 .../amd/display/dc/gpio/dcn30/hw_factory_dcn30.c   | 12 ++++++++
 drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c    |  4 +--
 drivers/gpu/drm/amd/display/dc/os_types.h          | 33 ++++++++------------
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    | 36 ++--------------------
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 11 ++-----
 13 files changed, 69 insertions(+), 76 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-12-03  4:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 22:28 [pull] amdgpu drm-fixes-5.10 Alex Deucher
2020-10-09 22:28 ` Alex Deucher
2020-10-29  6:15 Alex Deucher
2020-10-29  6:15 ` Alex Deucher
2020-11-13  5:55 Alex Deucher
2020-11-13  5:55 ` Alex Deucher
2020-11-18 21:36 Alex Deucher
2020-11-18 21:36 ` Alex Deucher
2020-11-25 15:11 Alex Deucher
2020-11-25 15:11 ` Alex Deucher
2020-12-03  4:48 Alex Deucher
2020-12-03  4:48 ` 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.