Re: [PATCH 2/4] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver

2024-10-11 Thread Jakob Hauser
Hi Jessica, On 11.10.24 18:52, Jessica Zhang wrote: On 10/10/2024 11:31 AM, Jakob Hauser wrote: ... +struct s6e88a0_ams427ap24 { +    struct drm_panel panel; +    struct mipi_dsi_device *dsi; +    struct regulator_bulk_data *supplies; +    struct gpio_desc *reset_gpio; +    bool prepared;

Re: [PATCH 2/4] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver

2024-10-11 Thread Jessica Zhang
On 10/10/2024 11:31 AM, Jakob Hauser wrote: This initial part of the panel driver was mostly generated by the "linux-mdss-dsi-panel-driver-generator" tool [1], reading downstream Android kernel file "dsi_panel_S6E88A0_AMS427AP24_qhd_octa_video.dtsi" [2]. On top of the generic output of the to

[PATCH 2/4] drm/panel: samsung-s6e88a0-ams427ap24: Add initial driver

2024-10-10 Thread Jakob Hauser
This initial part of the panel driver was mostly generated by the "linux-mdss-dsi-panel-driver-generator" tool [1], reading downstream Android kernel file "dsi_panel_S6E88A0_AMS427AP24_qhd_octa_video.dtsi" [2]. On top of the generic output of the tool, there were a couple of changes applied: - Add