This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] SN65DSI86:使用 DSI85配置工具时出错

Guru**** 2763595 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/914463/sn65dsi86-error-by-using-dsi85-configuration-tool

器件型号:SN65DSI86

团队、

我的一位客户正在使用 DSI86,因为我们的“SN65DSI8x 视频配置指南和配置工具软件”仅支持 DSI 83-85。 所以他选择了85。 和屏幕配置为:

模式:

静态常量结构 DRM_DISPLAY_MODE ={

    .type = DRM_MODE_TYPE_DEFAULT、

    时钟= 148500、

    .hdisplay = 1920、

    .hSYNC_START = 1920 + 88、

    .hSYNC_END = 1920 + 88 + 148、

    .htotal = 1920 + 88 + 148 + 44、

    .vdisplay = 1080、

    .vsync_start = 1080 + 4、

    .vsync_end = 1080 + 4 + 36、

    .vtotal = 1080 + 4 + 36 + 5、

    .vrefresh = 60、

};

MIPI:

    pinfo->type = Panel_MIPI_video;

    pinfo->mipi.DSI_bit_clk = 448.4;

    pinfo->mipi.DSI_bit_clk_upt = pinfo->mipi.DSI_bit_clk;

    pinfo->mipi.non_continue_en = 0;

    pinfo->mipi.lane 编号= DSI_4_Lanes;

    pinfo->mipi.color_mode = DSI_24BITS_1;

    pinfo->mipi.vc = 0;

    pinfo->mipi.max_TX_ESC_clk = 10 * 1000000;

    pinfo->mipi.burse_mode = DSI_NON_BURST_SYNC_Pulses;// DSI_BURST_SYNC_PPEDS_1

    pinfo->mipi.phy_mode = DPHY_MODE;

    pinfo->mipi.DSI_version = DSI_1_1_version;

    pinfo->mipi.DSI_timing_support = 1;

    pinfo->mipi.hsa = 33;

    pinfo->mipi.HBP = 111;

    pinfo->mipi.hline_time = 1652;

    pinfo->mipi.vsa = 5;

    pinfo->mipi.vbp = 36;

    pinfo->mipi.vfp = 4;

    pinfo->mipi.dpi_hmsize = 1442;

    pinfo->mipi.vactive_line = 1080;

    pinfo->ifbc_type = IFBC_TYPE_NONE;

    pinfo->pxl_clk_rate _div = 1;

但他们说屏幕无法正确显示、0xF6是0xA6、0xF1是0x20。

问题是、

该工具也适用于 DSI86、如果不能使用任何其他工具?

2.误差是什么意思? 如何修改 DSI 发送器以与 DSI86配合使用

此致

Peter Wei

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Peter

    我通过电子邮件直接向您发送了一个电子表格、请使用该电子表格对 DSI86寄存器值进行编程。

    DSI86具有内部色条功能。 色条功能有助于区分 DSI 和 eDP 接口之间的问题。 请使用颜色栏功能、并验证步骤1完成后、颜色栏是否可以显示在屏幕上。  

    如果色条不工作、则转储寄存器0xf8以找出错误条件的原因。

    4.如果色条工作正常,则关闭色条功能以启用 DSI 输入。 如果显示不起作用、则将寄存器0xF0转储到0xf8以找出错误条件的原因。

    谢谢

    David