Re: [PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'

2024-06-11 Thread Danilo Krummrich
On 6/11/24 12:37, Dr. David Alan Gilbert wrote: * Danilo Krummrich (d...@redhat.com) wrote: On 5/18/24 01:26, li...@treblig.org wrote: From: "Dr. David Alan Gilbert" 'init_exec' is unused since commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new init table parser") Remove it.

Re: [PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'

2024-06-11 Thread Dr. David Alan Gilbert
* Danilo Krummrich (d...@redhat.com) wrote: > On 5/18/24 01:26, li...@treblig.org wrote: > > From: "Dr. David Alan Gilbert" > > > > 'init_exec' is unused since > > commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new > > init table parser") > > Remove it. > > > > Signed-off-by: D

Re: [PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'

2024-06-11 Thread Danilo Krummrich
On 5/18/24 01:26, li...@treblig.org wrote: From: "Dr. David Alan Gilbert" 'init_exec' is unused since commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new init table parser") Remove it. Signed-off-by: Dr. David Alan Gilbert Acked-by: Danilo Krummrich To which series does t

Re: [PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'

2024-06-03 Thread Dr. David Alan Gilbert
* li...@treblig.org (li...@treblig.org) wrote: > From: "Dr. David Alan Gilbert" > > 'init_exec' is unused since > commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new > init table parser") > Remove it. > > Signed-off-by: Dr. David Alan Gilbert Ping. > --- > drivers/gpu/drm/n

[PATCH 2/6] drm/nouveau: remove unused struct 'init_exec'

2024-05-17 Thread linux
From: "Dr. David Alan Gilbert" 'init_exec' is unused since commit cb75d97e9c77 ("drm/nouveau: implement devinit subdev, and new init table parser") Remove it. Signed-off-by: Dr. David Alan Gilbert --- drivers/gpu/drm/nouveau/nouveau_bios.c | 5 - 1 file changed, 5 deletions(-) diff --git