search for: __radeon_fence_is_signaled

Displaying 2 results from an estimated 2 matches for "__radeon_fence_is_signaled".

2014 Jul 22
4
[PATCH 09/17] drm/radeon: use common fence implementation for fences
Am 22.07.2014 16:27, schrieb Maarten Lankhorst: > op 22-07-14 16:24, Christian K?nig schreef: >>> No, you really shouldn't be doing much in the check anyway, it's meant to be a lightweight check. If you're not ready yet because of a lockup simply return not signaled yet. >> It's not only the lockup case from radeon I have in mind here. For userspace queues it
2014 Jul 22
0
[PATCH 09/17] drm/radeon: use common fence implementation for fences
...se, and currently I don't see this requirement because the functionality you want to archive could be implemented without this. Oh? I've already done that in radeon_fence, there is no way enable_signaling will fiddle with hardware registers during a reset cycle. I've also made sure that __radeon_fence_is_signaled grabs exclusive_lock in read mode before touching any hw state. Older hardware also doesn't implement optimus, so I think power off is not much of a worry for them, if you could point me at the checking done for that I could make sure that this is the case. ~Maarten