Re: [PATCH 2/2] drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members

2019-03-05 Thread Laurent Pinchart
Hi Jyri, Thank you for the patch. On Fri, Feb 15, 2019 at 10:13:16AM +0200, Jyri Sarha wrote: > Most of the struct tilcdc_panel_info data members, that are also > exposed in dts binding, are essentially display IP register bits that > should not need customization per connected display basis. Thi

[PATCH 2/2] drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members

2019-02-16 Thread Jyri Sarha via dri-devel
Most of the struct tilcdc_panel_info data members, that are also exposed in dts binding, are essentially display IP register bits that should not need customization per connected display basis. This patch removes them, both from the binding and the struct. The removed data members have sane static

Re: [PATCH 2/2] drm/tilcdc: Remove unnecessary struct tilcdc_panel_info members

2019-02-15 Thread Tomi Valkeinen via dri-devel
On 15/02/2019 10:13, Jyri Sarha wrote: > Most of the struct tilcdc_panel_info data members, that are also > exposed in dts binding, are essentially display IP register bits that > should not need customization per connected display basis. This patch > removes them, both from the binding and the str