]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/overlay: Adjust i915 specific interfaces
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 26 Feb 2026 10:07:32 +0000 (12:07 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Feb 2026 08:41:35 +0000 (10:41 +0200)
commit21f424e22023aab1f1757dedd1520a7e3a98f78a
treefd3fbffed893d756956717b309be448d79ef9e35
parent99e33b5283b909b592e43c0c5b710b9ff95147ec
drm/i915/overlay: Adjust i915 specific interfaces

Adjust the names ("i915_overlay_" prefix) and calling
convention (pass the driver agnostic 'struct drm_device'()
of the functions that will provide the remainder of the
parent driver interface to be used by the overlay display
code.

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-14-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_overlay.c