Other Parts Discussed in Thread: AB15
Hi TI Team,
Currently, I am working on AM62xx-evm board and trying to activate LVDS CH1 (odd) port. I changed timing and resolutions for "k3-am625-sk-microtips-mf101hie-panel.dtso" in "panel-simple.c".
The display doesn't work properly. While it is working, it is flipping and half of the display works. Whole picture shrink and appears on half of the display. As you can see in the picture.
panel-simple.c ;
static const struct drm_display_mode microtips_mf_101hiebcaf0_mode = { .clock = 71100, .hdisplay = 1280, .hsync_start = 1280 + 32, .hsync_end = 1280 + 32 + 80, .htotal = 1280 + 32 + 80 + 48, .vdisplay = 800, .vsync_start = 800 + 8, .vsync_end = 800 + 8 + 5, .vtotal = 800 + 8 + 5 + 10, }; static const struct panel_desc microtips_mf_101hiebcaf0 = { .modes = µtips_mf_101hiebcaf0_mode, .bpc = 8, .num_modes = 1, .size = { .width = 217, .height = 136, }, .delay = { .prepare = 50, .disable = 50, }, .bus_flags = DRM_BUS_FLAG_DE_HIGH, .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG, .connector_type = DRM_MODE_CONNECTOR_LVDS, };
I also tried many combinaitons of the timings. This is the last one. I use LVDSchannel 1
Display timing parameters like this;
Could you help me about this?
Thank you in advance!
\Ismail