[PATCH v5 5/7] drm: switch to sysfb_evict_conflicts()

2016-09-03 Thread Noralf Trønnes
Den 02.09.2016 10:22, skrev David Herrmann: > Switch over all DRM drivers to use the new sysfb_evict_conflicts() > infrastructure. The only non-trivial conversion is i915, since it does not > make use of the generic PCI resources, but assembles the apertures via > intel ggtt queries. > > Signed-of

[PATCH v5 5/7] drm: switch to sysfb_evict_conflicts()

2016-09-02 Thread David Herrmann
Switch over all DRM drivers to use the new sysfb_evict_conflicts() infrastructure. The only non-trivial conversion is i915, since it does not make use of the generic PCI resources, but assembles the apertures via intel ggtt queries. Signed-off-by: David Herrmann --- drivers/gpu/drm/Kconfig