Re: [Intel-gfx] [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains.

2016-02-18 Thread Maarten Lankhorst
Op 18-02-16 om 14:08 schreef Zanoni, Paulo R: > Em Qui, 2016-02-18 às 10:51 +0100, Maarten Lankhorst escreveu: >> Op 17-02-16 om 18:54 schreef Zanoni, Paulo R: >>> Em Qua, 2016-02-10 às 13:49 +0100, Maarten Lankhorst escreveu: Use our newly created encoder_mask to iterate over the encoders.

Re: [Intel-gfx] [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains.

2016-02-18 Thread Zanoni, Paulo R
Em Qui, 2016-02-18 às 10:51 +0100, Maarten Lankhorst escreveu: > Op 17-02-16 om 18:54 schreef Zanoni, Paulo R: > > Em Qua, 2016-02-10 às 13:49 +0100, Maarten Lankhorst escreveu: > > > Use our newly created encoder_mask to iterate over the encoders. > > As someone who was not paying attention to

Re: [Intel-gfx] [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains.

2016-02-18 Thread Maarten Lankhorst
Op 17-02-16 om 18:54 schreef Zanoni, Paulo R: > Em Qua, 2016-02-10 às 13:49 +0100, Maarten Lankhorst escreveu: >> Use our newly created encoder_mask to iterate over the encoders. > As someone who was not paying attention to the discussion of the > previous patches related to this, I think it would

Re: [Intel-gfx] [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains.

2016-02-17 Thread Zanoni, Paulo R
Em Qua, 2016-02-10 às 13:49 +0100, Maarten Lankhorst escreveu: > Use our newly created encoder_mask to iterate over the encoders. As someone who was not paying attention to the discussion of the previous patches related to this, I think it would be really good if your commit message could tell me

[Intel-gfx] [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains.

2016-02-10 Thread Maarten Lankhorst
Use our newly created encoder_mask to iterate over the encoders. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_display.c | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git