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

2015-09-02 Thread Daniel Vetter
On Tue, Sep 01, 2015 at 01:51:38PM +0200, Maarten Lankhorst wrote: > Op 01-09-15 om 12:12 schreef Daniel Vetter: > > On Mon, Aug 31, 2015 at 03:13:41PM -0700, Matt Roper wrote: > >> On Thu, Aug 27, 2015 at 03:15:15PM +0200, Maarten Lankhorst wrote: > >>> Set DRIVER_MODESET and DRIVER_ATOMIC by

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

2015-09-01 Thread Daniel Vetter
On Mon, Aug 31, 2015 at 03:13:41PM -0700, Matt Roper wrote: > On Thu, Aug 27, 2015 at 03:15:15PM +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:

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

2015-09-01 Thread Maarten Lankhorst
Op 01-09-15 om 12:12 schreef Daniel Vetter: > On Mon, Aug 31, 2015 at 03:13:41PM -0700, Matt Roper wrote: >> On Thu, Aug 27, 2015 at 03:15:15PM +0200, Maarten Lankhorst wrote: >>> Set DRIVER_MODESET and DRIVER_ATOMIC by default. The driver is fully atomic. >>> Remove the legacy suspend/resume, to

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

2015-08-31 Thread Matt Roper
On Thu, Aug 27, 2015 at 03:15:15PM +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

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

2015-08-29 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 7275 -Summary- Platform Delta drm-intel-nightly Series Applied ILK -1

[Intel-gfx] [PATCH] drm/i915: Fix module initialisation, v2.

2015-08-27 Thread Maarten Lankhorst
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 the .get_vblank_timestamp reset to NULL. It's a noop without UMS.