Searched refs:capture_lists (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c317 struct i915_capture_list *capture_lists[MAX_ENGINE_INSTANCE + 1]; member in struct:i915_execbuffer
2028 capture->next = eb->capture_lists[j];
2030 eb->capture_lists[j] = capture;
2048 rq->capture_list = eb->capture_lists[j];
2049 eb->capture_lists[j] = NULL;
2062 if (eb->capture_lists[j]) {
2063 i915_request_free_capture_list(eb->capture_lists[j]);
2064 eb->capture_lists[j] = NULL;
2071 memset(eb->capture_lists, 0, sizeof(eb->capture_lists));
[all...]

Completed in 125 milliseconds