Re: [PATCH] drm/nouveau: Remove file nouveau_fbcon.c

2023-01-09 Thread Alex Deucher
On Mon, Jan 9, 2023 at 10:27 AM Thomas Zimmermann wrote: > > Hi > > Am 09.01.23 um 15:15 schrieb Alex Deucher: > > On Mon, Jan 9, 2023 at 9:06 AM Thomas Zimmermann > > wrote: > >> > >> Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") > >> converted nouveau to generic fbdev em

Re: [PATCH] drm/nouveau: Remove file nouveau_fbcon.c

2023-01-09 Thread Thomas Zimmermann
Hi Am 09.01.23 um 15:15 schrieb Alex Deucher: On Mon, Jan 9, 2023 at 9:06 AM Thomas Zimmermann wrote: Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") converted nouveau to generic fbdev emulation. Also remove the internal implementation from the driver. No functional chang

Re: [PATCH] drm/nouveau: Remove file nouveau_fbcon.c

2023-01-09 Thread Alex Deucher
On Mon, Jan 9, 2023 at 9:06 AM Thomas Zimmermann wrote: > > Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") > converted nouveau to generic fbdev emulation. Also remove the internal > implementation from the driver. No functional changes. Looking at 4a16dd9d18a0, it appears to

[PATCH] drm/nouveau: Remove file nouveau_fbcon.c

2023-01-09 Thread Thomas Zimmermann
Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") converted nouveau to generic fbdev emulation. Also remove the internal implementation from the driver. No functional changes. Signed-off-by: Thomas Zimmermann Fixes: 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers")