Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs/fb: Document current named modes

KMS supports a number of named modes already, but it's never been
documented anywhere, let's fix that.

Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://lore.kernel.org/r/20220728-rpi-analog-tv-properties-v9-1-24b168e5bcd5@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

+5
+5
Documentation/fb/modedb.rst
··· 26 26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string. 27 27 Things between square brackets are optional. 28 28 29 + Valid names are:: 30 + 31 + - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding 32 + - PAL: 576i output, with the CCIR System-B TV mode and PAL color encoding 33 + 29 34 If 'M' is specified in the mode_option argument (after <yres> and before 30 35 <bpp> and <refresh>, if specified) the timings will be calculated using 31 36 VESA(TM) Coordinated Video Timings instead of looking up the mode from a table.