Re: [Intel-gfx] [PATCH v2 13/20] drm/i915: Always reset in intel_crtc_restore_mode

2015-07-07 Thread Daniel Vetter
On Tue, Jul 07, 2015 at 12:48:36PM +0200, Maarten Lankhorst wrote: > Op 07-07-15 om 12:17 schreef Daniel Vetter: > > On Tue, Jul 07, 2015 at 09:08:24AM +0200, Maarten Lankhorst wrote: > >> And get rid of things that are no longer true. This function is only > >> used for forcing a modeset when enco

Re: [Intel-gfx] [PATCH v2 13/20] drm/i915: Always reset in intel_crtc_restore_mode

2015-07-07 Thread Maarten Lankhorst
Op 07-07-15 om 12:17 schreef Daniel Vetter: > On Tue, Jul 07, 2015 at 09:08:24AM +0200, Maarten Lankhorst wrote: >> And get rid of things that are no longer true. This function is only >> used for forcing a modeset when encoder properties are changed. >> >> All the existing state is fine in this ca

Re: [Intel-gfx] [PATCH v2 13/20] drm/i915: Always reset in intel_crtc_restore_mode

2015-07-07 Thread Daniel Vetter
On Tue, Jul 07, 2015 at 09:08:24AM +0200, Maarten Lankhorst wrote: > And get rid of things that are no longer true. This function is only > used for forcing a modeset when encoder properties are changed. > > All the existing state is fine in this case, only setting mode_changed > will force a full

[Intel-gfx] [PATCH v2 13/20] drm/i915: Always reset in intel_crtc_restore_mode

2015-07-07 Thread Maarten Lankhorst
And get rid of things that are no longer true. This function is only used for forcing a modeset when encoder properties are changed. All the existing state is fine in this case, only setting mode_changed will force a full recalculation here, and take all the state needed. The previous commit will