Hi Dave and Sima, Here goes the drm-intel-fixes for this week. Only 2 fixes in this round, one for lock inversion and one for clock conversion.
Thanks, Rodrigo. drm-intel-fixes-2025-11-06: - Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD (Janusz) - Fix conversion between clock ticks and nanoseconds (Umesh) The following changes since commit 6146a0f1dfae5d37442a9ddcba012add260bceb0: Linux 6.18-rc4 (2025-11-02 11:28:02 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-11-06 for you to fetch changes up to 7d44ad6b43d0be43d080180413a1b6c24cfbd266: drm/i915: Fix conversion between clock ticks and nanoseconds (2025-11-03 11:18:15 -0500) ---------------------------------------------------------------- - Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD (Janusz) - Fix conversion between clock ticks and nanoseconds (Umesh) ---------------------------------------------------------------- Janusz Krzysztofik (1): drm/i915: Avoid lock inversion when pinning to GGTT on CHV/BXT+VTD Umesh Nerlige Ramappa (1): drm/i915: Fix conversion between clock ticks and nanoseconds drivers/gpu/drm/i915/gt/intel_gt_clock_utils.c | 4 ++-- drivers/gpu/drm/i915/i915_vma.c | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-)
