Other Parts Discussed in Thread: TFP401A-Q1, , TFP401A
Hi TI team,
Before we have a problem sharpness and pixel shift. Now we have fixed this problem with changed some resistor on hardware. But we have currently some problems too. After this hardware changing we tried different types edid files. But most of them we get half screen display and display does not fit on the screen. I have attached below our screen photo. Our video source is a PC's HDMI out. Then HDMI connects to HDMI-DVI converter so converter's DVI side plug to our board. Our display is Innolux M215HGE.
We generate edid file with https://github.com/akatrevorjay/edid-generator software on raspberry pi (Raspbian OS)
Our current edid configuration file at software is :
/* EDID */
#define VERSION 1
#define REVISION 3
/* Display */
#define CLOCK 742500 /* kHz */
#define XPIX 1920
#define YPIX 1080
#define XY_RATIO XY_RATIO_16_9
#define XBLANK 45
#define YBLANK 140
#define XOFFSET 45
#define XPULSE 22
#define YOFFSET (140)
#define YPULSE (10+5)
#define DPI 96
#define VFREQ 60 /* Hz */
#define TIMING_NAME "Linux FHD"
/* No ESTABLISHED_TIMINGx_BITS */
#define HSYNC_POL 0
#define VSYNC_POL 0
#include "edid.S"
We get a edid.bin file from software. We convert to hex format and burn the eeprom with https://github.com/tomka/write-edid software. Our last edid is (This edid used display on the attached photo) :
$ hexdump –C edid.hex
00000000 00 ff ff ff ff ff ff 00 31 d8 00 00 00 00 00 00 |........1.......|
00000010 05 16 01 03 6d 32 1c 78 ea 5e c0 a4 59 4a 98 25 |....m2.x.^..YJ.%|
00000020 20 50 54 00 00 00 d1 c0 01 01 01 01 01 01 01 01 | PT.............|
00000030 01 01 01 01 01 01 0a 22 80 2d 70 38 8c 40 2d 16 |.......".-p8.@-.|
00000040 a0 00 f4 19 11 00 00 30 00 00 00 ff 00 4c 69 6e |.......0.....Lin|
00000050 75 78 20 23 30 0a 20 20 20 20 00 00 00 fd 00 3b |ux #0. .....;|
00000060 3d 78 7a 4b 00 0a 20 20 20 20 20 20 00 00 00 fc |=xzK.. ....|
00000070 00 4c 69 6e 75 78 20 46 48 44 0a 20 20 20 00 ce |.Linux FHD. ..|
00000080
Now we get half screen display with this configuration. Can you check and help us.
Thanks,
Berat Yıldız



