1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2021 Intel Corporation
6 #ifndef __I915_GEM_CREATE_H__
7 #define __I915_GEM_CREATE_H__
11 struct drm_mode_create_dumb;
13 int i915_gem_dumb_create(struct drm_file *file_priv,
14 struct drm_device *dev,
15 struct drm_mode_create_dumb *args);
17 #endif /* __I915_GEM_CREATE_H__ */