Re: [PATCH 2/2] fbdev: Add support for the nomodeset kernel parameter
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2022-11-11 09:49:15
Also in:
dri-devel
From: Javier Martinez Canillas <javierm@redhat.com>
Date: 2022-11-11 09:49:15
Also in:
dri-devel
On 11/8/22 09:16, Thomas Zimmermann wrote:
Hi
[...]
My proposal would be to add a little helper to fbdev that includes your
suggestions:
bool fb_modesetting_disabled(const char *drvname)
{
fwonly = video_firmware_drivers_only()
if (fbonly && drvname)
pr_warn("")
return fbonly;
}Agreed with this proposal. -- Best regards, Javier Martinez Canillas Core Platforms Red Hat