Searched refs:relocation_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Di915_drm.h542 __u32 relocation_count; member in struct:drm_i915_gem_exec_object
592 __u32 relocation_count; member in struct:drm_i915_gem_exec_object2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_gem.c3213 for (i = 0; i < entry->relocation_count; i++) {
3425 if (reloc_count + exec_list[i].relocation_count < reloc_count)
3427 reloc_count += exec_list[i].relocation_count;
3443 exec_list[i].relocation_count *
3451 reloc_index += exec_list[i].relocation_count;
3476 exec_list[i].relocation_count *
3484 reloc_count += exec_list[i].relocation_count;
3682 reloc_index += exec_list[i].relocation_count;
3941 exec2_list[i].relocation_count = exec_list[i].relocation_count;
[all...]

Completed in 78 milliseconds