]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915/de: Add intel_de_read16()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 31 Mar 2026 15:42:54 +0000 (18:42 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 1 Apr 2026 14:06:41 +0000 (17:06 +0300)
commited3643fb137386a6c8b9475a74e93ed0e63b5ce2
tree0c3c750ce221bb7fd626e5c1bdaba9357513508a
parenta076686acab63a2a632304af277751752e8a28d7
drm/i915/de: Add intel_de_read16()

We'll need a replacement for intel_uncore_read16() in order to
untangle intel_mchbar_read16() from uncore. As with the 8 bit
counterpart this doesn't need to work on modern platforms
so we can forgo all the DMC wakelock stuff and whatnot.

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