Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c3582 #define DROP_IDLE BIT(6) macro
3591 DROP_IDLE | \
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()
3636 if (ret == 0 && val & DROP_IDLE) in i915_drop_caches_set()
3647 if (ret == 0 && val & DROP_IDLE) in i915_drop_caches_set()
3665 if (val & DROP_IDLE) { in i915_drop_caches_set()