Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_fb.c984 u32 offset, offset_aligned; in intel_compute_aligned_offset() local
1008 offset_aligned = offset; in intel_compute_aligned_offset()
1010 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
1014 offset, offset_aligned); in intel_compute_aligned_offset()
1017 offset_aligned = offset; in intel_compute_aligned_offset()
1019 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
1027 return offset_aligned; in intel_compute_aligned_offset()

Completed in 7 milliseconds