Hi Daniel,
Daniel Vetter writes:
> On Fri, Mar 29, 2013 at 5:35 PM, Egbert Eich wrote:
>
> Yeah, makes sense now that I think about it - I've simply didn't look
> ahead in your patch series while writing this little fixup ;-) Can you
> just re-add this when resending your patches again plea
On Fri, Mar 29, 2013 at 5:35 PM, Egbert Eich wrote:
> Daniel Vetter writes:
> > diff --git a/drivers/gpu/drm/i915/i915_irq.c
> b/drivers/gpu/drm/i915/i915_irq.c
> > index 43436e0..1279a44 100644
> > --- a/drivers/gpu/drm/i915/i915_irq.c
> > +++ b/drivers/gpu/drm/i915/i915_irq.c
> > @@ -2084,
Sorry for replying so late, I wasn't able to task switch my brain
towards this when it was discussed:
Daniel Vetter writes:
> diff --git a/drivers/gpu/drm/i915/i915_irq.c
> b/drivers/gpu/drm/i915/i915_irq.c
> index 43436e0..1279a44 100644
> --- a/drivers/gpu/drm/i915/i915_irq.c
> +++ b/driv
On Wed, Mar 27, 2013 at 05:05:54PM +0200, Ville Syrjälä wrote:
> On Wed, Mar 27, 2013 at 03:55:01PM +0100, Daniel Vetter wrote:
> > This fixes a regression introduced in
> >
> > commit e5868a318d1ae28f760f77bb91ce5deb751733fd
> > Author: Egbert Eich
> > Date: Thu Feb 28 04:17:12 2013 -0500
> >
On Wed, Mar 27, 2013 at 03:55:01PM +0100, Daniel Vetter wrote:
> This fixes a regression introduced in
>
> commit e5868a318d1ae28f760f77bb91ce5deb751733fd
> Author: Egbert Eich
> Date: Thu Feb 28 04:17:12 2013 -0500
>
> DRM/i915: Convert HPD interrupts to make use of HPD pin assignment in
This fixes a regression introduced in
commit e5868a318d1ae28f760f77bb91ce5deb751733fd
Author: Egbert Eich
Date: Thu Feb 28 04:17:12 2013 -0500
DRM/i915: Convert HPD interrupts to make use of HPD pin assignment in encode
Due to the irq setup rework in 3.9, see
commit 20afbda209d708be66944
On Wed, Mar 27, 2013 at 12:44:30AM +0100, Daniel Vetter wrote:
> Due to the irq setup rework in 3.9 Egbert's hpd rework blows up on
> pch-split platforms. The new init sequence is:
>
> - irq enabling
> - modeset init
> - hpd setup
>
> We need to move around the ibx setup a bit to fix this.
>
> T
Due to the irq setup rework in 3.9 Egbert's hpd rework blows up on
pch-split platforms. The new init sequence is:
- irq enabling
- modeset init
- hpd setup
We need to move around the ibx setup a bit to fix this.
This needs to be squashed into a commit on dinq.
Cc: Egbert Eich
Cc: Jesse Barnes