Messages in this thread |  | | Date | Sun, 1 Jan 2023 13:57:06 +0100 | From | Daniel Vetter <> | Subject | [PULL] drm-fixes for -rc2 if I'm not too late :-) |
| |
Hi Linus,
I'm just back from the mountains, and Dave is out at the beach and should be back in a week again. Just i915 fixes and since Rodrigo bothered to make the pull last week I figured I should warm up gpg and forward this in a nice signed tag as a new years present! Hopefully still in time for -rc2.
I'm expecting there will be more for -rc3 when I do the usual -fixes pull on Fri or so.
Happy new year! -Daniel
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-01-01
for you to fetch changes up to a9f5a752e86f1897c3b377b6b861576a4c1a2ff0:
Merge tag 'drm-intel-fixes-2022-12-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-01-01 11:52:11 +0100)
---------------------------------------------------------------- drm-fixes for 6.2-rc2
- i915 fixes for newer platforms - i915 locking rework to not give up in vm eviction fallback path too early
---------------------------------------------------------------- Andrzej Hajda (1): drm/i915: fix TLB invalidation for Gen12.50 video and compute engines
Daniel Vetter (1): Merge tag 'drm-intel-fixes-2022-12-30' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Jani Nikula (2): drm/i915/dsi: add support for ICL+ native MIPI GPIO sequence drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index
John Harrison (1): drm/i915/uc: Fix two issues with over-size firmware files
Lucas De Marchi (1): drm/i915: Remove __maybe_unused from mtl_info
Matthew Auld (1): drm/i915: improve the catch-all evict to handle lock contention
drivers/gpu/drm/i915/display/intel_dsi_vbt.c | 94 ++++++++++++++++++++++++- drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 59 +++++++++++++--- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 2 +- drivers/gpu/drm/i915/gt/intel_gt.c | 8 ++- drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c | 42 +++++++---- drivers/gpu/drm/i915/i915_gem_evict.c | 37 +++++++--- drivers/gpu/drm/i915/i915_gem_evict.h | 4 +- drivers/gpu/drm/i915/i915_irq.c | 3 + drivers/gpu/drm/i915/i915_pci.c | 1 - drivers/gpu/drm/i915/i915_reg.h | 1 + drivers/gpu/drm/i915/i915_vma.c | 2 +- drivers/gpu/drm/i915/selftests/i915_gem_evict.c | 4 +- 12 files changed, 212 insertions(+), 45 deletions(-)
-- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch
|  |