> Eric Anholt hat am 8. Oktober 2017 um 19:09 geschrieben:
>
>
> Stefan Wahren writes:
>
> > Hi Eric,
> >
> >> Eric Anholt hat am 6. Oktober 2017 um 21:42 geschrieben:
> >>
> >>
> >> Stefan Wahren writes:
> >>
> >> > This fixes the race between vc4_overflow_mem_work and the init of the
>
Stefan Wahren writes:
> Hi Eric,
>
>> Eric Anholt hat am 6. Oktober 2017 um 21:42 geschrieben:
>>
>>
>> Stefan Wahren writes:
>>
>> > This fixes the race between vc4_overflow_mem_work and the init of the
>> > job lock. Otherwise we could trigger a NULL pointer dereference
>> > during VC4 bin
Hi Eric,
> Eric Anholt hat am 6. Oktober 2017 um 21:42 geschrieben:
>
>
> Stefan Wahren writes:
>
> > This fixes the race between vc4_overflow_mem_work and the init of the
> > job lock. Otherwise we could trigger a NULL pointer dereference
> > during VC4 binding.
> >
> > Link: https://github.
This fixes the race between vc4_overflow_mem_work and the init of the
job lock. Otherwise we could trigger a NULL pointer dereference
during VC4 binding.
Link: https://github.com/anholt/linux/issues/114
Signed-off-by: Stefan Wahren
Fixes: d5b1a78a772f ("drm/vc4: Add support for drawing 3D frames.
Stefan Wahren writes:
> This fixes the race between vc4_overflow_mem_work and the init of the
> job lock. Otherwise we could trigger a NULL pointer dereference
> during VC4 binding.
>
> Link: https://github.com/anholt/linux/issues/114
> Signed-off-by: Stefan Wahren
> Fixes: d5b1a78a772f ("drm/vc