Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/
H A Di915_debugfs.c564 #define DROP_ACTIVE BIT(3) macro
574 DROP_ACTIVE | \
601 if (val & (DROP_IDLE | DROP_ACTIVE)) { in gt_drop_caches()