Re: [Intel-gfx] [PATCH 04/24] drm/i915: Update power domains only on affected crtc's.

2015-06-15 Thread Maarten Lankhorst
Op 15-06-15 om 13:43 schreef Daniel Vetter: > On Wed, Jun 03, 2015 at 08:52:52AM +0200, Maarten Lankhorst wrote: >> Op 03-06-15 om 03:27 schreef Matt Roper: >>> On Mon, Jun 01, 2015 at 03:27:07PM +0200, Maarten Lankhorst wrote: Use for_each_crtc_state to only touch affected crtc's. In ord

Re: [Intel-gfx] [PATCH 04/24] drm/i915: Update power domains only on affected crtc's.

2015-06-15 Thread Daniel Vetter
On Wed, Jun 03, 2015 at 08:52:52AM +0200, Maarten Lankhorst wrote: > Op 03-06-15 om 03:27 schreef Matt Roper: > > On Mon, Jun 01, 2015 at 03:27:07PM +0200, Maarten Lankhorst wrote: > >> Use for_each_crtc_state to only touch affected crtc's. > >> In order to make sure that the initial power is still

Re: [Intel-gfx] [PATCH 04/24] drm/i915: Update power domains only on affected crtc's.

2015-06-02 Thread Maarten Lankhorst
Op 03-06-15 om 03:27 schreef Matt Roper: > On Mon, Jun 01, 2015 at 03:27:07PM +0200, Maarten Lankhorst wrote: >> Use for_each_crtc_state to only touch affected crtc's. >> In order to make sure that the initial power is still set >> correctly we make sure modeset_update_crtc_power_domains is called

Re: [Intel-gfx] [PATCH 04/24] drm/i915: Update power domains only on affected crtc's.

2015-06-02 Thread Matt Roper
On Mon, Jun 01, 2015 at 03:27:07PM +0200, Maarten Lankhorst wrote: > Use for_each_crtc_state to only touch affected crtc's. > In order to make sure that the initial power is still set > correctly we make sure modeset_update_crtc_power_domains is called > during the initial modeset. > > Signed-off-

[Intel-gfx] [PATCH 04/24] drm/i915: Update power domains only on affected crtc's.

2015-06-01 Thread Maarten Lankhorst
Use for_each_crtc_state to only touch affected crtc's. In order to make sure that the initial power is still set correctly we make sure modeset_update_crtc_power_domains is called during the initial modeset. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_drv.c | 3 --- driv