Files
linux-legacy/drivers
Matt Sealey aac2fc75d3 gpu driver: remove most of the remaining "abstraction" for OS mutex and so on
* mutex, events, sleeps, process id unabstracted
 * defines for function types (inline, extern) unabstracted
 * defines for debug assert change name (KOS_ASSERT -> DEBUG_ASSERT) and left disabled
 * driver now warns, if logging is enabled, that interruptible mutex locks are interrupted (which never happens in reality but it fixes a warning)
 * remove fine grained locking "feature" since it's not enabled (and Qualcomm's public driver does not even implement it)
 * refine mutex initialization where it's still present - don't try and allocate mutex structures where they're always used, just make them parts of the structure (struct mutex * -> struct mutex)
 * whitespace police
2011-08-29 14:55:29 -05:00
..
2010-12-03 05:36:50 -06:00
2011-06-28 17:20:21 -05:00
2010-12-03 05:36:50 -06:00
2010-12-03 05:36:50 -06:00
2010-12-06 00:20:38 -06:00
2011-02-20 04:46:59 -06:00