[PATCH 06/11] drm/exynos: page flip fixes
Inki Dae
inki.dae at samsung.com
Tue May 21 19:36:48 PDT 2013
> -----Original Message-----
> From: Dave Airlie [mailto:airlied at gmail.com]
> Sent: Wednesday, May 22, 2013 8:17 AM
> To: Inki Dae
> Cc: dri-devel at lists.freedesktop.org
> Subject: Re: [PATCH 06/11] drm/exynos: page flip fixes
>
> Hi Inki,
>
> can you please check if this patch is still necessary, and apply it if so.
>
I missed it. Applied. And exynos-drm-fixes has one patch being reviewed yet
so we will request pull after reviewed.
Thanks,
Inki Dae
> Dave.
>
> On Tue, Oct 9, 2012 at 5:50 AM, Rob Clark <rob.clark at linaro.org> wrote:
> > From: Rob Clark <rob at ti.com>
> >
> > The event wouldn't be on any list at this point, so nothing to delete
> > it from.
> >
> > Signed-off-by: Rob Clark <rob at ti.com>
> > ---
> > drivers/gpu/drm/exynos/exynos_drm_crtc.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/exynos/exynos_drm_crtc.c
> b/drivers/gpu/drm/exynos/exynos_drm_crtc.c
> > index abb1e2f..d17419c 100644
> > --- a/drivers/gpu/drm/exynos/exynos_drm_crtc.c
> > +++ b/drivers/gpu/drm/exynos/exynos_drm_crtc.c
> > @@ -225,7 +225,6 @@ static int exynos_drm_crtc_page_flip(struct drm_crtc
> *crtc,
> > ret = drm_vblank_get(dev, exynos_crtc->pipe);
> > if (ret) {
> > DRM_DEBUG("failed to acquire vblank counter\n");
> > - list_del(&event->base.link);
> >
> > goto out;
> > }
> > --
> > 1.7.9.5
> >
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
More information about the dri-devel
mailing list