OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lut_list
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object.c
72
INIT_LIST_HEAD(&obj->
lut_list
);
123
list_for_each_entry_safe(lut, ln, &obj->
lut_list
, obj_link) {
254
GEM_BUG_ON(!list_empty(&obj->
lut_list
));
i915_gem_object_types.h
122
* @
lut_list
: List of vma lookup entries in use for this object.
125
* the fast lookup index in associated contexts; @
lut_list
provides
128
struct list_head
lut_list
;
member in struct:drm_i915_gem_object
i915_gem_context.c
129
list_for_each_entry(lut, &obj->
lut_list
, obj_link) {
142
if (&lut->obj_link != &obj->
lut_list
) {
i915_gem_execbuffer.c
797
list_add(&lut->obj_link, &obj->
lut_list
);
Completed in 17 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025