Back to home page

OSCL-LXR

 
 

    


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