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.

[参考译文] AM62P:无法将 DSS PIXDATA 更改为在下降沿触发。

Guru**** 2464780 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1474556/am62p-unable-to-change-dss-pixdata-to-trigger-on-the-falling-edge

器件型号:AM62P

工具与软件:

尊敬的 TI 专家:

我们的器件采用 AM62P52 SOC 和 SDK10.00.07.04 (内核6.6)

目前、我们会遇到一个问题、即在显示渐变颜色时屏幕上会出现亮线条。

我使用示波器捕获信号、发现 DSS 模块输出信号时使用了 正边沿触发 .

但是、我的屏幕支持此功能 负边沿触发 .

我们的驱动程序使用 panel-simple.c 模块名称为"osddisplays, osd070t1718-19ts"

即使我设置.bus_flagsDRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE、DSS 仍然使用 正边沿触发信号 .

	.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_NEGEDGE |
		DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE,