All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	DRI Development <dri-devel@lists.freedesktop.org>
Subject: [PULL] drm-fixes for -rc6
Date: Thu, 6 Apr 2023 18:59:13 +0200	[thread overview]
Message-ID: <ZC76YY3s8vi/3hgl@phenom.ffwll.local> (raw)

Hi Linus,

As expected not much because a bunch of people are enjoying spring break
around easter. I'll be gone until Tue too.

Cheers, Daniel

drm-fixes-2023-04-06:
drm-fixes for 6.3-rc6

Mostly i915 fixes: dp mst for compression/dsc, perf ioctl uaf, ctx rpm
accounting, gt reset vs huc loading.

And a few individual driver fixes: ivpu dma fence&suspend, panfrost
mmap, nouveau color depth

Cheers, Daniel

The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-04-06

for you to fetch changes up to 3dfa8926efa910d423844bfc0132f70cd07f76e2:

  Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-04-05 21:06:28 +0200)

----------------------------------------------------------------
drm-fixes for 6.3-rc6

Mostly i915 fixes: dp mst for compression/dsc, perf ioctl uaf, ctx rpm
accounting, gt reset vs huc loading.

And a few individual driver fixes: ivpu dma fence&suspend, panfrost
mmap, nouveau color depth

----------------------------------------------------------------
Boris Brezillon (1):
      drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path

Daniel Vetter (2):
      Merge tag 'drm-intel-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Daniele Ceraolo Spurio (1):
      drm/i915/huc: Cancel HuC delayed load timer on reset.

Jacek Lawrynowicz (1):
      accel/ivpu: Fix S3 system suspend when not idle

Karol Herbst (1):
      drm/nouveau/disp: Support more modes by checking with lower bpc

Karol Wachowski (1):
      accel/ivpu: Add dma fence to command buffers only

Matthew Auld (1):
      drm/i915/ttm: fix sparse warning

Min Li (1):
      drm/i915: fix race condition UAF in i915_perf_add_config_ioctl

Stanislav Lisovskiy (1):
      drm/i915: Use compressed bpp when calculating m/n value for DP MST DSC

Tvrtko Ursulin (1):
      drm/i915: Fix context runtime accounting

 drivers/accel/ivpu/ivpu_job.c                      | 18 +++++-------
 drivers/accel/ivpu/ivpu_pm.c                       | 26 ++++++++----------
 drivers/gpu/drm/i915/display/intel_dp_mst.c        |  2 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c            |  5 ++--
 .../gpu/drm/i915/gt/intel_execlists_submission.c   | 12 ++++++--
 drivers/gpu/drm/i915/gt/uc/intel_huc.c             |  7 +++++
 drivers/gpu/drm/i915/gt/uc/intel_huc.h             |  7 +----
 drivers/gpu/drm/i915/i915_perf.c                   |  6 ++--
 drivers/gpu/drm/nouveau/dispnv50/disp.c            | 32 ++++++++++++++++++++++
 drivers/gpu/drm/nouveau/nouveau_dp.c               |  8 ++++--
 drivers/gpu/drm/panfrost/panfrost_mmu.c            |  1 +
 11 files changed, 81 insertions(+), 43 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: DRI Development <dri-devel@lists.freedesktop.org>,
	Dave Airlie <airlied@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PULL] drm-fixes for -rc6
Date: Thu, 6 Apr 2023 18:59:13 +0200	[thread overview]
Message-ID: <ZC76YY3s8vi/3hgl@phenom.ffwll.local> (raw)

Hi Linus,

As expected not much because a bunch of people are enjoying spring break
around easter. I'll be gone until Tue too.

Cheers, Daniel

drm-fixes-2023-04-06:
drm-fixes for 6.3-rc6

Mostly i915 fixes: dp mst for compression/dsc, perf ioctl uaf, ctx rpm
accounting, gt reset vs huc loading.

And a few individual driver fixes: ivpu dma fence&suspend, panfrost
mmap, nouveau color depth

Cheers, Daniel

The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:

  Linux 6.3-rc5 (2023-04-02 14:29:29 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-04-06

for you to fetch changes up to 3dfa8926efa910d423844bfc0132f70cd07f76e2:

  Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-04-05 21:06:28 +0200)

----------------------------------------------------------------
drm-fixes for 6.3-rc6

Mostly i915 fixes: dp mst for compression/dsc, perf ioctl uaf, ctx rpm
accounting, gt reset vs huc loading.

And a few individual driver fixes: ivpu dma fence&suspend, panfrost
mmap, nouveau color depth

----------------------------------------------------------------
Boris Brezillon (1):
      drm/panfrost: Fix the panfrost_mmu_map_fault_addr() error path

Daniel Vetter (2):
      Merge tag 'drm-intel-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'drm-misc-fixes-2023-04-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Daniele Ceraolo Spurio (1):
      drm/i915/huc: Cancel HuC delayed load timer on reset.

Jacek Lawrynowicz (1):
      accel/ivpu: Fix S3 system suspend when not idle

Karol Herbst (1):
      drm/nouveau/disp: Support more modes by checking with lower bpc

Karol Wachowski (1):
      accel/ivpu: Add dma fence to command buffers only

Matthew Auld (1):
      drm/i915/ttm: fix sparse warning

Min Li (1):
      drm/i915: fix race condition UAF in i915_perf_add_config_ioctl

Stanislav Lisovskiy (1):
      drm/i915: Use compressed bpp when calculating m/n value for DP MST DSC

Tvrtko Ursulin (1):
      drm/i915: Fix context runtime accounting

 drivers/accel/ivpu/ivpu_job.c                      | 18 +++++-------
 drivers/accel/ivpu/ivpu_pm.c                       | 26 ++++++++----------
 drivers/gpu/drm/i915/display/intel_dp_mst.c        |  2 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c            |  5 ++--
 .../gpu/drm/i915/gt/intel_execlists_submission.c   | 12 ++++++--
 drivers/gpu/drm/i915/gt/uc/intel_huc.c             |  7 +++++
 drivers/gpu/drm/i915/gt/uc/intel_huc.h             |  7 +----
 drivers/gpu/drm/i915/i915_perf.c                   |  6 ++--
 drivers/gpu/drm/nouveau/dispnv50/disp.c            | 32 ++++++++++++++++++++++
 drivers/gpu/drm/nouveau/nouveau_dp.c               |  8 ++++--
 drivers/gpu/drm/panfrost/panfrost_mmu.c            |  1 +
 11 files changed, 81 insertions(+), 43 deletions(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

             reply	other threads:[~2023-04-06 16:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-06 16:59 Daniel Vetter [this message]
2023-04-06 16:59 ` [PULL] drm-fixes for -rc6 Daniel Vetter
2023-04-06 18:46 ` pr-tracker-bot
2023-04-06 18:46   ` 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=ZC76YY3s8vi/3hgl@phenom.ffwll.local \
    --to=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.