Skip to content

Commit 85807ed

Browse files
committed
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
2 parents 0f61b18 + 81d0223 commit 85807ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/i915_gpu_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ static void err_print_guc_ctb(struct drm_i915_error_state_buf *m,
686686
}
687687

688688
/* This list includes registers that are useful in debugging GuC hangs. */
689-
const struct {
689+
static const struct {
690690
u32 start;
691691
u32 count;
692692
} guc_hw_reg_state[] = {

0 commit comments

Comments
 (0)