Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fb.c283 u32 offset, offset_aligned; in intel_compute_aligned_offset() local
307 offset_aligned = offset; in intel_compute_aligned_offset()
309 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
313 offset, offset_aligned); in intel_compute_aligned_offset()
316 offset_aligned = offset; in intel_compute_aligned_offset()
318 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
326 return offset_aligned; in intel_compute_aligned_offset()