Re: [PATCH 04/11] drivers/ps3: Read video= option with fb_get_option()
From: Geoff Levand <geoff@infradead.org>
Date: 2023-02-12 18:11:10
Also in:
dri-devel, linux-fbdev
From: Geoff Levand <geoff@infradead.org>
Date: 2023-02-12 18:11:10
Also in:
dri-devel, linux-fbdev
Hi Thomas, On 2/9/23 05:55, Thomas Zimmermann wrote:
Get the kernel's global video= parameter with fb_get_option(). Done to unexport the internal fbdev state fb_mode_config. No functional changes. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> --- drivers/ps3/ps3av.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-)
I wanted to test these changes on the PS3, but got this error when trying to apply this patch set to Linux-6.2-rc7: Applying: fbdev: Handle video= parameter in video/cmdline.c error: patch failed: drivers/gpu/drm/Kconfig:10 error: drivers/gpu/drm/Kconfig: patch does not apply Is there a Linux kernel revision that these will apply to, or is there a git repository I can pull them from? -Geoff