Re: [Intel-gfx] [PATCH v2 01/12] drm/i915: Make the force_thru workaround atomic.

2015-07-28 Thread Daniel Vetter
On Tue, Jul 28, 2015 at 09:57:37AM +0200, Maarten Lankhorst wrote: > Op 27-07-15 om 16:04 schreef Daniel Vetter: > > On Mon, Jul 27, 2015 at 02:35:30PM +0200, Maarten Lankhorst wrote: > >> Set active_changed to force a modeset if the panel fitter's force > >> enabled. > >> > >> Signed-off-by: Maart

Re: [Intel-gfx] [PATCH v2 01/12] drm/i915: Make the force_thru workaround atomic.

2015-07-28 Thread Maarten Lankhorst
Op 27-07-15 om 16:04 schreef Daniel Vetter: > On Mon, Jul 27, 2015 at 02:35:30PM +0200, Maarten Lankhorst wrote: >> Set active_changed to force a modeset if the panel fitter's force >> enabled. >> >> Signed-off-by: Maarten Lankhorst > Hm, shouldn't our fancy fastset logic be able to detect that we

Re: [Intel-gfx] [PATCH v2 01/12] drm/i915: Make the force_thru workaround atomic.

2015-07-27 Thread Daniel Vetter
On Mon, Jul 27, 2015 at 02:35:30PM +0200, Maarten Lankhorst wrote: > Set active_changed to force a modeset if the panel fitter's force > enabled. > > Signed-off-by: Maarten Lankhorst Hm, shouldn't our fancy fastset logic be able to detect that we've changed pfit change here and force a full mode

[Intel-gfx] [PATCH v2 01/12] drm/i915: Make the force_thru workaround atomic.

2015-07-27 Thread Maarten Lankhorst
Set active_changed to force a modeset if the panel fitter's force enabled. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_debugfs.c | 82 +++- drivers/gpu/drm/i915/intel_display.c | 3 ++ 2 files changed, 27 insertions(+), 58 deletions(-) diff -