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
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
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-
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-