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

Philipp Stanner posted 4 patches 9 months, 2 weeks ago
drivers/gpu/drm/nouveau/nouveau_fence.c | 72 +++++++++++--------------
1 file changed, 30 insertions(+), 42 deletions(-)
[PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c
Posted by Philipp Stanner 9 months, 2 weeks ago
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(-)

-- 
2.48.1
Re: [PATCH 0/4] drm/nouveau: Simplify nouveau_fence.c
Posted by Danilo Krummrich 8 months, 3 weeks ago
On 4/24/25 3:02 PM, Philipp Stanner wrote:
> Just some minor attempts at improving the readability of
> nouveau_fence.c

Applied to drm-misc-next, thanks!