> -----Original Message----- > From: Valkeinen, Tomi > Sent: Tuesday, September 27, 2011 12:19 PM > To: Hiremath, Vaibhav > Cc: Semwal, Sumit; Taneja, Archit; linux-omap@xxxxxxxxxxxxxxx; linux- > media@xxxxxxxxxxxxxxx > Subject: RE: [PATCH 3/5] [media]: OMAP_VOUT: Fix VSYNC IRQ handling in > omap_vout_isr > > On Tue, 2011-09-27 at 12:09 +0530, Hiremath, Vaibhav wrote: > > Please look at the patch carefully, it does exactly same thing. I > > understand the use-case what Archit explained in the last email but in > > this patch context, the use-case change anything here in this patch. > > With the current code, the ISR code will be ran for a panel connected to > LCD1 output when VSYNC for LCD2 happens. > > After Archit's patch, this no longer happens. > > I don't know what the ISR code does, so it may not cause any problems, > but it sure doesn't sound right running the code when a wrong interrupt > happens. > If you look at the patch, the patch barely checks for the condition and makes sure that the interrupt is either of VSYNC or VSYNC2, else return. Rest everything is same. The right fix is in streamon api, where you mask the interrupt before registering it. Thanks, Vaibhav > Tomi > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html