[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Alex Deucher
On Tue, Aug 28, 2012 at 3:03 AM, Paul Menzel wrote: > Dear Alex, > > > Am Montag, den 27.08.2012, 16:25 -0400 schrieb alexdeucher at gmail.com: >> From: Alex Deucher >> >> Power gating is per crtc pair, but the powergating registers >> should be called individually. The hw handles power up/down

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Alex Deucher
On Tue, Aug 28, 2012 at 2:28 AM, Michel D?nzer wrote: > On Mon, 2012-08-27 at 16:25 -0400, alexdeucher at gmail.com wrote: >> From: Alex Deucher >> >> Power gating is per crtc pair, but the powergating registers >> should be called individually. The hw handles power up/down >> properly. The pai

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Paul Menzel
Dear Alex, Am Montag, den 27.08.2012, 16:25 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Power gating is per crtc pair, but the powergating registers > should be called individually. The hw handles power up/down > properly. The pair is powered up if either crtc in the pair

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Michel Dänzer
On Mon, 2012-08-27 at 16:25 -0400, alexdeucher at gmail.com wrote: > From: Alex Deucher > > Power gating is per crtc pair, but the powergating registers > should be called individually. The hw handles power up/down > properly. The pair is powered up if either crtc in the pair > is powered up a

Re: [PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Alex Deucher
On Tue, Aug 28, 2012 at 3:03 AM, Paul Menzel wrote: > Dear Alex, > > > Am Montag, den 27.08.2012, 16:25 -0400 schrieb alexdeuc...@gmail.com: >> From: Alex Deucher >> >> Power gating is per crtc pair, but the powergating registers >> should be called individually. The hw handles power up/down >>

Re: [PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Alex Deucher
On Tue, Aug 28, 2012 at 2:28 AM, Michel Dänzer wrote: > On Mon, 2012-08-27 at 16:25 -0400, alexdeuc...@gmail.com wrote: >> From: Alex Deucher >> >> Power gating is per crtc pair, but the powergating registers >> should be called individually. The hw handles power up/down >> properly. The pair i

Re: [PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-28 Thread Paul Menzel
Dear Alex, Am Montag, den 27.08.2012, 16:25 -0400 schrieb alexdeuc...@gmail.com: > From: Alex Deucher > > Power gating is per crtc pair, but the powergating registers > should be called individually. The hw handles power up/down > properly. The pair is powered up if either crtc in the pair >

Re: [PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread Michel Dänzer
On Mon, 2012-08-27 at 16:25 -0400, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > Power gating is per crtc pair, but the powergating registers > should be called individually. The hw handles power up/down > properly. The pair is powered up if either crtc in the pair > is powered up and

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread alexdeuc...@gmail.com
From: Alex Deucher Power gating is per crtc pair, but the powergating registers should be called individually. The hw handles power up/down properly. The pair is powered up if either crtc in the pair is powered up and the pair is not powered down until both crtcs in the pair are powered down.

[PATCH] drm/radeon/atom: powergating fixes for DCE6

2012-08-27 Thread alexdeucher
From: Alex Deucher Power gating is per crtc pair, but the powergating registers should be called individually. The hw handles power up/down properly. The pair is powered up if either crtc in the pair is powered up and the pair is not powered down until both crtcs in the pair are powered down.