mbox series

[0/4] drm/nouveau: Simplify nouveau_fence.c

Message ID 20250424130254.42046-2-phasta@kernel.org
Headers show
Series drm/nouveau: Simplify nouveau_fence.c | expand

Message

Philipp Stanner April 24, 2025, 1:02 p.m. UTC
Just some minor attempts at improving the readability of
nouveau_fence.c

This series is based on this partially merged series: [1]

Feel free to drop single patches if they are not deemed worth the
effort.

P.

[1] https://lore.kernel.org/dri-devel/20250415121900.55719-3-phasta@kernel.org/

Philipp Stanner (4):
  drm/nouveau: nouveau_fence: Standardize list iterations
  drm/nouveau: Simplify calls to nvif_event_block()
  drm/nouveau: Simplify nouveau_fence_done()
  drm/nouveau: Check dma_fence in canonical way

 drivers/gpu/drm/nouveau/nouveau_fence.c | 72 +++++++++++--------------
 1 file changed, 30 insertions(+), 42 deletions(-)