I still could not reproduce your problem in my R2 (I can see debian desktop).
Some of these patches have already been merged, and the only problem is that we need to reconnect the cable if we want to boot up with the 720p (1080p is ok). So… I guess you can try to reconnect it.
drivers/gpu/drm/mediatek/mtk_hdmi_phy.c and
drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c are missing, mst of the other files related to mt7623 are last changed before september 2018
as you see in my logs i try to bootup with 1080p as this setup works with old drivers…all other does not.
if anyone wants to test, i have created a branch where all (wifi,poweroff,hdmiv1+fbdev) is merged together (don’t want to merge to main-branch, because i have not tested much):
the merged is named 4.19-merged, see my link 4.19-main currently have only build-in-features of 4.19 without wifi, hdmi and poweroff (have not much tested these). will merge to main if no new issue is found
I got xserver running with additional patches from bibby (askes him if i can push these 2 patches before patchwork-release),currently try to get fbdev working with @deadmeat
1280x1024 (hdmi2dvi), 1024x768 (hdmi2dvi) => in xserver seems ignoring my “video=” cmdline (always 1280x1024 is selected), but i see larger font on fbdev
1024x768 (hdmi2vga) now works
640x480 did not display anything
*x600 seems still broken
800x600 tested…Looks weird
compared with v1-patches 1024x768 is now supported
Theese modes are ok.
next are available in Xorg, but not working for me: 832x624, 800x600, 720x576, 720x480, 640x480, and 720x400.
TV shows no hdmi signal, so i don’t know if it’s a TV issue or BPI-r2.
Also I’ve tested 1024x600 on 7" LCD - the screen is the same(or very similar) as on Frank’s 800x600 image.
Let’s try, are there any requirements/manual? I’ve never sent any patches to mainline
In my opinion the code must meet some mainline requirements.
For now mtk’s fbdev is pretty similar to rockchip’s fbdev, which is in mainline (literally rockchip_drm_fbdev was kinda of manual for porting mtk_drm_fbdev from 4.4 to 4.14), so I’ll really appreciate anyone’s help to find a start point, what to do :).
created new branch based on 4.19-main (for easier merging) and with fixed author-information
seems i miss anything…i got purple with stretched (width) console-font and it seems to hang (does not start xserver) and did not get a login-prompt…login from debug-uart is possible
fixed that…i had forgotten to cherry-pick the Patch “drm/mediatek: config component output by device node port”…now it works, sorry my fault