Re: [Intel-gfx] [PATCH v3.5 02.5/22] drm/i915: add intel_display_suspend

2015-05-24 Thread Maarten Lankhorst
Op 23-05-15 om 01:03 schreef Matt Roper: > On Thu, May 21, 2015 at 02:33:31PM +0200, Maarten Lankhorst wrote: >> This is a function used to disable all crtc's. This makes it clearer >> to distinguish between when mode needs to be preserved and when >> it can be trashed. > To clarify, when you talk

Re: [Intel-gfx] [PATCH v3.5 02.5/22] drm/i915: add intel_display_suspend

2015-05-22 Thread Matt Roper
On Thu, May 21, 2015 at 02:33:31PM +0200, Maarten Lankhorst wrote: > This is a function used to disable all crtc's. This makes it clearer > to distinguish between when mode needs to be preserved and when > it can be trashed. To clarify, when you talk about mode being preserved or trashed here, you

[Intel-gfx] [PATCH v3.5 02.5/22] drm/i915: add intel_display_suspend

2015-05-21 Thread Maarten Lankhorst
This is a function used to disable all crtc's. This makes it clearer to distinguish between when mode needs to be preserved and when it can be trashed. Signed-off-by: Maarten Lankhorst --- Oops, I was trashing all state during suspend and on gpu reset. I will send an amended intel_crtc_control pa