Re: [Intel-gfx] [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

2016-11-10 Thread Maarten Lankhorst
Op 10-11-16 om 11:53 schreef Ville Syrjälä: > On Wed, Nov 09, 2016 at 01:45:20PM +0100, Maarten Lankhorst wrote: >> Op 08-11-16 om 15:11 schreef Ville Syrjälä: >>> On Tue, Nov 08, 2016 at 01:55:36PM +0100, Maarten Lankhorst wrote: This is a hack and not needed. Use the right mask by checking

Re: [Intel-gfx] [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

2016-11-10 Thread Ville Syrjälä
On Wed, Nov 09, 2016 at 01:45:20PM +0100, Maarten Lankhorst wrote: > Op 08-11-16 om 15:11 schreef Ville Syrjälä: > > On Tue, Nov 08, 2016 at 01:55:36PM +0100, Maarten Lankhorst wrote: > >> This is a hack and not needed. Use the right mask by checking > >> intel_state->modeset. This works for

Re: [Intel-gfx] [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

2016-11-09 Thread Maarten Lankhorst
Op 08-11-16 om 15:11 schreef Ville Syrjälä: > On Tue, Nov 08, 2016 at 01:55:36PM +0100, Maarten Lankhorst wrote: >> This is a hack and not needed. Use the right mask by checking >> intel_state->modeset. This works for watermark sanitization too. >> >> Signed-off-by: Maarten Lankhorst

Re: [Intel-gfx] [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

2016-11-08 Thread Ville Syrjälä
On Tue, Nov 08, 2016 at 01:55:36PM +0100, Maarten Lankhorst wrote: > This is a hack and not needed. Use the right mask by checking > intel_state->modeset. This works for watermark sanitization too. > > Signed-off-by: Maarten Lankhorst > --- >

[Intel-gfx] [PATCH v3 05/11] drm/i915/gen9+: Do not initialise active_crtcs for !modeset

2016-11-08 Thread Maarten Lankhorst
This is a hack and not needed. Use the right mask by checking intel_state->modeset. This works for watermark sanitization too. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_pm.c | 38 +++--- 1 file changed, 15