Re: [Intel-gfx] [PATCH 2/2 v2] hda - delayed ELD repoll

2011-11-16 Thread Paul Menzel
Dear Fengguang, Am Mittwoch, den 16.11.2011, 00:57 +0800 schrieb Wu Fengguang: > The Intel HDMI chips (ironlake at least) are found to have ~250ms delay > between the ELD_Valid=1 hotplug event is send and the ELD buffer becomes > actually readable. During the time the ELD buffer is mysteriously a

Re: [Intel-gfx] [PATCH 2/2 v2] hda - delayed ELD repoll

2011-11-15 Thread Wu Fengguang
On Wed, Nov 16, 2011 at 01:10:37AM +0800, Takashi Iwai wrote: > At Wed, 16 Nov 2011 00:57:08 +0800, > Wu Fengguang wrote: > > +static void hda_eld_work(struct work_struct *work) > > +{ > > + struct hdmi_eld *eld = container_of( > > + container_of(work, struct delayed_wor

Re: [Intel-gfx] [PATCH 2/2 v2] hda - delayed ELD repoll

2011-11-15 Thread Takashi Iwai
At Wed, 16 Nov 2011 00:57:08 +0800, Wu Fengguang wrote: > +static void hda_eld_work(struct work_struct *work) > +{ > + struct hdmi_eld *eld = container_of( > + container_of(work, struct delayed_work, work), > + struct hdmi_eld, work); Ugh