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: LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: [git pull] drm fixes for 6.2-rc6
Date: Fri, 27 Jan 2023 15:22:36 +1000	[thread overview]
Message-ID: <CAPM=9tzuu4xnx6T5v7sKsK+A5HEaPOc1ieMyzNSYQZGztJ=6Qw@mail.gmail.com> (raw)

Hi Linus,

Fairly small this week as well, i915 has a memory leak fix and some
minor changes, and amdgpu has some MST fixes, and some other minor
ones.

Dave.

drm-fixes-2023-01-27:
drm fixes for 6.2-rc6

drm:
- DP MST kref fix
- fb_helper: check return value

i915:
- Fix BSC default context for Meteor Lake
- Fix selftest-scheduler's modify_type
- memory leak fix

amdgpu:
- GC11.x fixes
- SMU13.0.0 fix
- Freesync video fix
- DP MST fixes
- build fix
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-01-27

for you to fetch changes up to d23db89883962d9b4cb3ad03dfd02e525ed2cc03:

  Merge tag 'drm-misc-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-01-27
12:31:09 +1000)

----------------------------------------------------------------
drm fixes for 6.2-rc6

drm:
- DP MST kref fix
- fb_helper: check return value

i915:
- Fix BSC default context for Meteor Lake
- Fix selftest-scheduler's modify_type
- memory leak fix

amdgpu:
- GC11.x fixes
- SMU13.0.0 fix
- Freesync video fix
- DP MST fixes
- build fix

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/i915/selftest: fix intel_selftest_modify_policy argument types

Aurabindo Pillai (1):
      drm/amd/display: Fix timing not changning when freesync video is enabled

Dave Airlie (4):
      Merge tag 'drm-intel-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-6.2-2023-01-25' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      amdgpu: fix build on non-DCN platforms.
      Merge tag 'drm-misc-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (1):
      drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0

Javier Martinez Canillas (2):
      drm/fb-helper: Check fb_deferred_io_init() return value
      drm/fb-helper: Use a per-driver FB deferred I/O handler

Jonathan Kim (1):
      drm/amdgpu: remove unconditional trap enable on add gfx11 queues

Li Ma (2):
      drm/amdgpu: enable imu firmware for GC 11.0.4
      drm/amdgpu: declare firmware for new MES 11.0.4

Lucas De Marchi (1):
      drm/i915/mtl: Fix bcs default context

Lyude Paul (1):
      drm/amdgpu/display/mst: Fix mst_state->pbn_div and slot count assignments

Nirmoy Das (2):
      drm/drm_vma_manager: Add drm_vma_node_allow_once()
      drm/i915: Fix a memory leak with reused mmap_offset

Wayne Lin (3):
      drm/amdgpu/display/mst: limit payload to be updated one by one
      drm/amdgpu/display/mst: update mst_mgr relevant variable when long HPD
      drm/display/dp_mst: Correct the kref of port.

 drivers/gpu/drm/amd/amdgpu/imu_v11_0.c             |  1 +
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 31 +++++++++
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  | 51 +++++++++++----
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  5 --
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      | 14 +++-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   |  1 +
 drivers/gpu/drm/display/drm_dp_mst_topology.c      |  4 +-
 drivers/gpu/drm/drm_fbdev_generic.c                | 15 +++--
 drivers/gpu/drm/drm_vma_manager.c                  | 76 +++++++++++++++-------
 drivers/gpu/drm/i915/gem/i915_gem_mman.c           |  2 +-
 drivers/gpu/drm/i915/gt/intel_lrc.c                | 37 +----------
 .../drm/i915/selftests/intel_scheduler_helpers.c   |  3 +-
 include/drm/drm_fb_helper.h                        | 12 ++++
 include/drm/drm_vma_manager.h                      |  1 +
 15 files changed, 167 insertions(+), 89 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: dri-devel <dri-devel@lists.freedesktop.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] drm fixes for 6.2-rc6
Date: Fri, 27 Jan 2023 15:22:36 +1000	[thread overview]
Message-ID: <CAPM=9tzuu4xnx6T5v7sKsK+A5HEaPOc1ieMyzNSYQZGztJ=6Qw@mail.gmail.com> (raw)

Hi Linus,

Fairly small this week as well, i915 has a memory leak fix and some
minor changes, and amdgpu has some MST fixes, and some other minor
ones.

Dave.

drm-fixes-2023-01-27:
drm fixes for 6.2-rc6

drm:
- DP MST kref fix
- fb_helper: check return value

i915:
- Fix BSC default context for Meteor Lake
- Fix selftest-scheduler's modify_type
- memory leak fix

amdgpu:
- GC11.x fixes
- SMU13.0.0 fix
- Freesync video fix
- DP MST fixes
- build fix
The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-01-27

for you to fetch changes up to d23db89883962d9b4cb3ad03dfd02e525ed2cc03:

  Merge tag 'drm-misc-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-01-27
12:31:09 +1000)

----------------------------------------------------------------
drm fixes for 6.2-rc6

drm:
- DP MST kref fix
- fb_helper: check return value

i915:
- Fix BSC default context for Meteor Lake
- Fix selftest-scheduler's modify_type
- memory leak fix

amdgpu:
- GC11.x fixes
- SMU13.0.0 fix
- Freesync video fix
- DP MST fixes
- build fix

----------------------------------------------------------------
Arnd Bergmann (1):
      drm/i915/selftest: fix intel_selftest_modify_policy argument types

Aurabindo Pillai (1):
      drm/amd/display: Fix timing not changning when freesync video is enabled

Dave Airlie (4):
      Merge tag 'drm-intel-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-6.2-2023-01-25' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
      amdgpu: fix build on non-DCN platforms.
      Merge tag 'drm-misc-fixes-2023-01-26' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (1):
      drm/amd/pm: add missing AllowIHInterrupt message mapping for SMU13.0.0

Javier Martinez Canillas (2):
      drm/fb-helper: Check fb_deferred_io_init() return value
      drm/fb-helper: Use a per-driver FB deferred I/O handler

Jonathan Kim (1):
      drm/amdgpu: remove unconditional trap enable on add gfx11 queues

Li Ma (2):
      drm/amdgpu: enable imu firmware for GC 11.0.4
      drm/amdgpu: declare firmware for new MES 11.0.4

Lucas De Marchi (1):
      drm/i915/mtl: Fix bcs default context

Lyude Paul (1):
      drm/amdgpu/display/mst: Fix mst_state->pbn_div and slot count assignments

Nirmoy Das (2):
      drm/drm_vma_manager: Add drm_vma_node_allow_once()
      drm/i915: Fix a memory leak with reused mmap_offset

Wayne Lin (3):
      drm/amdgpu/display/mst: limit payload to be updated one by one
      drm/amdgpu/display/mst: update mst_mgr relevant variable when long HPD
      drm/display/dp_mst: Correct the kref of port.

 drivers/gpu/drm/amd/amdgpu/imu_v11_0.c             |  1 +
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |  3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 31 +++++++++
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  | 51 +++++++++++----
 .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c    |  5 --
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      | 14 +++-
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c   |  1 +
 drivers/gpu/drm/display/drm_dp_mst_topology.c      |  4 +-
 drivers/gpu/drm/drm_fbdev_generic.c                | 15 +++--
 drivers/gpu/drm/drm_vma_manager.c                  | 76 +++++++++++++++-------
 drivers/gpu/drm/i915/gem/i915_gem_mman.c           |  2 +-
 drivers/gpu/drm/i915/gt/intel_lrc.c                | 37 +----------
 .../drm/i915/selftests/intel_scheduler_helpers.c   |  3 +-
 include/drm/drm_fb_helper.h                        | 12 ++++
 include/drm/drm_vma_manager.h                      |  1 +
 15 files changed, 167 insertions(+), 89 deletions(-)

             reply	other threads:[~2023-01-27  5:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27  5:22 Dave Airlie [this message]
2023-01-27  5:22 ` [git pull] drm fixes for 6.2-rc6 Dave Airlie
2023-01-27 21:27 ` pr-tracker-bot
2023-01-27 21:27   ` 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=9tzuu4xnx6T5v7sKsK+A5HEaPOc1ieMyzNSYQZGztJ=6Qw@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.