Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_debugfs.c3579 #define DROP_ACTIVE BIT(3) macro
3588 DROP_ACTIVE | \
3617 if (val & (DROP_ACTIVE | DROP_IDLE | DROP_RETIRE | DROP_RESET_SEQNO)) { in i915_drop_caches_set()
3630 if (ret == 0 && val & (DROP_IDLE | DROP_ACTIVE)) in i915_drop_caches_set()