forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ODROID-XU4: drm/exynos: add new HDMI PHY pll and resolutions + pre-bu…
…ild EDIDs
- 480x800 60hz
- 848x480 60hz
- 1024x600 60hz (the old one is 1024x600p43hz)
- 1152x864 75hz
- 1280x768 60hz
- 1400x1050 60hz
- 1792x1344 60hz
- 1920x800 60hz
- 1920x1080 24Hz
- 1920x1080 23.976Hz
- 1920x1200 60hz
- support for Vu5A
- support for Vu7A+
new file: firmware/edid/480x800.bin
new file: firmware/edid/640x480.bin
new file: firmware/edid/720x480.bin
new file: firmware/edid/720x576.bin
new file: firmware/edid/800x480.bin
new file: firmware/edid/800x600.bin
new file: firmware/edid/848x480.bin
new file: firmware/edid/1024x600.bin
new file: firmware/edid/1024x768.bin
new file: firmware/edid/1152x864_75hz.bin
new file: firmware/edid/1280x1024.bin
new file: firmware/edid/1280x720.bin
new file: firmware/edid/1280x768.bin
new file: firmware/edid/1280x800.bin
new file: firmware/edid/1360x768.bin
new file: firmware/edid/1366x768.bin
new file: firmware/edid/1400x1050.bin
new file: firmware/edid/1440x900.bin
new file: firmware/edid/1600x1200.bin
new file: firmware/edid/1600x900.bin
new file: firmware/edid/1680x1050.bin
new file: firmware/edid/1792x1344.bin
new file: firmware/edid/1920x1080.bin
new file: firmware/edid/1920x1080_23_976hz.bin
new file: firmware/edid/1920x1080_24hz.bin
new file: firmware/edid/1920x1080_50hz.bin
new file: firmware/edid/1920x1200_30hz.bin
new file: firmware/edid/1920x1200_60hz.bin
new file: firmware/edid/1920x800.bin
To support Vu5A, a pixel clock, 33.9MHz is needed.
But, there is no exact hdmi phy table of exynos5422,
so the cloest table will be used as a workaround.
- Vu5A timing
Detailed mode: Clock 33.900 MHz, 476 mm x 268 mm
800 844 932 1056 hborder 0
480 483 489 535 vborder 0
+hsync +vsync
To support Vu7A+, a pixel clock, 49MHz is needed.
But there is no exact hdmi phy table of exynos5422,
so the closest table of 50.04MHz will be used
as a workaround.
- Vu7A+ timing
Detailed mode (1) : Clock 49 MHz, 255 mm x 255 mm
1024 1029 1042 1312 hborder 0
600 602 605 622 vborder 0
-hsync +vsync
- 1024x600 60hz timing
Detailed mode: Clock 50.400 MHz, 355 mm x 208 mm
1024 1048 1184 1344 hborder 0
600 601 604 625 vborder 0
-hsync +vsync
Change-Id: I1278be0ef8812d709429f02f1738c73033e2d5a0
Signed-off-by: memeka <mihailescu2m@gmail.com>- Loading branch information
Showing
30 changed files
with
182 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIN
+128 Bytes
firmware/edid/1024x600.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1024x768.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1152x864_75hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1280x1024.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1280x720.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1280x768.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1280x800.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1360x768.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1366x768.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1400x1050.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1440x900.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1600x1200.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1600x900.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1680x1050.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1792x1344.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1080.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1080_23_976hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1080_24hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1080_50hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1200_30hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x1200_60hz.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/1920x800.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/480x800.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/640x480.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/720x480.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/720x576.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/800x480.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/800x600.bin
Binary file not shown.
BIN
+128 Bytes
firmware/edid/848x480.bin
Binary file not shown.