Re: [PATCH v3 2/2] drm/panel: Add panel for Samsung Galaxy S5

2021-07-26 Thread Iskren Chernev
On 7/26/21 10:34 AM, Linus Walleij wrote: > Hi Iskren, > > thanks for your patch! Thanks a lot for reviewing this. Alexey wrote a new version of the patch [1] that was recently reviewed by Sam, and it also includes support for brightness and another panel found on the S5. My patch is pretty mu

Re: [PATCH v3 2/2] drm/panel: Add panel for Samsung Galaxy S5

2021-07-26 Thread Linus Walleij
Hi Iskren, thanks for your patch! On Mon, Feb 1, 2021 at 5:56 PM Iskren Chernev wrote: > The Samsung Galaxy S5 uses the samsung s6e3fa2 AMOLED cmd LCD panel. > > This driver was generated with [1], with the addition of > mipi_dsi_dcs_set_display_on at the end of the on method. > > [1] https://g

[PATCH v3 2/2] drm/panel: Add panel for Samsung Galaxy S5

2021-02-02 Thread Iskren Chernev
The Samsung Galaxy S5 uses the samsung s6e3fa2 AMOLED cmd LCD panel. This driver was generated with [1], with the addition of mipi_dsi_dcs_set_display_on at the end of the on method. [1] https://github.com/msm8916-mainline/linux-mdss-dsi-panel-driver-generator Signed-off-by: Iskren Chernev ---