Re: [PATCH v2 0/2] Add driver for Sharp Memory LCD

2024-07-27 Thread Krzysztof Kozlowski
On 26/07/2024 21:44, Alex Lanzano wrote: > This patch series add support for the monochrome Sharp Memory LCD > panels. This series is based off of the work done by Mehdi Djait. > > References: > https://lore.kernel.org/dri-devel/71a9dbf4609dbba46026a31f60261830163a0b99.1701267411.git.mehdi.dj...@b

Re: [PATCH v2 2/2] drm/tiny: Add driver for Sharp Memory LCD

2024-07-27 Thread Krzysztof Kozlowski
On 26/07/2024 21:44, Alex Lanzano wrote: > Add support for the monochrome Sharp Memory LCDs. > > Signed-off-by: Alex Lanzano > Co-developed-by: Mehdi Djait > Signed-off-by: Mehdi Djait > --- > MAINTAINERS | 7 + > drivers/gpu/drm/tiny/Kconfig| 20 + > drivers

Re: [PATCH v2 1/2] dt-bindings: display: Add Sharp Memory LCD bindings

2024-07-27 Thread Krzysztof Kozlowski
On 26/07/2024 21:44, Alex Lanzano wrote: > Add device tree bindings for the monochrome Sharp Memory LCD > > Signed-off-by: Alex Lanzano > Co-developed-by: Mehdi Djait > Signed-off-by: Mehdi Djait The order of tags is incorrect. Who developed it first? Please read at Submitting patches - it exp

Re: [RFC PATCH] ARM: dts: imx53-qsb: Add MCIMX-LVDS1 display module support

2024-07-27 Thread Dmitry Baryshkov
On Fri, Jul 26, 2024 at 02:50:12PM GMT, Liu Ying wrote: > MCIMX-LVDS1[1] display module integrates a HannStar HSD100PXN1 LVDS > display panel and a touch IC. Add an overlay to support the LVDS > panel on i.MX53 QSB / QSRB platforms. > > [1] https://www.nxp.com/part/MCIMX-LVDS1 > > Signed-off-by:

Re: [PATCH v3 00/12] drm/imx/ipuv3: switch LDB and parallel-display driver to use drm_bridge_connector

2024-07-27 Thread Dmitry Baryshkov
On Sun, Jun 02, 2024 at 03:04:40PM GMT, Dmitry Baryshkov wrote: > The IPUv3 DRM i.MX driver contains several codepaths for different > usescases: both LDB and paralllel-display drivers handle next-bridge, > panel and the legacy display-timings DT node on their own. > > Drop unused ddc-i2c-bus and

Re: [PATCH RFC 3/5] drm/connector: implement generic HDMI codec helpers

2024-07-27 Thread Dmitry Baryshkov
On Thu, Jul 25, 2024 at 01:06:35PM GMT, Jonas Karlman wrote: > On 2024-07-25 11:25, Maxime Ripard wrote: > > On Thu, Jun 27, 2024 at 04:29:49PM GMT, Dmitry Baryshkov wrote: > >> On Thu, Jun 27, 2024 at 11:49:37AM GMT, Maxime Ripard wrote: > >>> On Wed, Jun 26, 2024 at 07:09:34PM GMT, Dmitry Baryshk

Re: [PATCH] drm/msm/dp: reset the link phy params before link training

2024-07-27 Thread Dmitry Baryshkov
On Fri, 26 Jul 2024 at 01:05, Abhinav Kumar wrote: > > Before re-starting link training reset the link phy params namely > the pre-emphasis and voltage swing levels otherwise the next > link training begins at the previously cached levels which can result > in link training failures. > > Fixes: 8e

Re: [PATCH] phy: qcom: com-qmp-combo: fix swing and pre-emphasis table for sm8350

2024-07-27 Thread Dmitry Baryshkov
On Fri, 26 Jul 2024 at 01:06, Abhinav Kumar wrote: > > Fix the voltage swing and pre-emphasis tables for sm8350 as the current > one do not match the hardware docs. > > Fixes: ef14aff107bd ("phy: qcom: com-qmp-combo: add SM8350 & SM8450 support") > Signed-off-by: Abhinav Kumar > --- > drivers/ph

Re: [PATCH] drm/msm/dp: fix the max supported bpp logic

2024-07-27 Thread Dmitry Baryshkov
On Fri, 26 Jul 2024 at 01:04, Abhinav Kumar wrote: > > Currently the DP driver hard-codes the max supported bpp to 30. > This is incorrect because the number of lanes and max data rate > supported by the lanes need to be taken into account. > > Replace the hardcoded limit with the appropriate math

Re: [PATCH] drm/client: Fix error code in drm_client_buffer_vmap_local()

2024-07-27 Thread Dmitry Osipenko
On 7/24/24 19:09, Dan Carpenter wrote: > This function accidentally returns zero/success on the failure path. > It leads to locking issues and an uninitialized *map_copy in the > caller. > > Fixes: b4b0193e83cb ("drm/fbdev-generic: Fix locking with > drm_client_buffer_vmap_local()") > Signed-off-

Re: [PATCH v2 06/16] drm/imx: Add i.MX8qxp Display Controller display engine

2024-07-27 Thread Dmitry Baryshkov
On Fri, Jul 12, 2024 at 05:32:33PM GMT, Liu Ying wrote: > i.MX8qxp Display Controller display engine consists of all processing > units that operate in a display clock domain. Add minimal feature > support with FrameGen and TCon so that the engine can output display > timings. The display engine

Re: [PATCH v2 07/16] drm/imx: Add i.MX8qxp Display Controller pixel engine

2024-07-27 Thread Dmitry Baryshkov
On Fri, Jul 12, 2024 at 05:32:34PM GMT, Liu Ying wrote: > i.MX8qxp Display Controller pixel engine consists of all processing > units that operate in the AXI bus clock domain. Add drivers for > ConstFrame, ExtDst, FetchLayer, FetchWarp and LayerBlend units, as > well as a pixel engine driver, so t

Re: [REGRESSION] No image on 4k display port displays connected through usb-c dock in kernel 6.10

2024-07-27 Thread Linux regression tracking (Thorsten Leemhuis)
[adding a few people and lists to the recipients] Hi! Thx for your rpeort. On 27.07.24 18:07, ke...@holm.dev wrote: > Connecting two 4k displays with display port through a lenovo usb-c > dock (type 40AS) to a Lenovo P14s Gen 2 (type 21A0) results in no > image on the connected displays. > > The

Re: [PATCH v2 09/16] drm/imx: Add i.MX8qxp Display Controller KMS

2024-07-27 Thread Dmitry Baryshkov
On Fri, Jul 12, 2024 at 05:32:36PM GMT, Liu Ying wrote: > i.MX8qxp Display Controller(DC) is comprised of three main components that > include a blit engine for 2D graphics accelerations, display controller for > display output processing, as well as a command sequencer. Add kernel > mode setting

Re: [PATCH 1/2] dt-bindings: display: Add Sharp Memory LCD bindings

2024-07-27 Thread Alex Lanzano
On Thu, Jul 25, 2024 at 08:17:01AM GMT, Krzysztof Kozlowski wrote: > On 25/07/2024 02:47, Alex Lanzano wrote: > > + > > +properties: > > + compatible: > > +enum: > > + - sharp,ls010b7dh04 > > + - sharp,ls011b7dh03 > > + - sharp,ls012b7dd01 > > + - sharp,ls013b7dh03 > > +

Re: [PATCH v3 00/19] Add Freescale i.MX8qxp Display Controller support

2024-07-27 Thread Dmitry Baryshkov
On Wed, Jul 24, 2024 at 05:29:31PM GMT, Liu Ying wrote: > Hi, > > This patch series aims to add Freescale i.MX8qxp Display Controller support. > > The controller is comprised of three main components that include a blit > engine for 2D graphics accelerations, display controller for display output

Re: [PATCH v1 1/2] drm/panel: jd9365da: Move the sending location of the 11/29 command

2024-07-27 Thread Dmitry Baryshkov
On Thu, Jul 25, 2024 at 04:32:44PM GMT, Zhaoxiong Lv wrote: > Move the 11/29 command from enable() to init() function > > As mentioned in the patch: > https://lore.kernel.org/all/20240624141926.5250-2-lvzhaoxi...@huaqin.corp-partner.google.com/ > > Our DSI host has different modes in prepare() an

Re: [PATCH v2 0/2] Add driver for Sharp Memory LCD

2024-07-27 Thread Alex Lanzano
On Sat, Jul 27, 2024 at 11:00:08AM GMT, Krzysztof Kozlowski wrote: > On 26/07/2024 21:44, Alex Lanzano wrote: > > This patch series add support for the monochrome Sharp Memory LCD > > panels. This series is based off of the work done by Mehdi Djait. > > > > References: > > https://lore.kernel.org/

Re: [PATCH v2 2/2] drm/tiny: Add driver for Sharp Memory LCD

2024-07-27 Thread Alex Lanzano
On Sat, Jul 27, 2024 at 11:03:19AM GMT, Krzysztof Kozlowski wrote: > On 26/07/2024 21:44, Alex Lanzano wrote: > > Add support for the monochrome Sharp Memory LCDs. > > > > Signed-off-by: Alex Lanzano > > Co-developed-by: Mehdi Djait > > Signed-off-by: Mehdi Djait > > --- > > MAINTAINERS

Re: [PATCH v2 1/2] dt-bindings: display: Add Sharp Memory LCD bindings

2024-07-27 Thread Alex Lanzano
On Sat, Jul 27, 2024 at 11:06:05AM GMT, Krzysztof Kozlowski wrote: > On 26/07/2024 21:44, Alex Lanzano wrote: > > Add device tree bindings for the monochrome Sharp Memory LCD > > > > Signed-off-by: Alex Lanzano > > Co-developed-by: Mehdi Djait > > Signed-off-by: Mehdi Djait > > The order of ta

Re: [PATCH v3 00/19] Add Freescale i.MX8qxp Display Controller support

2024-07-27 Thread Sui Jingfeng
Hi, On 7/28/24 00:39, Dmitry Baryshkov wrote: Hi, This patch series aims to add Freescale i.MX8qxp Display Controller support. The controller is comprised of three main components that include a blit engine for 2D graphics accelerations, display controller for display output processing, as wel

Re: [PATCH v3 00/19] Add Freescale i.MX8qxp Display Controller support

2024-07-27 Thread Dmitry Baryshkov
On Sun, Jul 28, 2024 at 03:10:21AM GMT, Sui Jingfeng wrote: > Hi, > > On 7/28/24 00:39, Dmitry Baryshkov wrote: > > > Hi, > > > > > > This patch series aims to add Freescale i.MX8qxp Display Controller > > > support. > > > > > > The controller is comprised of three main components that include

Re: [PATCH v3 00/19] Add Freescale i.MX8qxp Display Controller support

2024-07-27 Thread Sui Jingfeng
Hi, On 7/28/24 04:28, Dmitry Baryshkov wrote: On Sun, Jul 28, 2024 at 03:10:21AM GMT, Sui Jingfeng wrote: Hi, On 7/28/24 00:39, Dmitry Baryshkov wrote: Hi, This patch series aims to add Freescale i.MX8qxp Display Controller support. The controller is comprised of three main components that

Re: [PATCH v3 00/19] Add Freescale i.MX8qxp Display Controller support

2024-07-27 Thread Dmitry Baryshkov
On Sun, Jul 28, 2024 at 05:38:37AM GMT, Sui Jingfeng wrote: > Hi, > > On 7/28/24 04:28, Dmitry Baryshkov wrote: > > On Sun, Jul 28, 2024 at 03:10:21AM GMT, Sui Jingfeng wrote: > > > Hi, > > > > > > On 7/28/24 00:39, Dmitry Baryshkov wrote: > > > > > Hi, > > > > > > > > > > This patch series aims

[pull] amdgpu drm-fixes-6.11

2024-07-27 Thread Alex Deucher
Hi Dave, Sima, Fixes for 6.11. A bit early this week because I'll be away from my desk next week. The following changes since commit d4ef5d2b7ee0cbb5f2d864716140366a618400d6: Merge tag 'amd-drm-fixes-6.11-2024-07-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2024-07-26 09: