1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2020 Intel Corporation
6 #ifndef _INTEL_CURSOR_H_
7 #define _INTEL_CURSOR_H_
10 struct drm_i915_private;
15 intel_cursor_plane_create(struct drm_i915_private *dev_priv,
18 void intel_cursor_unpin_work(struct kthread_work *base);