]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/vga: Assert that VGA register accesses are going to the right GPU
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Dec 2025 18:26:27 +0000 (20:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 Jan 2026 03:20:27 +0000 (05:20 +0200)
commit7e47a14b02fe288029448f8ba80852fe2b0b2d53
treee43c61fdd143221a7ff3e2d968a0869cdf0fd354
parent01f827140bcbde9f6b4ce68bc7657f9bb9739a69
drm/i915/vga: Assert that VGA register accesses are going to the right GPU

We want our VGA register accesses to land on the correct GPU.
Check that the VGA routing is appropriately configured.

For the iGPU this just means the IO decode enable on the GPU, but
for dGPUs we also need the entire chain of bridges to forward the
VGA accesses.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20251208182637.334-10-ville.syrjala@linux.intel.com
Acked-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_vga.c