I worked porting tft lcd from u-boot.
-------------------------------------------------------------------------------------------------
LCD Status : Intel 8080 Mode, 16bit(5-6-5) data, 360x600 resolution.
LCD Module Controler : Himax 8376-A
-------------------------------------------------------------------------------------------------
I have finished lcdc(lidd intel 8080 mode) & lcd module initialization all over, then trash images is appeared on the lcd screen.
But, when I wrote pixel data to frame buffer, nothing appears on the lcd screen.
How cna i fix this problem.
For ref. I attach my u-boot source ....