All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915: i915_gem_execbuffer.c minor improved
@ 2025-07-16  9:36 Sebastian Brzezinka
  2025-07-16  9:37 ` [PATCH 1/3] drm/i915: Refactor eb_relocate_vma for clarity Sebastian Brzezinka
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Sebastian Brzezinka @ 2025-07-16  9:36 UTC (permalink / raw)
  To: intel-gfx, andi.shyti, krzysztof.karas, sebastian.brzezinka
  Cc: andi.shyti, krzysztof.karas, 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 (3):
  drm/i915: Refactor eb_relocate_vma for clarity
  drm/i915: Add braces around the else block in clflush_write32()
  drm/i915: Replaced hardcoded value 4095 with PAGE_SIZE - 1

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 110 ++++++++++--------
 1 file changed, 60 insertions(+), 50 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-07-17  9:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16  9:36 [PATCH 0/3] drm/i915: i915_gem_execbuffer.c minor improved Sebastian Brzezinka
2025-07-16  9:37 ` [PATCH 1/3] drm/i915: Refactor eb_relocate_vma for clarity Sebastian Brzezinka
2025-07-16 13:18   ` Krzysztof Karas
2025-07-16 13:49   ` Andi Shyti
2025-07-16 14:39     ` Sebastian Brzezinka
2025-07-16 17:28       ` Andi Shyti
2025-07-17  7:58         ` Sebastian Brzezinka
2025-07-17  9:38           ` Andi Shyti
2025-07-16  9:37 ` [PATCH 2/3] drm/i915: Add braces around the else block in clflush_write32() Sebastian Brzezinka
2025-07-16 13:47   ` Krzysztof Karas
2025-07-16 14:07     ` Sebastian Brzezinka
2025-07-16 13:51   ` Andi Shyti
2025-07-16 14:48     ` Sebastian Brzezinka
2025-07-16  9:37 ` [PATCH 3/3] drm/i915: Replaced hardcoded value 4095 with PAGE_SIZE - 1 Sebastian Brzezinka
2025-07-16 13:52   ` Andi Shyti
2025-07-16 14:01     ` Sebastian Brzezinka
2025-07-16 12:49 ` ✓ i915.CI.BAT: success for drm/i915: i915_gem_execbuffer.c minor improved Patchwork
2025-07-17  4:11 ` ✓ i915.CI.Full: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.