27 Jul, 2011

1 commit

  • This allows us to move duplicated code in
    (atomic_inc_not_zero() for now) to

    Signed-off-by: Arun Sharma
    Reviewed-by: Eric Dumazet
    Cc: Ingo Molnar
    Cc: David Miller
    Cc: Eric Dumazet
    Acked-by: Mike Frysinger
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Arun Sharma
     

07 Dec, 2009

1 commit

  • 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
    Signed-off-by: Dave Airlie

    Thomas Hellstrom