Re: [PATCH v4 69/80] drm/panel: panel-dsi-cm: add panel database to driver

2020-12-01 Thread Tomi Valkeinen
On 01/12/2020 02:23, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Tue, Nov 24, 2020 at 02:45:27PM +0200, Tomi Valkeinen wrote: >> Add a panel database to the driver instead of reading propertes from DT >> data. This is similar to panel-simple, and I believe it's more fut

Re: [PATCH v4 69/80] drm/panel: panel-dsi-cm: add panel database to driver

2020-11-30 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Tue, Nov 24, 2020 at 02:45:27PM +0200, Tomi Valkeinen wrote: > Add a panel database to the driver instead of reading propertes from DT > data. This is similar to panel-simple, and I believe it's more future > safe way to handle the panels. No need to care abo

Re: [PATCH v4 69/80] drm/panel: panel-dsi-cm: add panel database to driver

2020-11-24 Thread Sam Ravnborg
On Tue, Nov 24, 2020 at 02:45:27PM +0200, Tomi Valkeinen wrote: > Add a panel database to the driver instead of reading propertes from DT > data. This is similar to panel-simple, and I believe it's more future > safe way to handle the panels. > > Signed-off-by: Tomi Valkeinen Looks good, and you

[PATCH v4 69/80] drm/panel: panel-dsi-cm: add panel database to driver

2020-11-24 Thread Tomi Valkeinen
Add a panel database to the driver instead of reading propertes from DT data. This is similar to panel-simple, and I believe it's more future safe way to handle the panels. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/panel/panel-dsi-cm.c | 107 +-- 1 file changed, 6