Skip to content

Commit e8b8feb

Browse files
committed
drm/msm: Enable unpin/eviction by default
We've had this enabled in the CrOS kernel for a while now without seeing issues, so let's flip the switch upstream now. Signed-off-by: Rob Clark <[email protected]> Patchwork: https://patchwork.freedesktop.org/patch/511694/ Link: https://lore.kernel.org/r/[email protected]
1 parent 2c1b774 commit e8b8feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/msm_gem_shrinker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/* Default disabled for now until it has some more testing on the different
1616
* iommu combinations that can be paired with the driver:
1717
*/
18-
static bool enable_eviction = false;
18+
static bool enable_eviction = true;
1919
MODULE_PARM_DESC(enable_eviction, "Enable swappable GEM buffers");
2020
module_param(enable_eviction, bool, 0600);
2121

0 commit comments

Comments
 (0)