Re: [PATCH v2 0/2] drm/omap: panel-tpo-td028ttec1: add backlight support

2019-02-16 Thread Tomi Valkeinen via dri-devel
On 15/02/2019 09:12, Andreas Kemnade wrote: > Hi, > > On Fri, 8 Feb 2019 11:13:33 +0200 > Tomi Valkeinen wrote: > >> On 05/02/2019 08:38, Andreas Kemnade wrote: >>> This panel has a backlight, so add a property describing that and >>> add the code to use that. >>> This makes things like xset dpm

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

Re: [PATCH 1/2] drm/tilcdc: use drm_fbdev_generic_setup

2019-02-15 Thread Tomi Valkeinen via dri-devel
On 15/02/2019 10:13, Jyri Sarha wrote: > Calling drm_fbdev_cma_fini() after drm_dev_unregister() started to > cause a crash when unloading tilcdc some time between 4.14 and > 4.19. Instead of changing the unload order it looks like using > drm_fbdev_generic_setup() is the direction to go. > > Sign