Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display.c2471 u32 offset, offset_aligned; in intel_compute_aligned_offset() local
2495 offset_aligned = offset; in intel_compute_aligned_offset()
2497 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
2501 offset, offset_aligned); in intel_compute_aligned_offset()
2504 offset_aligned = offset; in intel_compute_aligned_offset()
2506 offset_aligned = rounddown(offset_aligned, alignment); in intel_compute_aligned_offset()
2514 return offset_aligned; in intel_compute_aligned_offset()