[Intel-gfx] [PATCH] drm/i915: select MMU_NOTIFIER
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Jun 18 00:38:52 CEST 2014
Without this the interactions with the core mm don't work to well and
heavy userptr tests OOM _really_ premature. With this my 2G memory
atom is much happier when running gem_userptr_blt tests.
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
drivers/gpu/drm/i915/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/i915/Kconfig b/drivers/gpu/drm/i915/Kconfig
index 437e1824d0bf..7c494ebeeeb5 100644
--- a/drivers/gpu/drm/i915/Kconfig
+++ b/drivers/gpu/drm/i915/Kconfig
@@ -18,6 +18,7 @@ config DRM_I915
select INPUT if ACPI
select ACPI_VIDEO if ACPI
select ACPI_BUTTON if ACPI
+ select MMU_NOTIFIER
help
Choose this option if you have a system that has "Intel Graphics
Media Accelerator" or "HD Graphics" integrated graphics,
--
1.8.1.4
More information about the Intel-gfx
mailing list