Hi Dave, Daniel, A few fixes for the upcoming merge window. Not many but most are pretty important. Another rather important one is missing due being too conflicty, but will arrive via drm-intel-fixes (7738be973fc4 ("drm/i915/gt: Perf_limit_reasons are only available for Gen11+")). Regards, Tvrtko drm-intel-next-fixes-2022-09-29: - Fix release build bug in 'remove GuC log size module parameters' (John Harrison) - Remove ipc_enabled from struct drm_i915_private (Jani Nikula) - Do not cleanup obj with NULL bo->resource (Nirmoy Das) - Fix device info for devices without display (Jani Nikula) - Force DPLL calculation for TC ports after readout (Ville Syrjälä) - Use i915_vm_put on ppgtt_create error paths (Chris Wilson) The following changes since commit 320305923c88258ce50c75bf721e9bf2e420ab27: Merge tag 'du-next-20220907' of git://linuxtv.org/pinchartl/media into drm-next (2022-09-23 03:52:08 +1000) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2022-09-29 for you to fetch changes up to 20e377e7b2e7c327039f10db80ba5bcc1f6c882d: drm/i915/gt: Use i915_vm_put on ppgtt_create error paths (2022-09-27 11:05:33 +0100) ---------------------------------------------------------------- - Fix release build bug in 'remove GuC log size module parameters' (John Harrison) - Remove ipc_enabled from struct drm_i915_private (Jani Nikula) - Do not cleanup obj with NULL bo->resource (Nirmoy Das) - Fix device info for devices without display (Jani Nikula) - Force DPLL calculation for TC ports after readout (Ville Syrjälä) - Use i915_vm_put on ppgtt_create error paths (Chris Wilson) ---------------------------------------------------------------- Chris Wilson (1): drm/i915/gt: Use i915_vm_put on ppgtt_create error paths Jani Nikula (2): drm/i915/display: remove ipc_enabled from struct drm_i915_private drm/i915: fix device info for devices without display John Harrison (1): drm/i915/guc: Fix release build bug in 'remove log size module parameters' Nirmoy Das (1): drm/i915: Do not cleanup obj with NULL bo->resource Ville Syrjälä (1): drm/i915: Force DPLL calculation for TC ports after readout drivers/gpu/drm/i915/display/intel_ddi.c | 18 ++++++++-- drivers/gpu/drm/i915/gem/i915_gem_ttm.c | 2 +- drivers/gpu/drm/i915/gt/gen6_ppgtt.c | 16 ++++----- drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 58 +++++++++++++++--------------- drivers/gpu/drm/i915/gt/intel_gtt.c | 3 ++ drivers/gpu/drm/i915/gt/uc/intel_guc_log.c | 25 +------------ drivers/gpu/drm/i915/i915_drv.h | 2 -- drivers/gpu/drm/i915/i915_pci.c | 11 +++--- drivers/gpu/drm/i915/intel_device_info.c | 6 ++++ 9 files changed, 70 insertions(+), 71 deletions(-)