We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1b774 commit e8b8febCopy full SHA for e8b8feb
drivers/gpu/drm/msm/msm_gem_shrinker.c
@@ -15,7 +15,7 @@
15
/* Default disabled for now until it has some more testing on the different
16
* iommu combinations that can be paired with the driver:
17
*/
18
-static bool enable_eviction = false;
+static bool enable_eviction = true;
19
MODULE_PARM_DESC(enable_eviction, "Enable swappable GEM buffers");
20
module_param(enable_eviction, bool, 0600);
21
0 commit comments