Re: [Intel-gfx] [PATCH v2 1/2] drm/i915: Fix modeset handling during gpu reset.

2016-04-25 Thread Ville Syrjälä
On Mon, Apr 11, 2016 at 08:23:33AM +0200, Maarten Lankhorst wrote: > This function would call drm_modeset_lock_all, while the suspend/resume > functions already have their own locking. Fix this by factoring out > __intel_display_resume, and calling the atomic helpers for duplicating > atomic state

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915: Fix modeset handling during gpu reset.

2016-04-20 Thread Maarten Lankhorst
Op 11-04-16 om 08:23 schreef Maarten Lankhorst: > This function would call drm_modeset_lock_all, while the suspend/resume > functions already have their own locking. Fix this by factoring out > __intel_display_resume, and calling the atomic helpers for duplicating > atomic state and disabling all c

[Intel-gfx] [PATCH v2 1/2] drm/i915: Fix modeset handling during gpu reset.

2016-04-10 Thread Maarten Lankhorst
This function would call drm_modeset_lock_all, while the suspend/resume functions already have their own locking. Fix this by factoring out __intel_display_resume, and calling the atomic helpers for duplicating atomic state and disabling all crtc's during suspend. Signed-off-by: Maarten Lankhorst