Home
last modified time | relevance | path

Searched refs:relocs_total (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_execbuffer.c941 unsigned relocs_total = 0; in validate_exec_list() local
961 if (exec[i].relocation_count > relocs_max - relocs_total) in validate_exec_list()
963 relocs_total += exec[i].relocation_count; in validate_exec_list()