sun60iw2: enable hdmi test pattern for logo debug

This commit is contained in:
Qubot 2026-06-04 20:07:16 +08:00
parent e55edc3c14
commit 013516f321

View File

@ -821,6 +821,9 @@ int _sunxi_drm_hdmi_enable(struct sunxi_drm_connector *conn,
hdmi->hdmi_ctrl.drm_enable = 0x1;
hdmi_inf("drm hdmi atomic enable done.\n");
printf("armbian logo: enable HDMI TCON test pattern\n");
sunxi_hdmi_video_set_pattern(0x0, 0x0);
sunxi_tcon_show_pattern(hdmi->tcon_dev, 0x1);
return 0;
}