[PATCH 09/11] drm/imx: page flip fixes

2013-05-22 Thread Dave Airlie
Hi Sascha, please review and apply if still applicable, I've already applied the imx use drm_send_vblank_event to my drm-fixes tree. Dave. On Tue, Oct 9, 2012 at 5:50 AM, Rob Clark wrote: > From: Rob Clark > > The 'event' could be null, so don't list_del(&event->base.link).. and > in fact eve

Re: [PATCH 09/11] drm/imx: page flip fixes

2013-05-21 Thread Dave Airlie
Hi Sascha, please review and apply if still applicable, I've already applied the imx use drm_send_vblank_event to my drm-fixes tree. Dave. On Tue, Oct 9, 2012 at 5:50 AM, Rob Clark wrote: > From: Rob Clark > > The 'event' could be null, so don't list_del(&event->base.link).. and > in fact eve

[PATCH 09/11] drm/imx: page flip fixes

2012-10-08 Thread Rob Clark
From: Rob Clark The 'event' could be null, so don't list_del(&event->base.link).. and in fact even if it wasn't null there is no reason to do this. Also, this looks racy with the irq handler, so throw in a spinlock for good measure. Signed-off-by: Rob Clark --- drivers/staging/imx-drm/ipuv3-

[PATCH 09/11] drm/imx: page flip fixes

2012-10-08 Thread Rob Clark
From: Rob Clark The 'event' could be null, so don't list_del(&event->base.link).. and in fact even if it wasn't null there is no reason to do this. Also, this looks racy with the irq handler, so throw in a spinlock for good measure. Signed-off-by: Rob Clark --- drivers/staging/imx-drm/ipuv3-