Re: [Mesa-dev] [PATCH] st/vdpau: add device reference counting

2014-08-13 Thread Ilia Mirkin
On Wed, Aug 13, 2014 at 11:51 AM, Christian König wrote: > Am 13.08.2014 um 17:13 schrieb Ilia Mirkin: > >> On Wed, Aug 13, 2014 at 11:07 AM, Christian König >> wrote: >>> >>> From: Christian König >>> >>> This fixes an issue with flash where it tries to destroy a decoder >>> after already destr

Re: [Mesa-dev] [PATCH] st/vdpau: add device reference counting

2014-08-13 Thread Christian König
Am 13.08.2014 um 17:13 schrieb Ilia Mirkin: On Wed, Aug 13, 2014 at 11:07 AM, Christian König wrote: From: Christian König This fixes an issue with flash where it tries to destroy a decoder after already destroying the device associated with the decoder. Fixes: https://bugs.freedesktop.org/s

Re: [Mesa-dev] [PATCH] st/vdpau: add device reference counting

2014-08-13 Thread Ilia Mirkin
On Wed, Aug 13, 2014 at 11:07 AM, Christian König wrote: > From: Christian König > > This fixes an issue with flash where it tries to destroy a decoder > after already destroying the device associated with the decoder. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=82517 > > Signed-off-b

[Mesa-dev] [PATCH] st/vdpau: add device reference counting

2014-08-13 Thread Christian König
From: Christian König This fixes an issue with flash where it tries to destroy a decoder after already destroying the device associated with the decoder. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=82517 Signed-off-by: Christian König --- src/gallium/state_trackers/vdpau/bitmap.c