Home
last modified time | relevance | path

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

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_debugfs.c838 #define DROP_RETIRE BIT(2) macro
848 DROP_RETIRE | \
872 if (val & DROP_RETIRE) in gt_drop_caches()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_debugfs.c838 #define DROP_RETIRE BIT(2) macro
848 DROP_RETIRE | \
872 if (val & DROP_RETIRE) in gt_drop_caches()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Di915_debugfs.c838 #define DROP_RETIRE BIT(2) macro
848 DROP_RETIRE | \
872 if (val & DROP_RETIRE) in gt_drop_caches()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c3401 #define DROP_RETIRE 0x4 macro
3405 DROP_RETIRE | \
3439 if (val & (DROP_RETIRE | DROP_ACTIVE)) in i915_drop_caches_set()