Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem.c437 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
442 this_length); in __copy_to_user_swizzled()
446 cpu_offset += this_length; in __copy_to_user_swizzled()
447 gpu_offset += this_length; in __copy_to_user_swizzled()
448 length -= this_length; in __copy_to_user_swizzled()
463 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local
468 this_length); in __copy_from_user_swizzled()
472 cpu_offset += this_length; in __copy_from_user_swizzled()
473 gpu_offset += this_length; in __copy_from_user_swizzled()
474 length -= this_length; in __copy_from_user_swizzled()