Re: [PATCH v4 3/3] drm/panel-simple: allow LVDS format override

2023-09-13 Thread Johannes Zink
Hi Dan, On 9/13/23 13:14, Dan Carpenter wrote: On Fri, Aug 18, 2023 at 09:04:34AM +0200, Johannes Zink wrote: Hi Dan, do you have any input on this for me? Sorry, I was out of office and the truth is that I'm never going to catch up on all the email I missed. :/ nevermind, that's why I

Re: [PATCH v4 3/3] drm/panel-simple: allow LVDS format override

2023-09-13 Thread Dan Carpenter
On Fri, Aug 18, 2023 at 09:04:34AM +0200, Johannes Zink wrote: > Hi Dan, > > do you have any input on this for me? > Sorry, I was out of office and the truth is that I'm never going to catch up on all the email I missed. :/ Looks okay to me. I can't remember what I said about this code in v3

Re: [PATCH v4 3/3] drm/panel-simple: allow LVDS format override

2023-08-18 Thread Johannes Zink
Hi Dan, do you have any input on this for me? Best regards Johannes On 7/28/23 16:16, Johannes Zink wrote: Some panels support multiple LVDS data mapping formats, which can be used e.g. run displays on jeida-18 format when only 3 LVDS lanes are available. Add parsing of an optional data-mappi

[PATCH v4 3/3] drm/panel-simple: allow LVDS format override

2023-07-28 Thread Johannes Zink
Some panels support multiple LVDS data mapping formats, which can be used e.g. run displays on jeida-18 format when only 3 LVDS lanes are available. Add parsing of an optional data-mapping devicetree property, which also touches up the bits per color to match the bus format. Signed-off-by: Johann