Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/i915/
Di915_gem.c331 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
336 this_length); in __copy_to_user_swizzled()
340 cpu_offset += this_length; in __copy_to_user_swizzled()
341 gpu_offset += this_length; in __copy_to_user_swizzled()
342 length -= this_length; in __copy_to_user_swizzled()
357 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local
362 this_length); in __copy_from_user_swizzled()
366 cpu_offset += this_length; in __copy_from_user_swizzled()
367 gpu_offset += this_length; in __copy_from_user_swizzled()
368 length -= this_length; in __copy_from_user_swizzled()