Re: [PATCH] drm/nouveau: fix dma syncing warning with debugging on.

2021-02-03 Thread Lyude Paul
Reviewed-by: Lyude Paul Let me know when this has been pushed somewhere On Mon, 2021-02-01 at 11:01 +1000, Dave Airlie wrote: > From: Dave Airlie > > Since I wrote the below patch if you run a debug kernel you can a > dma debug warning like: > nouveau :1f:00.0: DMA-API: device driver tries

[PATCH] drm/nouveau: fix dma syncing warning with debugging on.

2021-01-31 Thread Dave Airlie
From: Dave Airlie Since I wrote the below patch if you run a debug kernel you can a dma debug warning like: nouveau :1f:00.0: DMA-API: device driver tries to sync DMA memory it has not allocated [device address=0x00016e012000] [size=4096 bytes] The old nouveau code wasn't consolidate th