All of 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.11
Date: Thu, 28 Jan 2021 14:15:58 -0500	[thread overview]
Message-ID: <20210128191558.3821-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

A couple of fixes for 5.11.

The following changes since commit 06ee38dc2aab3b5a09feb74128cf7326a490b788:

  Merge tag 'amd-drm-fixes-5.11-2021-01-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-22 09:43:21 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-28

for you to fetch changes up to 00190bc087e795290502dc51c5d32de85cb2c2b8:

  amdgpu: fix clang build warning (2021-01-28 13:40:48 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-28:

amdgpu:
- Fix a fan control regression on some boards
- Fix clang warning

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amdgpu/swsmu: drop set_fan_speed_percent (v2)"

Arnd Bergmann (1):
      amdgpu: fix clang build warning

 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |  6 +++--
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |  3 ++-
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |  3 ++-
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            |  1 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |  3 +++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  9 ++-----
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  1 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     | 31 +++++++++++++++++++++-
 10 files changed, 47 insertions(+), 12 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
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.11
Date: Thu, 28 Jan 2021 14:15:58 -0500	[thread overview]
Message-ID: <20210128191558.3821-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

A couple of fixes for 5.11.

The following changes since commit 06ee38dc2aab3b5a09feb74128cf7326a490b788:

  Merge tag 'amd-drm-fixes-5.11-2021-01-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-01-22 09:43:21 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.11-2021-01-28

for you to fetch changes up to 00190bc087e795290502dc51c5d32de85cb2c2b8:

  amdgpu: fix clang build warning (2021-01-28 13:40:48 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2021-01-28:

amdgpu:
- Fix a fan control regression on some boards
- Fix clang warning

----------------------------------------------------------------
Alex Deucher (1):
      Revert "drm/amdgpu/swsmu: drop set_fan_speed_percent (v2)"

Arnd Bergmann (1):
      amdgpu: fix clang build warning

 drivers/gpu/drm/amd/display/dc/dcn30/Makefile      |  6 +++--
 drivers/gpu/drm/amd/display/dc/dcn301/Makefile     |  3 ++-
 drivers/gpu/drm/amd/display/dc/dcn302/Makefile     |  3 ++-
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            |  1 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |  3 +++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c          |  9 ++-----
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  1 +
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c     | 31 +++++++++++++++++++++-
 10 files changed, 47 insertions(+), 12 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2021-01-28 19:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 19:15 Alex Deucher [this message]
2021-01-28 19:15 ` [pull] amdgpu drm-fixes-5.11 Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2021-02-10 22:35 Alex Deucher
2021-02-10 22:35 ` Alex Deucher
2021-01-21 16:01 Alex Deucher
2021-01-21 16:01 ` Alex Deucher
2021-01-06 22:27 Alex Deucher
2021-01-06 22:27 ` Alex Deucher
2021-01-07  9:04 ` Daniel Vetter
2021-01-07  9:04   ` Daniel Vetter

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=20210128191558.3821-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 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.