Hi Dave and Daniel, Here goes the initial fixes for 6.2. The most critical ones seems to be the evict fix from Matt and the MIPI DSI from Jani. Both targeting stable trees. I'm sorry for sending this on a Friday and not on a Thursday as usual. Where did this week go? Worst case this wait one week and I get it rebased and resent earlier next week. Where did 2022 go? Happy New Year! Cheers, Rodrigo. drm-intel-fixes-2022-12-30: - fix TLB invalidation for DG2 and newer platforms. (Andrzej) - Remove __maybe_unused from mtl_info (Lucas) - improve the catch-all evict to handle lock contention (Matt Auld) - Fix two issues with over-size (GuC/HuC) firmware files (John) - Fix DSI resume issues on ICL+ (Jani) Thanks, Rodrigo. 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-intel tags/drm-intel-fixes-2022-12-30 for you to fetch changes up to 6217e9f05a74df48c77ee68993d587cdfdb1feb7: drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index (2022-12-30 04:28:46 -0500) ---------------------------------------------------------------- - fix TLB invalidation for DG2 and newer platforms. (Andrzej) - Remove __maybe_unused from mtl_info (Lucas) - improve the catch-all evict to handle lock contention (Matt Auld) - Fix two issues with over-size (GuC/HuC) firmware files (John) - Fix DSI resume issues on ICL+ (Jani) ---------------------------------------------------------------- Andrzej Hajda (1): drm/i915: fix TLB invalidation for Gen12.50 video and compute engines 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(-)