[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-03-08 Thread Dave Airlie
On 8 March 2016 at 07:47, Jyri Sarha wrote: > Hi, > Based on discussion around this patch: > > https://lists.freedesktop.org/archives/dri-devel/2016-February/100685.html > > I think the patch below should get into queued for v4.5 fixes as the > Beaglebone-Black display is currently broken in

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-03-07 Thread Jyri Sarha
Hi, Based on discussion around this patch: https://lists.freedesktop.org/archives/dri-devel/2016-February/100685.html I think the patch below should get into queued for v4.5 fixes as the Beaglebone-Black display is currently broken in linux-master and probably Armada is broken too. What should

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-02-25 Thread Jyri Sarha
Hi, Based on discussion around this patch: https://lists.freedesktop.org/archives/dri-devel/2016-February/100685.html I think the patch below should be applied to tda988x development branch. Would you take it or do you prefer some other approach? Best regards, Jyri On 01/16/16 22:17, Jyri

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-02-25 Thread liviu.du...@arm.com
On Thu, Feb 25, 2016 at 12:09:39PM +0200, Jyri Sarha wrote: > Hi, > Based on discussion around this patch: > > https://lists.freedesktop.org/archives/dri-devel/2016-February/100685.html > > I think the patch below should be applied to tda988x development branch. > Would you take it or do you

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-18 Thread Russell King - ARM Linux
On Mon, Jan 18, 2016 at 09:52:27AM +, Liviu.Dudau at arm.com wrote: > On Sat, Jan 16, 2016 at 10:17:54PM +0200, Jyri Sarha wrote: > > It just makes me wonder if drm_atomic_helper_connector_dpms() should > > call the legacy callback automatically if DRIVER_ATOMIC is not set or > > at least bail

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-18 Thread liviu.du...@arm.com
On Sat, Jan 16, 2016 at 10:17:54PM +0200, Jyri Sarha wrote: > Choose between atomic or non atomic connector dpms helper. If tda998x > is connected to a drm driver that does not support atomic modeset > calling drm_atomic_helper_connector_dpms() causes a crash when the > connectors atomic state is

[PATCH] drm/i2c: tda998x: Choose between atomic or non atomic dpms helper

2016-01-16 Thread Jyri Sarha
Choose between atomic or non atomic connector dpms helper. If tda998x is connected to a drm driver that does not support atomic modeset calling drm_atomic_helper_connector_dpms() causes a crash when the connectors atomic state is not initialized. The patch implements a driver specific connector