summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_cursor.h
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2025-11-07 20:11:25 +0200
committerVille Syrjälä <ville.syrjala@linux.intel.com>2025-11-12 23:01:08 +0200
commitaa4cd70b1b5e01b0344f8cd93a8e03798e88bc27 (patch)
tree74af10f60ba789932cd1094084595019b7a4f914 /drivers/gpu/drm/i915/display/intel_cursor.h
parent3107fc63078bf1c3df235eabf6609155fd1c239c (diff)
drm/i915/cursor: Extract intel_cursor_mode_config_init()
Move the max cursor size initialization into intel_cursor.c so that all the platform specific details about cursors are concentrated in one file. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patch.msgid.link/20251107181126.5743-9-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_cursor.h')
-rw-r--r--drivers/gpu/drm/i915/display/intel_cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_cursor.h b/drivers/gpu/drm/i915/display/intel_cursor.h
index 65a9e7eb88c2..7c269d7381ad 100644
--- a/drivers/gpu/drm/i915/display/intel_cursor.h
+++ b/drivers/gpu/drm/i915/display/intel_cursor.h
@@ -17,4 +17,6 @@ intel_cursor_plane_create(struct intel_display *display,
void intel_cursor_unpin_work(struct kthread_work *base);
+void intel_cursor_mode_config_init(struct intel_display *display);
+
#endif