Re: [Intel-gfx] [PATCH 2/2] drm/i915: Perform dpll commit first.

2015-11-30 Thread Maarten Lankhorst
Op 26-11-15 om 15:41 schreef Ander Conselvan De Oliveira: > On Tue, 2015-11-24 at 10:44 +0100, Maarten Lankhorst wrote: >> Warn for the wrong mask in enable only. Disable will have the wrong mask >> now because the new state is committed before disabling the old state. > Why? > > Ander > This is

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Perform dpll commit first.

2015-11-26 Thread Ander Conselvan De Oliveira
On Tue, 2015-11-24 at 10:44 +0100, Maarten Lankhorst wrote: > Warn for the wrong mask in enable only. Disable will have the wrong mask > now because the new state is committed before disabling the old state. Why? Ander > Signed-off-by: Maarten Lankhorst > ---

[Intel-gfx] [PATCH 2/2] drm/i915: Perform dpll commit first.

2015-11-24 Thread Maarten Lankhorst
Warn for the wrong mask in enable only. Disable will have the wrong mask now because the new state is committed before disabling the old state. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 10 +++--- 1 file changed, 3