Re: [PATCH v2 4/4] drm/panel: starry: add new panel driver

2024-06-07 Thread Dmitry Baryshkov
On Fri, 7 Jun 2024 at 14:51, zhaoxiong lv wrote: > > hi Dmitry > > These two panels are not the same IC but their timing is the same, > only the init cmd and panel parameters are different, so I made it > compatible on the kingdisplay driver. We usually merge drivers by the driver IC, not by the

Re: [PATCH v2 4/4] drm/panel: starry: add new panel driver

2024-06-07 Thread zhaoxiong lv
hi Dmitry These two panels are not the same IC but their timing is the same, only the init cmd and panel parameters are different, so I made it compatible on the kingdisplay driver. Similar to this driver: panel-boe-tv101wum-nl6.c thanks On Sun, Jun 2, 2024 at 12:26 AM Dmitry Baryshkov wrote:

Re: [PATCH v2 4/4] drm/panel: starry: add new panel driver

2024-06-01 Thread Dmitry Baryshkov
On Sat, Jun 01, 2024 at 04:45:28PM +0800, Zhaoxiong Lv wrote: > This Starry panel has the same timing as the Kingdisplay panel, > so add starry configuration in the Kingdisplay driver. Do these two panels share the same driver IC? Programming sequences do not seem common, so it might be better to

[PATCH v2 4/4] drm/panel: starry: add new panel driver

2024-06-01 Thread Zhaoxiong Lv
This Starry panel has the same timing as the Kingdisplay panel, so add starry configuration in the Kingdisplay driver. Signed-off-by: Zhaoxiong Lv --- Chage since V2: - Add compatible for Starry er88577 in panel-kingdisplay-kd101ne3 drivers. --- .../drm/panel/panel-kingdisplay-kd101ne3.c