Re: [PATCH] drm/vc4: Fix memory leak of the CRTC state.

2017-01-17 Thread Stefan Wahren
> Hi Eric, > > could you please resend this patch [1], because it's still not applied in > Linux 4.10-rc2. > > Thanks > Stefan > > [1] - https://patchwork.kernel.org/patch/9369793/ ping ... ___ dri-devel mailing list dri-devel@lists.freedesktop.org http

Re: [PATCH] drm/vc4: Fix memory leak of the CRTC state.

2017-01-17 Thread Eric Anholt
Stefan Wahren writes: >> Hi Eric, >> >> could you please resend this patch [1], because it's still not applied in >> Linux 4.10-rc2. >> >> Thanks >> Stefan >> >> [1] - https://patchwork.kernel.org/patch/9369793/ > > ping ... It's in drm-vc4-fixes now. I just sent out two more fixes, and I shou

[PATCH] drm/vc4: Fix memory leak of the CRTC state.

2017-01-07 Thread Stefan Wahren
Hi Eric, could you please resend this patch [1], because it's still not applied in Linux 4.10-rc2. Thanks Stefan [1] - https://patchwork.kernel.org/patch/9369793/

[PATCH] drm/vc4: Fix memory leak of the CRTC state.

2016-10-10 Thread Eric Anholt
The underscores variant frees the pointers inside, while the no-underscores variant calls underscores and then frees the struct. Signed-off-by: Eric Anholt Fixes: d8dbf44f13b9 ("drm/vc4: Make the CRTCs cooperate on allocating display lists.") Cc: stable at vger.kernel.org --- drivers/gpu/drm/vc