]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/overlay: Rename low level i915 specific functions
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:31 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:35 +0000 (10:41 +0200)
commit99e33b5283b909b592e43c0c5b710b9ff95147ec
tree40dfc5ea5aa7ce0c3561c893653f2952f9b80785
parentc5649ff6e898456fe30693ce4c38c77b1b728b12
drm/i915/overlay: Rename low level i915 specific functions

Some of the lower level functions in the overlay code will
move to the i915 side of the upcoming parent vs. display
driver split. Move all such functions to the "i915_overlay_"
namespace to make it easier to see what belongs where.

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