Hi,
I have modified some source codes to change the resolution of screen as to 1366x768 in order to display boot logo image.
But when booting up, I can see that boot logo image is very flickering and the logo image moves up and down.
My question is "1366x768 resolution can be used or support when uboot display boot logo image?".
If yes, how can I set the correct values up such as config->n, m, m2 or the parameters of ti814x_vps_configure_venc() function ?"
And if there are more values to be set up, please let me know what values or routines are needed?
My work is below.
I added some codes in u-boot-2010.06-psp04.04.00.01\drivers\video\ti814x_logo.c file.
|
static int ti814x_pll_get_dividers(u32 req_out_clk, int hdmi, ... else if(req_out_clk == 76300000) { ... } static int ti814x_set_mode(int dispno,int xres, int yres) ... #elif defined CONFIG_768P /*modeline "1366x768" 76.30 1366 1414 1446 1610 768 771 776 790 -hsync -vsync*/ ... } |
and I added resolution define in u-boot-2010.06-psp04.04.00.01\include\logo.h file.
|
#elif defined CONFIG_720P |