]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/crt: Use IS0_R instead of VGA_MIS_W
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 8 Dec 2025 18:26:33 +0000 (20:26 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 23 Jan 2026 03:20:28 +0000 (05:20 +0200)
commit5dc670f24b055ef9f4a95f7db41e97465695c3f6
treeb91ef91befdb009d172f5991a012f541efcf8854
parent46e51fd0149a85e8165868761f7ede2fdec56654
drm/i915/crt: Use IS0_R instead of VGA_MIS_W

Use the proper IS0_R name for the VGA input status register 0, instead
of using the VGA_MIS_W alias which is meant for write accesses to the
same address. Yes, VGA registers are weird.

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