Re: [Intel-gfx] drm/i915: Fix module initialisation.

2015-08-26 Thread Maarten Lankhorst
Op 26-08-15 om 09:51 schreef Daniel Vetter: On Mon, Aug 17, 2015 at 12:00:38PM +0200, Maarten Lankhorst wrote: Set DRIVER_MODESET and DRIVER_ATOMIC by default. The driver is fully atomic. Remove the legacy suspend/resume, to fix a warning introduced by: drm: WARN_ON if a modeset driver uses

Re: [Intel-gfx] drm/i915: Fix module initialisation.

2015-08-26 Thread Daniel Vetter
On Wed, Aug 26, 2015 at 09:57:45AM +0200, Maarten Lankhorst wrote: Op 26-08-15 om 09:51 schreef Daniel Vetter: On Mon, Aug 17, 2015 at 12:00:38PM +0200, Maarten Lankhorst wrote: .load = i915_driver_load, .unload = i915_driver_unload, .open = i915_driver_open, @@ -1655,10

Re: [Intel-gfx] drm/i915: Fix module initialisation.

2015-08-26 Thread Daniel Vetter
On Mon, Aug 17, 2015 at 12:00:38PM +0200, Maarten Lankhorst wrote: Set DRIVER_MODESET and DRIVER_ATOMIC by default. The driver is fully atomic. Remove the legacy suspend/resume, to fix a warning introduced by: drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers and removing

Re: [Intel-gfx] drm/i915: Fix module initialisation.

2015-08-17 Thread Chris Wilson
On Mon, Aug 17, 2015 at 12:00:38PM +0200, Maarten Lankhorst wrote: Set DRIVER_MODESET and DRIVER_ATOMIC by default. The driver is fully atomic. Remove the legacy suspend/resume, to fix a warning introduced by: drm: WARN_ON if a modeset driver uses legacy suspend/resume helpers and removing