Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem.c453 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
458 this_length); in __copy_to_user_swizzled()
462 cpu_offset += this_length; in __copy_to_user_swizzled()
463 gpu_offset += this_length; in __copy_to_user_swizzled()
464 length -= this_length; in __copy_to_user_swizzled()
479 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local
484 this_length); in __copy_from_user_swizzled()
488 cpu_offset += this_length; in __copy_from_user_swizzled()
489 gpu_offset += this_length; in __copy_from_user_swizzled()
490 length -= this_length; in __copy_from_user_swizzled()