dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	daniel.vetter-/w4YWyX8dFk@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [pull] amdgpu drm-fixes-5.4
Date: Wed,  2 Oct 2019 15:49:09 -0500	[thread overview]
Message-ID: <20191002204909.3519-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.4.  Nothing too major.  Enabling bulk moves is not exactly
a bug fix, but it's been working well for a while and it improves
performance and reduces latency in command submission.  If you have
concerns, I can respin without it.

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/drm-fixes-5.4-2019-10-02

for you to fetch changes up to c0e70e10b11b1b7ca0f537e7ce4404a0459cdc7c:

  drm/amd/display: fix dcn21 Makefile for clang (2019-10-02 12:58:33 -0500)

----------------------------------------------------------------
drm-fixes-5.4-2019-10-02:

amdgpu:
- Enable bulk moves
- Power metrics fixes for Navi
- Fix S4 regression
- Add query for tcc disabled mask
- Fix several leaks in error paths
- randconfig fixes
- clang fixes

----------------------------------------------------------------
Aaron Liu (1):
      Revert "drm/amdgpu: disable stutter mode for renoir"

Alex Deucher (1):
      drm/amdgpu: don't increment vram lost if we are in hibernation

Arnd Bergmann (5):
      drm/amdgpu: make pmu support optional, again
      drm/amdgpu: hide another #warning
      drm/amdgpu: display_mode_vba_21: remove uint typedef
      drm/amd/display: hide an unused variable
      drm/amd/display: fix dcn21 Makefile for clang

Christian König (1):
      drm/amdgpu: revert "disable bulk moves for now"

Kevin Wang (2):
      drm/amd/powerplay: change metrics update period from 1ms to 100ms
      drm/amd/powerplay: add sensor lock support for smu

Marek Olšák (1):
      drm/amdgpu: return tcc_disabled_mask to userspace

Navid Emamdoost (2):
      drm/amdgpu: fix multiple memory leaks in acp_hw_init
      drm/amd/display: memory leak

 drivers/gpu/drm/amd/amdgpu/Makefile                |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c            | 34 ++++++++++++++--------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c            |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  2 --
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 12 ++++++++
 drivers/gpu/drm/amd/amdgpu/nv.c                    |  6 ++--
 drivers/gpu/drm/amd/amdgpu/soc15.c                 |  8 ++---
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  4 +--
 .../drm/amd/display/dc/dce100/dce100_resource.c    |  1 +
 .../drm/amd/display/dc/dce110/dce110_resource.c    |  1 +
 .../drm/amd/display/dc/dce112/dce112_resource.c    |  1 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |  1 +
 .../gpu/drm/amd/display/dc/dce80/dce80_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  1 +
 drivers/gpu/drm/amd/display/dc/dcn21/Makefile      | 12 +++++++-
 .../amd/display/dc/dml/dcn21/display_mode_vba_21.c | 13 ++++-----
 drivers/gpu/drm/amd/powerplay/amdgpu_smu.c         |  2 ++
 drivers/gpu/drm/amd/powerplay/arcturus_ppt.c       |  2 ++
 drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h     |  1 +
 drivers/gpu/drm/amd/powerplay/navi10_ppt.c         |  4 ++-
 drivers/gpu/drm/amd/powerplay/vega20_ppt.c         |  2 ++
 include/uapi/drm/amdgpu_drm.h                      |  2 ++
 25 files changed, 85 insertions(+), 34 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2019-10-02 20:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-02 20:49 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-20 23:51 [pull] amdgpu drm-fixes-5.4 Alex Deucher
2019-11-14 22:13 Alex Deucher
2019-10-24  3:18 Alex Deucher
2019-10-24  3:18 ` Alex Deucher
2019-10-10  3:10 Alex Deucher
2019-09-25 21:35 Alex Deucher
2019-09-19 15:38 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=20191002204909.3519-1-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=daniel.vetter-/w4YWyX8dFk@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.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;
as well as URLs for NNTP newsgroup(s).