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

/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem_shrinker.c18 static bool enable_eviction = true; variable
19 MODULE_PARM_DESC(enable_eviction, "Enable swappable GEM buffers");
20 module_param(enable_eviction, bool, 0600);
24 return enable_eviction && get_nr_swap_pages() > 0;

Completed in 608 milliseconds