Home
last modified time | relevance | path

Searched refs:I915_MMAP_WC (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/include/uapi/drm/
H A Di915_drm.h610 #define I915_MMAP_WC 0x1 macro
/dragonfly/sys/dev/drm/i915/
H A Di915_gem.c1763 if (args->flags & ~(I915_MMAP_WC)) in i915_gem_mmap_ioctl()
1766 if (args->flags & I915_MMAP_WC && !boot_cpu_has(X86_FEATURE_PAT)) in i915_gem_mmap_ioctl()
1828 if (args->flags & I915_MMAP_WC) { /* I915_PARAM_MMAP_VERSION */ in i915_gem_mmap_ioctl()