Hi!

The macro DRM_WAIT_ON changed behaviour.
In earlier DRMs it checked every HZ for "condition" in case it was slightly missed.


This doesn't happen anymore, which means some applications freezes for about 3 secs, when they
just missed an interrupt.


This in itself is a little bit strange since, if the following occurs:

* Check condition
* if false, go to sleep

and DRM_WAKEUP is called by the interrupt handler in between those two, the sleep should never occur, which now it seems to do anyway.

Could we pls have the old behaviour back?

/Thomas




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to