David Howells
760285e7e7
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
...
Convert #include "..." to #include <path/...> in drivers/gpu/.
Signed-off-by: David Howells <dhowells@redhat.com >
Acked-by: Dave Airlie <airlied@redhat.com >
Acked-by: Arnd Bergmann <arnd@arndb.de >
Acked-by: Thomas Gleixner <tglx@linutronix.de >
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com >
Acked-by: Dave Jones <davej@redhat.com >
2012-10-02 18:01:07 +01:00
Arun Sharma
60063497a9
atomic: use <linux/atomic.h>
...
This allows us to move duplicated code in <asm/atomic.h>
(atomic_inc_not_zero() for now) to <linux/atomic.h>
Signed-off-by: Arun Sharma <asharma@fb.com >
Reviewed-by: Eric Dumazet <eric.dumazet@gmail.com >
Cc: Ingo Molnar <mingo@elte.hu >
Cc: David Miller <davem@davemloft.net >
Cc: Eric Dumazet <eric.dumazet@gmail.com >
Acked-by: Mike Frysinger <vapier@gentoo.org >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2011-07-26 16:49:47 -07:00
Thomas Hellstrom
5be6eff965
drm/ttm: Remove some leftover debug messages.
...
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2010-05-07 09:20:56 +10:00
Thomas Hellstrom
e99e1e7893
drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.
...
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2010-01-14 12:19:50 +10:00
Thomas Hellstrom
4aff1013f5
drm/ttm: Add ttm lock functionality.
...
This is intended to be used by ttm-aware drivers to
1) Block clients to inactive masters when
they try to validate buffers for GPU use.
2) Optionally block clients to the current master when
there is thrashing due to GPU memory shortage.
Used by the vmwgfx driver.
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2009-12-07 15:22:03 +10:00