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

2023-01-10 Thread Thomas Zimmermann
Am 10.01.23 um 13:49 schrieb Javier Martinez Canillas: Hello Thomas, On 1/10/23 13:35, Thomas Zimmermann wrote: Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") converted nouveau to generic fbdev emulation. The driver's internal implementation later got accidentally restor

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

2023-01-10 Thread Javier Martinez Canillas
Hello Thomas, On 1/10/23 13:35, Thomas Zimmermann wrote: > Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") > converted nouveau to generic fbdev emulation. The driver's internal > implementation later got accidentally restored during a merge commit. > Remove the file from the d

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

2023-01-10 Thread Thomas Zimmermann
Commit 4a16dd9d18a0 ("drm/nouveau/kms: switch to drm fbdev helpers") converted nouveau to generic fbdev emulation. The driver's internal implementation later got accidentally restored during a merge commit. Remove the file from the driver. No functional changes. v2: * point Fixes tag to me