Searched refs:have_copy (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1784 bool have_copy = false; local
1813 } else if (!have_copy) {
1815 have_copy = err == 0;
1841 if (!have_copy) {
1855 if (err && !have_copy)
1885 if (have_copy) {

Completed in 292 milliseconds