AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu drm-fixes-5.10
Date: Fri,  9 Oct 2020 18:28:10 -0400	[thread overview]
Message-ID: <20201009222810.4030-1-alexander.deucher@amd.com> (raw)

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

             reply	other threads:[~2020-10-09 22:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 22:28 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-29  6:15 [pull] amdgpu drm-fixes-5.10 Alex Deucher
2020-11-13  5:55 Alex Deucher
2020-11-18 21:36 Alex Deucher
2020-11-25 15:11 Alex Deucher
2020-12-03  4:48 Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201009222810.4030-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox