[PATCH v2 6/8] drm/radeon: cope with foreign fences inside the reservation object

2014-10-01 Thread Maarten Lankhorst
Hey, Op 01-10-14 om 11:04 schreef Christian K?nig: > Am 01.10.2014 um 10:57 schrieb Maarten Lankhorst: >> Op 25-09-14 om 12:39 schreef Maarten Lankhorst: >>> Not the whole world is a radeon! :-) >>> Signed-off-by: Maarten Lankhorst >>> --- >>> Changes: >>> - Removed interruptible parameter,

[PATCH v2 6/8] drm/radeon: cope with foreign fences inside the reservation object

2014-10-01 Thread Christian König
Am 01.10.2014 um 10:57 schrieb Maarten Lankhorst: > Op 25-09-14 om 12:39 schreef Maarten Lankhorst: >> Not the whole world is a radeon! :-) >> >> Signed-off-by: Maarten Lankhorst >> --- >> Changes: >> - Removed interruptible parameter, only 1 place has a use for it, >>and it's the only p

[PATCH v2 6/8] drm/radeon: cope with foreign fences inside the reservation object

2014-10-01 Thread Maarten Lankhorst
Op 25-09-14 om 12:39 schreef Maarten Lankhorst: > Not the whole world is a radeon! :-) > > Signed-off-by: Maarten Lankhorst > --- > Changes: > - Removed interruptible parameter, only 1 place has a use for it, > and it's the only place that can hit it. > - Fail faster in radeon_semaphore_syn

[PATCH v2 6/8] drm/radeon: cope with foreign fences inside the reservation object

2014-10-01 Thread Alex Deucher
On Wed, Oct 1, 2014 at 5:22 AM, Maarten Lankhorst wrote: > Hey, > > Op 01-10-14 om 11:04 schreef Christian K?nig: >> Am 01.10.2014 um 10:57 schrieb Maarten Lankhorst: >>> Op 25-09-14 om 12:39 schreef Maarten Lankhorst: Not the whole world is a radeon! :-) Signed-off-by: Maarten Lank

[PATCH v2 6/8] drm/radeon: cope with foreign fences inside the reservation object

2014-09-25 Thread Maarten Lankhorst
Not the whole world is a radeon! :-) Signed-off-by: Maarten Lankhorst --- Changes: - Removed interruptible parameter, only 1 place has a use for it, and it's the only place that can hit it. - Fail faster in radeon_semaphore_sync_resv. - Make the break on error in radeon_cs.c more explicit. - Up