diff options
author | Jiri Slaby <jslaby@suse.cz> | 2020-07-23 12:34:54 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 13:58:40 -0600 |
commit | bf51388a757387a26e4b7a32743db96b1b90a420 (patch) | |
tree | 443175a6a93a369f5894274330c4dbb091266c88 /Documentation | |
parent | f33d4075e512274c0c6edcd7602da2cf1d5a0341 (diff) | |
download | linux-bf51388a757387a26e4b7a32743db96b1b90a420.tar.gz linux-bf51388a757387a26e4b7a32743db96b1b90a420.tar.bz2 linux-bf51388a757387a26e4b7a32743db96b1b90a420.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fb/modedb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fb/modedb.rst b/Documentation/fb/modedb.rst index 624d08fd2856..4d2411e32ebb 100644 --- a/Documentation/fb/modedb.rst +++ b/Documentation/fb/modedb.rst @@ -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 |