Subversion Repositories Kolibri OS

Rev

Rev 4065 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4065 Rev 4568
Line 68... Line 68...
68
				       struct list_head *list);
68
				       struct list_head *list);
Line 69... Line 69...
69
 
69
 
70
/**
70
/**
71
 * function ttm_eu_reserve_buffers
71
 * function ttm_eu_reserve_buffers
72
 *
72
 *
-
 
73
 * @ticket:  [out] ww_acquire_ctx filled in by call, or NULL if only
73
 * @ticket:  [out] ww_acquire_ctx returned by call.
74
 *           non-blocking reserves should be tried.
74
 * @list:    thread private list of ttm_validate_buffer structs.
75
 * @list:    thread private list of ttm_validate_buffer structs.
75
 *
76
 *
76
 * Tries to reserve bos pointed to by the list entries for validation.
77
 * Tries to reserve bos pointed to by the list entries for validation.
77
 * If the function returns 0, all buffers are marked as "unfenced",
78
 * If the function returns 0, all buffers are marked as "unfenced",