![]() |
|
|||
0001 /* 0002 * SPDX-License-Identifier: MIT 0003 * 0004 * Copyright © 2016 Intel Corporation 0005 */ 0006 0007 #ifndef __I915_GEM_CLFLUSH_H__ 0008 #define __I915_GEM_CLFLUSH_H__ 0009 0010 #include <linux/types.h> 0011 0012 struct drm_i915_private; 0013 struct drm_i915_gem_object; 0014 0015 bool i915_gem_clflush_object(struct drm_i915_gem_object *obj, 0016 unsigned int flags); 0017 #define I915_CLFLUSH_FORCE BIT(0) 0018 #define I915_CLFLUSH_SYNC BIT(1) 0019 0020 #endif /* __I915_GEM_CLFLUSH_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |