Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_display.c2324 u32 offset, offset_aligned; in intel_compute_aligned_offset() local
2350 offset_aligned = offset & ~alignment; in intel_compute_aligned_offset()
2354 offset, offset_aligned); in intel_compute_aligned_offset()
2357 offset_aligned = offset & ~alignment; in intel_compute_aligned_offset()
2363 return offset_aligned; in intel_compute_aligned_offset()