[Intel-gfx] [PATCH 0/2] i915/uncore: constify the uncore vtables.
static const vtables are more secure than writeable function pointers. These two patches cleanup the uncore vtable to use static const tables. v2: rebased onto drm-tip v3: fix selftests build failure. Dave.
[Intel-gfx] [PATCH 0/2] i915/uncore: constify the uncore vtables.
static const vtables are more secure than writeable function pointers. These two patches cleanup the uncore vtable to use static const tables. Dave.