Hi Sebastian,
> Sebastian Brzezinka (4):
> drm/i915: Add braces around the else block in clflush_write32()
> drm/i915: Replaced hardcoded value 4095 with PAGE_SIZE - 1
> drm/i915: Replace empty conditional with continue in eb_relocate_vma()
> drm/i915: Use dedicated return variable in eb_r
While debugging, I identified and addressed a few minor issues and
style inconsistencies that could be improved.
I ran some tests on these changes, and pushed them to trybot
first, no regressions were found.
Sebastian Brzezinka (4):
drm/i915: Add braces around the else block in clflush_write32(