Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_fb.c970 u32 offset, offset_aligned; in intel_compute_aligned_offset() local
994 offset_aligned = offset; in intel_compute_aligned_offset()
996 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
1000 offset, offset_aligned); in intel_compute_aligned_offset()
1003 offset_aligned = offset; in intel_compute_aligned_offset()
1005 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
1013 return offset_aligned; in intel_compute_aligned_offset()