[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-20 Thread Russell King - ARM Linux
On Fri, Nov 20, 2015 at 04:44:55PM +, Liviu Dudau wrote: > On Fri, Nov 20, 2015 at 04:32:59PM +, Russell King - ARM Linux wrote: > > On Fri, Nov 20, 2015 at 02:24:04PM +, Liviu Dudau wrote: > > > On Wed, Nov 11, 2015 at 05:57:18PM +, Liviu Dudau wrote: > > > > On Wed, Nov 11, 2015 a

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-20 Thread Liviu Dudau
On Fri, Nov 20, 2015 at 04:32:59PM +, Russell King - ARM Linux wrote: > On Fri, Nov 20, 2015 at 02:24:04PM +, Liviu Dudau wrote: > > On Wed, Nov 11, 2015 at 05:57:18PM +, Liviu Dudau wrote: > > > On Wed, Nov 11, 2015 at 05:51:52PM +, Russell King - ARM Linux wrote: > > > > On Wed, N

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-20 Thread Russell King - ARM Linux
On Fri, Nov 20, 2015 at 02:24:04PM +, Liviu Dudau wrote: > On Wed, Nov 11, 2015 at 05:57:18PM +, Liviu Dudau wrote: > > On Wed, Nov 11, 2015 at 05:51:52PM +, Russell King - ARM Linux wrote: > > > On Wed, Nov 11, 2015 at 03:34:32PM +, Liviu Dudau wrote: > > > > While going through th

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-20 Thread Liviu Dudau
On Wed, Nov 11, 2015 at 05:57:18PM +, Liviu Dudau wrote: > On Wed, Nov 11, 2015 at 05:51:52PM +, Russell King - ARM Linux wrote: > > On Wed, Nov 11, 2015 at 03:34:32PM +, Liviu Dudau wrote: > > > While going through the code testing I've noticed an unbalanced > > > .unbind missing drm_c

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-11 Thread Liviu Dudau
On Wed, Nov 11, 2015 at 05:51:52PM +, Russell King - ARM Linux wrote: > On Wed, Nov 11, 2015 at 03:34:32PM +, Liviu Dudau wrote: > > While going through the code testing I've noticed an unbalanced > > .unbind missing drm_connector_unregister() > > That actually doesn't matter, as DRM autom

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-11 Thread Russell King - ARM Linux
On Wed, Nov 11, 2015 at 03:34:32PM +, Liviu Dudau wrote: > While going through the code testing I've noticed an unbalanced > .unbind missing drm_connector_unregister() That actually doesn't matter, as DRM automatically tears them down anyway, so this isn't an urgent change. However, it's good

[PATCH 0/3] drm/i2c: tda998x: Add support for atomic modesetting.

2015-11-11 Thread Liviu Dudau
Hello, While updating the HDLCD driver to support atomic modesetting I've encountered crashes when using it with the tda998x driver because the later doesn't support the atomic helper functions. While going through the code testing I've noticed an unbalanced .unbind missing drm_connector_unregi