Re: [PATCH 2/8] dt-bindings: display: mxsfb: Add and fix compatible strings

2020-08-15 Thread Sam Ravnborg
On Thu, Aug 13, 2020 at 04:29:04AM +0300, Laurent Pinchart wrote: > Additional compatible strings have been added in DT source for the > i.MX6SL, i.MX6SLL, i.MX6UL and i.MX7D without updating the bindings. > Most of the upstream DT sources use the fsl,imx28-lcdif compatible > string, which mostly p

Re: [PATCH 1/8] dt-bindings: display: mxsfb: Convert binding to YAML

2020-08-15 Thread Sam Ravnborg
Hi Laurent. Good to see one of the imx bindings migrating to yaml. On Thu, Aug 13, 2020 at 04:29:03AM +0300, Laurent Pinchart wrote: > Convert the mxsfb binding to YAML. The deprecated binding is dropped, as > neither the DT sources nor the driver support it anymore. > > The compatible strings a

[Bug 208913] amdgpu: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x1cce/0x1de0

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208913 Alexander Tsoy (alexan...@tsoy.me) changed: What|Removed |Added Status|NEW |RESOLVED Res

[Bug 208913] amdgpu: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x1cce/0x1de0

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208913 --- Comment #1 from Alexander Tsoy (alexan...@tsoy.me) --- Created attachment 290915 --> https://bugzilla.kernel.org/attachment.cgi?id=290915&action=edit Xorg.1.log -- You are receiving this mail because: You are watching the assignee of the b

[Bug 208913] New: amdgpu: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x1cce/0x1de0

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208913 Bug ID: 208913 Summary: amdgpu: RIP: 0010:amdgpu_dm_atomic_commit_tail+0x1cce/0x1de0 Product: Drivers Version: 2.5 Kernel Version: 5.4.58 Hardware: All

Re: [Freedreno] [PATCH v10 3/5] drm/msm/dp: add support for DP PLL driver

2020-08-15 Thread Rob Clark
On Sat, Aug 15, 2020 at 2:21 PM Jonathan Marek wrote: > > On 8/15/20 4:20 PM, Rob Clark wrote: > > On Fri, Aug 14, 2020 at 10:05 AM Dmitry Baryshkov > > wrote: > >> > >> > >> On 12/08/2020 07:42, Tanmay Shah wrote: > >> > From: Chandan Uddaraju > >> > > >> > Add the needed DP PLL specific

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Guido Günther
Hi Sam, On Sat, Aug 15, 2020 at 11:32:26AM +0200, Sam Ravnborg wrote: > Hi Guido. > > On Fri, Aug 14, 2020 at 03:36:23PM +0200, Guido Günther wrote: > > The panel uses a Focaltech FT8006p, the touch part is handled by the > > already existing edt-ft5x06. > > > > Signed-off-by: Guido Günther > >

Re: [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add mantix vendor prefix

2020-08-15 Thread Sam Ravnborg
On Sat, Aug 15, 2020 at 11:16:20PM +0200, Guido Günther wrote: > Add prefix for Mantix Display Technology Co.,Ltd. > > Signed-off-by: Guido Günther Acked-by: Sam Ravnborg > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/D

Re: [PATCH v2 2/3] dt-bindings: Add Mantix MLAF057WE51-X panel bindings

2020-08-15 Thread Sam Ravnborg
On Sat, Aug 15, 2020 at 11:16:21PM +0200, Guido Günther wrote: > The panel uses a Focaltech FT8006p, the touch part is handled by the > already existing edt-ft5x06. > > Signed-off-by: Guido Günther Reviewed-by: Sam Ravnborg I assume you will apply yourself, otherwise I will do so when we have s

Re: [PATCH 3/8] dt-bindings: display: mxsfb: Add a bus-width endpoint property

2020-08-15 Thread Guido Günther
Hi Laurent, On Thu, Aug 13, 2020 at 04:29:05AM +0300, Laurent Pinchart wrote: > When the PCB routes the display data signals in an unconventional way, > the output bus width may differ from the bus width of the connected > panel or encoder. For instance, when a 18-bit RGB panel has its R[5:0], > G[

Re: [PATCH v2 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Sam Ravnborg
Hi Guido. On Sat, Aug 15, 2020 at 11:16:22PM +0200, Guido Günther wrote: > The panel uses a Focaltech FT8006p, the touch part is handled by the > already existing edt-ft5x06. > > Signed-off-by: Guido Günther Two small nits - otherwise looks good. Reviewed-by: Sam Ravnborg I can fix while appl

Re: [PATCH v1 0/5] drm/panel: Use dev_ based logging

2020-08-15 Thread Guido Günther
Hi, On Sat, Aug 15, 2020 at 02:54:01PM +0200, Sam Ravnborg wrote: > The drm/panel drivers uses a mixture of DRM_ and dev_ based logging. > With this patchset all panel drivers are migrated to use dev_ based > logging as the DRM_ based logging did not add any extra info. > > Drop the now unused inc

[PATCH v2 2/3] dt-bindings: Add Mantix MLAF057WE51-X panel bindings

2020-08-15 Thread Guido Günther
The panel uses a Focaltech FT8006p, the touch part is handled by the already existing edt-ft5x06. Signed-off-by: Guido Günther --- .../display/panel/mantix,mlaf057we51-x.yaml | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/displ

[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add mantix vendor prefix

2020-08-15 Thread Guido Günther
Add prefix for Mantix Display Technology Co.,Ltd. Signed-off-by: Guido Günther --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefi

[PATCH v2 0/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Guido Günther
The panel uses a Focaltech FT8006p, the touch part is handled by the already existing edt-ft5x06. It can be found in e.g. the Librem 5. Changes from v1: - Due to review comments by Sam Ravnborg, thanks! https://lore.kernel.org/dri-devel/20200815083917.ga993...@ravnborg.org/ - Don't preserve n

[PATCH v2 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Guido Günther
The panel uses a Focaltech FT8006p, the touch part is handled by the already existing edt-ft5x06. Signed-off-by: Guido Günther --- MAINTAINERS | 7 + drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile| 1 +

Re: [PATCH v1 1/5] drm/panel: samsung: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
On Sat, Aug 15, 2020 at 09:23:59PM +0200, Linus Walleij wrote: > On Sat, Aug 15, 2020 at 2:54 PM Sam Ravnborg wrote: > > > Standardize on the dev_ based logging and drop the include of drm_print.h. > > Fix a few cases where "x@" was used when printing the mode. > > > > Signed-off-by: Sam Ravnborg

Re: [PATCH 2/3] dt-bindings: Add Mantix MLAF057WE51-X panel bindings

2020-08-15 Thread Sam Ravnborg
Hi Guido. On Sat, Aug 15, 2020 at 06:47:37PM +0200, Guido Günther wrote: > Hi Sam, > On Sat, Aug 15, 2020 at 10:39:17AM +0200, Sam Ravnborg wrote: > > Hi Guido. > > > > On Fri, Aug 14, 2020 at 03:36:22PM +0200, Guido Günther wrote: > > > The panel uses a Focaltech FT8006p, the touch part is handl

Re: [PATCH v10 3/5] drm/msm/dp: add support for DP PLL driver

2020-08-15 Thread Rob Clark
On Fri, Aug 14, 2020 at 10:05 AM Dmitry Baryshkov wrote: > > > On 12/08/2020 07:42, Tanmay Shah wrote: > > From: Chandan Uddaraju > > > > Add the needed DP PLL specific files to support > > display port interface on msm targets. > > [skipped] > > > diff --git a/drivers/gpu/drm/msm/dp/dp_pll_

Re: [PATCH v1 1/5] drm/panel: samsung: Use dev_ based logging

2020-08-15 Thread Linus Walleij
On Sat, Aug 15, 2020 at 2:54 PM Sam Ravnborg wrote: > Standardize on the dev_ based logging and drop the include of drm_print.h. > Fix a few cases where "x@" was used when printing the mode. > > Signed-off-by: Sam Ravnborg > Cc: Thierry Reding > Cc: Sam Ravnborg > Cc: Guido Günther > Cc: Linu

Re: [PATCH 2/3] dt-bindings: Add Mantix MLAF057WE51-X panel bindings

2020-08-15 Thread Guido Günther
Hi Sam, On Sat, Aug 15, 2020 at 10:39:17AM +0200, Sam Ravnborg wrote: > Hi Guido. > > On Fri, Aug 14, 2020 at 03:36:22PM +0200, Guido Günther wrote: > > The panel uses a Focaltech FT8006p, the touch part is handled by the > > already existing edt-ft5x06. > > > > Signed-off-by: Guido Günther > >

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Guido Günther
Hi, On Sat, Aug 15, 2020 at 12:46:51PM +0200, Sam Ravnborg wrote: > On Sat, Aug 15, 2020 at 12:40:22PM +0200, Guido Günther wrote: > > Hi Sam, > > On Sat, Aug 15, 2020 at 12:02:30PM +0200, Sam Ravnborg wrote: > > > Hi Guido. > > > > > > > +static int mantix_probe(struct mipi_dsi_device *dsi) > > >

[Bug 204609] amdgpu: powerplay failed send message

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204609 --- Comment #10 from w...@hllmnn.de --- Created attachment 290911 --> https://bugzilla.kernel.org/attachment.cgi?id=290911&action=edit journalctl output Adding journalctl output -- You are receiving this mail because: You are watching the ass

[Bug 204609] amdgpu: powerplay failed send message

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=204609 w...@hllmnn.de changed: What|Removed |Added CC||w...@hllmnn.de --- Comment #9 from w...@

Re: [PATCH 0/4] Add support for Feixin K101-IM2BYL02 panel

2020-08-15 Thread Sam Ravnborg
Hi Icenowy On Mon, Jul 20, 2020 at 01:04:06AM +0800, Icenowy Zheng wrote: > The controller chip of Feixin K101-IM2BA02 is going to be discontinued, > so Feixin start to provide K101-IM2BYL02 panel as a replacement, which > utilizes Ilitek ILI9881C controller. > > Add support for K101-IM2BYL02 pan

Re: [PATCH 0/5] drm/panel: A few cleanups and improvements

2020-08-15 Thread Sam Ravnborg
Hi Paul. On Tue, Aug 11, 2020 at 02:22:35AM +0200, Paul Cercueil wrote: > Hi list, > > Here's a list of 5 patches that bring some cleanups and improvements. > > Patches 1-2 clean up the novatek,nt39016 code to remove custom handling > of the backlight and to add the missing carriage returns on e

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Sam Ravnborg
Hi Guido. > > In fact I did decided against it since i was told that missing dev_* and > > DRM_* logging shouldn't be done. So is that o.k. nowadays? > s/missing/mixing/ > > I often request that logging is consistent - so I recognize the > argument. > > For panel/* I have not made up my mind wha

[PATCH v1 0/5] drm/panel: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
The drm/panel drivers uses a mixture of DRM_ and dev_ based logging. With this patchset all panel drivers are migrated to use dev_ based logging as the DRM_ based logging did not add any extra info. Drop the now unused include of drm_print.h. With this change new panel drivers will be requires to

[PATCH v1 4/5] drm/panel: sitronix: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Cc: Jagan Teki Cc: Thierry Reding Cc: Sam Ravnborg Cc: Guido Günther Cc: Linus Walleij Cc: Laurent Pinchart --- drivers/gpu/drm

[PATCH v1 3/5] drm/panel: raydium: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Cc: Robert Chiras Cc: Thierry Reding Cc: Sam Ravnborg Cc: Guido Günther Cc: Linus Walleij Cc: Laurent Pinchart --- drivers/gpu/

[PATCH v1 1/5] drm/panel: samsung: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Cc: Thierry Reding Cc: Sam Ravnborg Cc: Guido Günther Cc: Linus Walleij Cc: Laurent Pinchart --- drivers/gpu/drm/panel/panel-sam

[PATCH v1 5/5] drm/panel: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Cc: Jerry Han Cc: Thierry Reding Cc: Sam Ravnborg Cc: Icenowy Zheng Cc: Jagan Teki Cc: Linus Walleij Cc: Guido Günther Cc: Laur

[PATCH v1 2/5] drm/panel: leadtek: Use dev_ based logging

2020-08-15 Thread Sam Ravnborg
Standardize on the dev_ based logging and drop the include of drm_print.h. Fix a few cases where "x@" was used when printing the mode. Signed-off-by: Sam Ravnborg Cc: Thierry Reding Cc: Sam Ravnborg Cc: Guido Günther Cc: Linus Walleij Cc: Laurent Pinchart --- .../drm/panel/panel-leadtek-ltk

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Sam Ravnborg
On Sat, Aug 15, 2020 at 12:40:22PM +0200, Guido Günther wrote: > Hi Sam, > On Sat, Aug 15, 2020 at 12:02:30PM +0200, Sam Ravnborg wrote: > > Hi Guido. > > > > > +static int mantix_probe(struct mipi_dsi_device *dsi) > > > +{ > > > + struct device *dev = &dsi->dev; > > > + struct mantix *ctx; > > >

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Guido Günther
Hi Sam, On Sat, Aug 15, 2020 at 12:02:30PM +0200, Sam Ravnborg wrote: > Hi Guido. > > > +static int mantix_probe(struct mipi_dsi_device *dsi) > > +{ > > + struct device *dev = &dsi->dev; > > + struct mantix *ctx; > > + int ret; > > + > > + ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL);

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Sam Ravnborg
Hi Guido. > +static int mantix_probe(struct mipi_dsi_device *dsi) > +{ > + struct device *dev = &dsi->dev; > + struct mantix *ctx; > + int ret; > + > + ctx = devm_kzalloc(dev, sizeof(*ctx), GFP_KERNEL); > + if (!ctx) > + return -ENOMEM; > + > + ctx->reset_gpio =

Re: [PATCH 3/3] drm/panel: Add panel driver for the Mantix MLAF057WE51-X DSI panel

2020-08-15 Thread Sam Ravnborg
Hi Guido. On Fri, Aug 14, 2020 at 03:36:23PM +0200, Guido Günther wrote: > The panel uses a Focaltech FT8006p, the touch part is handled by the > already existing edt-ft5x06. > > Signed-off-by: Guido Günther Looks good. A few notes in the following, nothing major. Sam > --- > MAINTAI

Re: [PATCH 2/3] dt-bindings: Add Mantix MLAF057WE51-X panel bindings

2020-08-15 Thread Sam Ravnborg
Hi Guido. On Fri, Aug 14, 2020 at 03:36:22PM +0200, Guido Günther wrote: > The panel uses a Focaltech FT8006p, the touch part is handled by the > already existing edt-ft5x06. > > Signed-off-by: Guido Günther A few trivialities. > --- > .../display/panel/mantix,mlaf057we51-x.yaml | 73 ++

Re: [PATCH v2] drm/mcde: Retry DSI read/write transactions

2020-08-15 Thread Stephan Gerhold
On Fri, Aug 14, 2020 at 09:44:51PM +0200, Linus Walleij wrote: > The vendor driver makes a few retries on read DSI > transactions, something that is needed especially in > case of read (such as reading the panel MTP ID) while > the panel is running in video mode. This happens on > the Samsung s6e63

[Bug 208909] New: amdgpu Ryzen 7 4700U NULL pointer dereference multi monitor with rotation

2020-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208909 Bug ID: 208909 Summary: amdgpu Ryzen 7 4700U NULL pointer dereference multi monitor with rotation Product: Drivers Version: 2.5 Kernel Version: 5.8.0-050800-generic Har