]> Git Repo - linux.git/commit
video, sm501: add edid and commandline support
authorHeiko Schocher <[email protected]>
Wed, 26 Jan 2011 07:21:22 +0000 (07:21 +0000)
committerPaul Mundt <[email protected]>
Tue, 22 Mar 2011 08:17:00 +0000 (17:17 +0900)
commite6a049807105decf5aa7f0c510f5e5ec96c3548e
tree0cbc2078c332cb4df53859b13f8e1f346f2f958c
parentbf5f0019046d596d613caf74722ba4994e153899
video, sm501: add edid and commandline support

- add commandline options:
  sm501fb.mode:
    Specify resolution as "<xres>x<yres>[-<bpp>][@<refresh>]"
  sm501fb.bpp:
    Specify bit-per-pixel if not specified mode

- Add support for encoding display mode information
  in the device tree using verbatim EDID block.

  If the "edid" entry in the "smi,sm501" node is present,
  the driver will build mode database using EDID data
  and allow setting the display modes from this database.

Signed-off-by: Heiko Schocher <[email protected]>
cc: [email protected]
cc: [email protected]
cc: Ben Dooks <[email protected]>
cc: Vincent Sanders <[email protected]>
cc: Samuel Ortiz <[email protected]>
cc: [email protected]
cc: Randy Dunlap <[email protected]>
cc: Paul Mundt <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
Documentation/fb/sm501.txt [new file with mode: 0644]
drivers/video/sm501fb.c
This page took 0.056023 seconds and 4 git commands to generate.