Re: [PATCH] drm/panel: simple: Assign data from panel_dpi_probe() correctly

2022-02-06 Thread Marek Vasut
On 2/4/22 22:26, Sam Ravnborg wrote: On Tue, Feb 01, 2022 at 12:01:53PM +0100, Christoph Niedermaier wrote: In the function panel_simple_probe() the pointer panel->desc is assigned to the passed pointer desc. If function panel_dpi_probe() is called panel->desc will be updated, but further on onl

Re: [PATCH] drm/panel: simple: Assign data from panel_dpi_probe() correctly

2022-02-04 Thread Sam Ravnborg
On Tue, Feb 01, 2022 at 12:01:53PM +0100, Christoph Niedermaier wrote: > In the function panel_simple_probe() the pointer panel->desc is > assigned to the passed pointer desc. If function panel_dpi_probe() > is called panel->desc will be updated, but further on only desc > will be evaluated. So upd

Re: [PATCH] drm/panel: simple: Assign data from panel_dpi_probe() correctly

2022-02-01 Thread Marek Vasut
On 2/1/22 12:01, Christoph Niedermaier wrote: In the function panel_simple_probe() the pointer panel->desc is assigned to the passed pointer desc. If function panel_dpi_probe() is called panel->desc will be updated, but further on only desc will be evaluated. So update the desc pointer to be able