![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 /* 0003 * Copyright © 2020 Intel Corporation 0004 */ 0005 0006 #ifndef _INTEL_CURSOR_H_ 0007 #define _INTEL_CURSOR_H_ 0008 0009 enum pipe; 0010 struct drm_i915_private; 0011 struct intel_plane; 0012 0013 struct intel_plane * 0014 intel_cursor_plane_create(struct drm_i915_private *dev_priv, 0015 enum pipe pipe); 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |