Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'drm-intel-fixes-2026-01-15' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes

drm/i915 fixes for v6.19-rc6:
- make 'guc_hw_reg_state' static

Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Jani Nikula <jani.nikula@intel.com>
Link: https://patch.msgid.link/65bb05f7c8cbd3faf2350f979d4d47a395e5d372@intel.com

+1 -1
+1 -1
drivers/gpu/drm/i915/i915_gpu_error.c
··· 686 686 } 687 687 688 688 /* This list includes registers that are useful in debugging GuC hangs. */ 689 - const struct { 689 + static const struct { 690 690 u32 start; 691 691 u32 count; 692 692 } guc_hw_reg_state[] = {