![]() |
|
|||
0001 /* SPDX-License-Identifier: MIT */ 0002 /* 0003 * Copyright © 2021 Intel Corporation 0004 */ 0005 0006 #ifndef __I915_GEM_CREATE_H__ 0007 #define __I915_GEM_CREATE_H__ 0008 0009 struct drm_file; 0010 struct drm_device; 0011 struct drm_mode_create_dumb; 0012 0013 int i915_gem_dumb_create(struct drm_file *file_priv, 0014 struct drm_device *dev, 0015 struct drm_mode_create_dumb *args); 0016 0017 #endif /* __I915_GEM_CREATE_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |