Re: [PATCH v3 0/4] i915_gem_execbuffer.c minor improved

2025-07-24 Thread Andi Shyti
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

[PATCH v3 0/4] i915_gem_execbuffer.c minor improved

2025-07-18 Thread Sebastian Brzezinka
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(