All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dave Airlie <airlied@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] drm fixes for 5.13-rc4
Date: Sat, 29 May 2021 06:00:49 +1000	[thread overview]
Message-ID: <CAPM=9twKOn4j8-_gDfm_DsQv-96MA6Wv+76bURR6Tb34jkVMcQ@mail.gmail.com> (raw)

Hi Linus,

Pretty quiet this week, couple of amdgpu, one i915, and a few misc otherwise.

Dave.

drm-fixes-2021-05-29:
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4
The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-05-29

for you to fetch changes up to aeeb517368822e2b24231f5bd43a98ecdbe65d59:

  Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes (2021-05-28
13:28:18 +1000)

----------------------------------------------------------------
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4

----------------------------------------------------------------
Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.13-2021-05-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes

Evan Quan (1):
      drm/amd/pm: correct MGpuFanBoost setting

Imre Deak (1):
      drm/i915: Reenable LTTPR non-transparent LT mode for DPCD_REV<1.4

James Zhu (7):
      drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate

Kevin Wang (1):
      drm/amdkfd: correct sienna_cichlid SDMA RLC register offset error

Neil Armstrong (1):
      drm/meson: fix shutdown crash when component not probed

xinhui pan (1):
      drm/ttm: Skip swapout if ttm object is not populated

 .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c   | 12 ++--
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c             |  2 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              |  6 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |  5 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  9 +++
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 10 +++
 .../gpu/drm/i915/display/intel_dp_link_training.c  | 71 ++++++++++------------
 drivers/gpu/drm/meson/meson_drv.c                  |  9 +--
 drivers/gpu/drm/ttm/ttm_device.c                   |  2 +-
 13 files changed, 81 insertions(+), 57 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Dave Airlie <airlied@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: [git pull] drm fixes for 5.13-rc4
Date: Sat, 29 May 2021 06:00:49 +1000	[thread overview]
Message-ID: <CAPM=9twKOn4j8-_gDfm_DsQv-96MA6Wv+76bURR6Tb34jkVMcQ@mail.gmail.com> (raw)

Hi Linus,

Pretty quiet this week, couple of amdgpu, one i915, and a few misc otherwise.

Dave.

drm-fixes-2021-05-29:
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4
The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-05-29

for you to fetch changes up to aeeb517368822e2b24231f5bd43a98ecdbe65d59:

  Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes (2021-05-28
13:28:18 +1000)

----------------------------------------------------------------
drm fixes for 5.13-rc4

ttm:
- prevent irrelevant swapout

amdgpu:
- MultiGPU fan fix
- VCN powergating fixes

amdkfd:
- Fix SDMA register offset error

meson:
- fix shutdown crash

i915:
- Re-enable LTTPR non-transparent LT mode for DPCD_REV<1.4

----------------------------------------------------------------
Dave Airlie (3):
      Merge tag 'amd-drm-fixes-5.13-2021-05-26' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      Merge tag 'drm-misc-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-05-27' of
ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes

Evan Quan (1):
      drm/amd/pm: correct MGpuFanBoost setting

Imre Deak (1):
      drm/i915: Reenable LTTPR non-transparent LT mode for DPCD_REV<1.4

James Zhu (7):
      drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gate
      drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate

Kevin Wang (1):
      drm/amdkfd: correct sienna_cichlid SDMA RLC register offset error

Neil Armstrong (1):
      drm/meson: fix shutdown crash when component not probed

xinhui pan (1):
      drm/ttm: Skip swapout if ttm object is not populated

 .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10_3.c   | 12 ++--
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_0.c             |  2 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c             |  4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              |  6 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v2_0.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |  5 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  9 +++
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    | 10 +++
 .../gpu/drm/i915/display/intel_dp_link_training.c  | 71 ++++++++++------------
 drivers/gpu/drm/meson/meson_drv.c                  |  9 +--
 drivers/gpu/drm/ttm/ttm_device.c                   |  2 +-
 13 files changed, 81 insertions(+), 57 deletions(-)

             reply	other threads:[~2021-05-28 20:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-28 20:00 Dave Airlie [this message]
2021-05-28 20:00 ` [git pull] drm fixes for 5.13-rc4 Dave Airlie
2021-05-29  0:51 ` pr-tracker-bot
2021-05-29  0:51   ` pr-tracker-bot

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='CAPM=9twKOn4j8-_gDfm_DsQv-96MA6Wv+76bURR6Tb34jkVMcQ@mail.gmail.com' \
    --to=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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.