Re: [PULL] drm-fixes for -rc6

2023-04-06 Thread pr-tracker-bot
The pull request you sent on Thu, 6 Apr 2023 18:59:13 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ac6c043391b266a360a53f933638003365bd10c9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[PULL] drm-fixes for -rc6

2023-04-06 Thread Daniel Vetter
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, 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, 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


[git pull] drm fixes for rc6 (brown paper bag edition)

2016-11-18 Thread Dave Airlie
Hi,

So some i915 fixes came in which I thought they might so I'm sending
those along with two reverts for two patches to the mediatek driver
that didn't seem to build so well, I've fixed up my -fixes ARM build
and .config so I could see it, but yes brown paper bag time.

Apologies,
Dave.

The following changes since commit 623898671c8eb05639e746e6d84cffa281616438:

  Merge branch 'for-linus' of git://git.kernel.dk/linux-block
(2016-11-17 13:59:39 -0800)

are available in the git repository at:

  git://people.freedesktop.org/~airlied/linux
tags/drm-fixes-for-v4.9-rc6-brown-paper-bag

for you to fetch changes up to c2ee69d83b2b14d68ad7ee1773fc1d40e97f201d:

  Merge tag 'drm-intel-fixes-2016-11-17' of
ssh://git.freedesktop.org/git/drm-intel into drm-fixes (2016-11-18
10:33:28 +1000)


i915 fixes + 2 mediatek regressions


Chris Wilson (1):
  drm/i915: Mark CPU cache as dirty when used for rendering

Dave Airlie (3):
  Revert "drm/mediatek: fix a typo of OD_CFG to OD_RELAYMODE"
  Revert "drm/mediatek: set vblank_disable_allowed to true"
  Merge tag 'drm-intel-fixes-2016-11-17' of
ssh://git.freedesktop.org/git/drm-intel into drm-fixes

Ville Syrjälä (3):
  drm/i915: Grab the rotation from the passed plane state for VLV sprites
  drm/i915: Refresh that status of MST capable connectors in ->detect()
  drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's
no AUX ch specified in the VBT

 drivers/gpu/drm/i915/i915_gem_execbuffer.c  |  8 
 drivers/gpu/drm/i915/intel_bios.c   | 30 +
 drivers/gpu/drm/i915/intel_dp.c | 10 --
 drivers/gpu/drm/i915/intel_sprite.c |  2 +-
 drivers/gpu/drm/i915/intel_vbt_defs.h   |  3 ++-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c |  2 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c  |  1 -
 7 files changed, 34 insertions(+), 22 deletions(-)