Searched refs:ttm_validate_buffer (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.h38 * struct ttm_validate_buffer
48 struct ttm_validate_buffer { struct
60 * @list: thread private list of ttm_validate_buffer structs.
71 * @list: thread private list of ttm_validate_buffer structs.
98 * @list: thread private list of ttm_validate_buffer structs.
H A Dttm_execbuf_util.c38 struct ttm_validate_buffer *entry;
58 struct ttm_validate_buffer *entry;
74 struct ttm_validate_buffer *entry;
88 struct ttm_validate_buffer *entry;
94 entry = list_first_entry(list, struct ttm_validate_buffer, head);
116 struct ttm_validate_buffer *entry;
129 entry = list_first_entry(list, struct ttm_validate_buffer, head);
207 struct ttm_validate_buffer *entry;
216 bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon.h359 struct ttm_validate_buffer tv;

Completed in 97 milliseconds