RE: [PATCH] drm/nouveau: fix dma syncing for loops (v2)

2021-03-11 Thread Ruhl, Michael J
>-Original Message- >From: Dave Airlie >Sent: Wednesday, March 10, 2021 11:35 PM >To: dri-devel@lists.freedesktop.org >Cc: Ruhl, Michael J ; skeg...@gmail.com >Subject: [PATCH] drm/nouveau: fix dma syncing for loops (v2) > >From: Dave Airlie > >The index var

[PATCH] drm/nouveau: fix dma syncing for loops (v2)

2021-03-10 Thread Dave Airlie
From: Dave Airlie The index variable should only be increased in one place. Noticed this while trying to track down another oops. v2: use while loop. Fixes: f295c8cfec83 ("drm/nouveau: fix dma syncing warning with debugging on.") Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau

RE: [PATCH] drm/nouveau: fix dma syncing for loops

2021-03-09 Thread Ruhl, Michael J
>-Original Message- >From: dri-devel On Behalf Of >Dave Airlie >Sent: Sunday, March 7, 2021 8:49 PM >To: dri-devel@lists.freedesktop.org >Cc: skeg...@gmail.com >Subject: [PATCH] drm/nouveau: fix dma syncing for loops > >From: Dave Airlie > >The index

[PATCH] drm/nouveau: fix dma syncing for loops

2021-03-07 Thread Dave Airlie
From: Dave Airlie The index variable should only be increased in one place. Noticed this while trying to track down another oops. Fixes: f295c8cfec83 ("drm/nouveau: fix dma syncing warning with debugging on.") Signed-off-by: Dave Airlie --- drivers/gpu/drm/nouveau/nouveau_bo.c | 4 ++-- 1 fil