Hi,
I want to port the sumsung LCD panel into the geagleboard. I had found out the following when running DSS/display.c
EXT3-fs (mmcblk0p2): using internal journal
EXT3-fs (mmcblk0p2): recovery complete
EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode
VFS: Mounted root (ext3 filesystem) on device 179:2.
Freeing init memory: 204K
omapdss_default_get_resolution
omapdss_default_get_resolution
dss_use_replication
default_get_overlay_fifo_thresholds
init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
enabling adb
adb_open
# warning: `zygote' uses 32-bit capabilities (legacy support in use)
omapdss_default_get_resolution
omapdss_default_get_resolution
dss_use_replication
default_get_overlay_fifo_thresholds
omapdss_default_get_resolution
omapdss_default_get_resolution
The program is running to those red mark route in dss/display.c.
I am setting it as samsung panel to display. Why is it running to default. Where did this route call from?
Any one have comments.
Thanks
Eric