Documentation: fb, fix path to modedb.c
modedb.c was moved twice since the modedb documentation was written. Update the path to the current one. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Link: https://lore.kernel.org/r/20200723103454.26167-1-jslaby@suse.cz Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
f33d4075e5
commit
bf51388a75
|
@ -152,7 +152,7 @@ To specify a video mode at bootup, use the following boot options::
|
|||
video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
|
||||
|
||||
where <driver> is a name from the table below. Valid default modes can be
|
||||
found in linux/drivers/video/modedb.c. Check your driver's documentation.
|
||||
found in drivers/video/fbdev/core/modedb.c. Check your driver's documentation.
|
||||
There may be more modes::
|
||||
|
||||
Drivers that support modedb boot options
|
||||
|
|
Loading…
Reference in New Issue