Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_debugfs.c684 #define DROP_IDLE BIT(6) macro
694 DROP_IDLE | \
718 if (val & (DROP_IDLE | DROP_ACTIVE)) { in gt_drop_caches()
724 if (val & DROP_IDLE) { in gt_drop_caches()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_debugfs.c1442 #define DROP_IDLE BIT(6) macro
1452 DROP_IDLE | \
1475 if (val & (DROP_IDLE | DROP_ACTIVE)) { in gt_drop_caches()
1481 if (val & DROP_IDLE) { in gt_drop_caches()

Completed in 3 milliseconds