Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem.c866 int this_length = min(cacheline_end - gpu_offset, length); in __copy_to_user_swizzled() local
871 this_length); in __copy_to_user_swizzled()
875 cpu_offset += this_length; in __copy_to_user_swizzled()
876 gpu_offset += this_length; in __copy_to_user_swizzled()
877 length -= this_length; in __copy_to_user_swizzled()
892 int this_length = min(cacheline_end - gpu_offset, length); in __copy_from_user_swizzled() local
897 this_length); in __copy_from_user_swizzled()
901 cpu_offset += this_length; in __copy_from_user_swizzled()
902 gpu_offset += this_length; in __copy_from_user_swizzled()
903 length -= this_length; in __copy_from_user_swizzled()