drivers/gpu/drm/i915/display/intel_de.c
0 → 100644
+23
−0
Loading
intel_de_{read,write}8() aren't performance critical so having them
as static inline is pointless. Introduce intel_de.c and move the
implementation there.
Signed-off-by:
Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260313111028.25159-2-ville.syrjala@linux.intel.com
Reviewed-by:
Jani Nikula <jani.nikula@intel.com>