Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c3576 #define DROP_UNBOUND BIT(0) macro
3585 #define DROP_ALL (DROP_UNBOUND | \
3658 if (val & DROP_UNBOUND) in i915_drop_caches_set()