search for: fence_enable_sw_signalling

Displaying 6 results from an estimated 6 matches for "fence_enable_sw_signalling".

2014 Jul 22
3
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...15 might do from radeon. That imo doesn't invalidate the overall fence interfaces. So what about the following: - fence->enabling_signaling is restricted to be called from process context. We don't use any different yet, so would boild down to adding a WARN_ON(in_interrupt) or so to fence_enable_sw_signalling. - Make fence->signaled optional (already the case) and don't implement it in readon (i.e. reduce this patch here). Only downside is that radeon needs to correctly (i.e. without races or so) call fence_signal. And the cross-driver synchronization might be a bit less efficient. Note th...
2014 Jul 22
2
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...invalidate the overall fence interfaces. >> >> So what about the following: >> - fence->enabling_signaling is restricted to be called from process >> context. We don't use any different yet, so would boild down to adding a >> WARN_ON(in_interrupt) or so to fence_enable_sw_signalling. >> >> - Make fence->signaled optional (already the case) and don't implement it >> in readon (i.e. reduce this patch here). Only downside is that radeon >> needs to correctly (i.e. without races or so) call fence_signal. And the >> cross-driver synchro...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...hat imo doesn't invalidate the overall fence interfaces. > > So what about the following: > - fence->enabling_signaling is restricted to be called from process > context. We don't use any different yet, so would boild down to adding a > WARN_ON(in_interrupt) or so to fence_enable_sw_signalling. > > - Make fence->signaled optional (already the case) and don't implement it > in readon (i.e. reduce this patch here). Only downside is that radeon > needs to correctly (i.e. without races or so) call fence_signal. And the > cross-driver synchronization might be a...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...gt;>>> >>>> So what about the following: >>>> - fence->enabling_signaling is restricted to be called from process >>>> context. We don't use any different yet, so would boild down to adding a >>>> WARN_ON(in_interrupt) or so to fence_enable_sw_signalling. >>>> >>>> - Make fence->signaled optional (already the case) and don't implement it >>>> in readon (i.e. reduce this patch here). Only downside is that radeon >>>> needs to correctly (i.e. without races or so) call fence_signal. And th...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...fence interfaces. >>> >>> So what about the following: >>> - fence->enabling_signaling is restricted to be called from process >>> context. We don't use any different yet, so would boild down to adding a >>> WARN_ON(in_interrupt) or so to fence_enable_sw_signalling. >>> >>> - Make fence->signaled optional (already the case) and don't implement it >>> in readon (i.e. reduce this patch here). Only downside is that radeon >>> needs to correctly (i.e. without races or so) call fence_signal. And the >>>...
2014 Jul 22
3
[PATCH 09/17] drm/radeon: use common fence implementation for fences
On Tue, Jul 22, 2014 at 01:46:07PM +0200, Daniel Vetter wrote: > On Tue, Jul 22, 2014 at 10:43:13AM +0200, Christian K?nig wrote: > > Am 22.07.2014 06:05, schrieb Dave Airlie: > > >On 9 July 2014 22:29, Maarten Lankhorst <maarten.lankhorst at canonical.com> wrote: > > >>Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> > >