[PATCH v2 1/2] nouveau/dmem: Fix privileged error in copy engine channel

2024-10-08 Thread Yonatan Maman
From: Yonatan Maman When `nouveau_dmem_copy_one` is called, the following error occurs: [272146.675156] nouveau :06:00.0: fifo: PBDMA9: 0004 [HCE_PRIV] ch 1 0300 3386 This indicates that a copy push command triggered a Host Copy Engine Privileged error on channel 1 (Copy Engine

Re: [PATCH v2 1/2] nouveau/dmem: Fix privileged error in copy engine channel

2024-10-07 Thread Danilo Krummrich
On Mon, Oct 07, 2024 at 04:26:59PM +0300, Yonatan Maman wrote: > From: Yonatan Maman > > When `nouveau_dmem_copy_one` is called, the following error occurs: > > [272146.675156] nouveau :06:00.0: fifo: PBDMA9: 0004 [HCE_PRIV] > ch 1 0300 3386 > > This indicates that a copy push c