]> Git Repo - J-linux.git/blob - drivers/gpu/drm/i915/display/intel_cursor.h
Merge tag 'input-for-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor...
[J-linux.git] / drivers / gpu / drm / i915 / display / intel_cursor.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2020 Intel Corporation
4  */
5
6 #ifndef _INTEL_CURSOR_H_
7 #define _INTEL_CURSOR_H_
8
9 enum pipe;
10 struct drm_i915_private;
11 struct intel_plane;
12
13 struct intel_plane *
14 intel_cursor_plane_create(struct drm_i915_private *dev_priv,
15                           enum pipe pipe);
16
17 #endif
This page took 0.029145 seconds and 4 git commands to generate.