Re: [PATCH v5] drm/ast: Create the driver for ASPEED proprietory Display-Port

2022-06-07 Thread Thomas Zimmermann
Hi, thanks for the update, but the change is already in the DRM tree. You need to write a patch on top of the latest DRM tree. See [1]. Best regards Thomas [1] https://cgit.freedesktop.org/drm/drm-tip/ Am 07.06.22 um 10:49 schrieb KuoHsiang Chou: V1: 1. The MCU FW controling ASPEED DP is

[PATCH v5] drm/ast: Create the driver for ASPEED proprietory Display-Port

2022-06-07 Thread KuoHsiang Chou
V1: 1. The MCU FW controling ASPEED DP is loaded by BMC boot loader. 2. Driver starts after CR[3:1] == 111b that indicates Tx is ASTDP, and CRD1[5] has been asserted by BMVC boot loader. 3. EDID is prioritized by DP monitor. 4. DP's EDID has high priority to decide resolution supporting. V2: