summaryrefslogtreecommitdiff
path: root/lib/igt_debugfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_debugfs.c')
-rw-r--r--lib/igt_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_debugfs.c b/lib/igt_debugfs.c
index cd70ea1d..fb13a88b 100644
--- a/lib/igt_debugfs.c
+++ b/lib/igt_debugfs.c
@@ -737,7 +737,7 @@ static int get_object_count(void)
FILE *file;
int ret, scanned;
- igt_drop_caches_set(DROP_RETIRE | DROP_ACTIVE);
+ igt_drop_caches_set(DROP_RETIRE | DROP_ACTIVE | DROP_FREED);
file = igt_debugfs_fopen("i915_gem_objects", "r");