Searched refs:HAS_WT (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_getparam.c63 value = HAS_WT(i915);
H A Di915_drv.h818 #define HAS_WT(i915) HAS_EDRAM(i915) macro
/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_domain.c371 level = HAS_WT(i915) ? I915_CACHE_WT : I915_CACHE_NONE;
450 HAS_WT(i915) ?
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_plane_initial.c124 i915_gem_object_set_cache_coherency(obj, HAS_WT(i915) ?

Completed in 223 milliseconds