Linux Kernel
3.7.1
|
#include <i915_drm.h>
Data Fields | |
__u32 | handle |
__u32 | caching |
Definition at line 712 of file i915_drm.h.
__u32 caching |
Cacheing level to apply or return value
bits0-15 are for generic caching control (i.e. the above defined values). bits16-31 are reserved for platform-specific variations (e.g. l3$ caching on gen7).
Definition at line 723 of file i915_drm.h.
Handle of the buffer to set/get the caching level of.
Definition at line 715 of file i915_drm.h.