03 Oct, 2012
1 commit
-
Convert #include "..." to #include in kernel system headers.
Signed-off-by: David Howells
Acked-by: Arnd Bergmann
Acked-by: Thomas Gleixner
Acked-by: Paul E. McKenney
Acked-by: Dave Jones
22 Nov, 2010
3 commits
-
Rather than having the driver supply the validation sequence, leave that
responsibility to TTM. This saves some confusion and a function argument.Signed-off-by: Thomas Hellstrom
Signed-off-by: Dave Airlie -
Drastically reduce the number of spin lock / unlock operations by performing
unreserving and fencing under global locks.Signed-off-by: Thomas Hellstrom
Reviewed-by: Jerome Glisse
Signed-off-by: Dave Airlie -
Makes it possible to reserve a list of buffer objects with a single
spin lock / unlock if there is no contention.
Should improve cpu usage on SMP kernels.v2: Initialize private list members on reserve and don't call
ttm_bo_list_ref_sub() with zero put_count.Signed-off-by: Thomas Hellstrom
Signed-off-by: Dave Airlie
07 Dec, 2009
1 commit
-
Utilities to reserve, unreserve and fence a list of TTM
buffer objects in a deadlock-safe manner.Used by the vmwgfx driver.
Signed-off-by: Thomas Hellstrom
Signed-off-by: Dave Airlie