search for: enabling_signaling

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

2014 Jul 22
3
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...of checking the fence right now. I guess my mail hasn't been clear then. If you don't like it we could add a bit of glue to insulate the madness and bad design i915 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 h...
2014 Jul 22
2
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...mail hasn't been clear then. If you don't like it we could add >> a bit of glue to insulate the madness and bad design i915 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...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...now. > I guess my mail hasn't been clear then. If you don't like it we could add > a bit of glue to insulate the madness and bad design i915 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 reado...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...don't like it we could add >>>> a bit of glue to insulate the madness and bad design i915 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...
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...n clear then. If you don't like it we could add >>> a bit of glue to insulate the madness and bad design i915 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...
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> > >