drm/i2c: tda998x: Add support for atomic modesetting
authorLiviu Dudau (ARM) <Liviu.Dudau@arm.com>
Mon, 23 Nov 2015 15:52:42 +0000 (16:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 Dec 2015 15:48:19 +0000 (15:48 +0000)
commit9736e988d32807d5a186c722928a97f37346fec8
tree1f9bc6c01e2efc7de5d6a4d9940a0e46182b50fa
parente4618c467d9ea600cc1412b32ad520f22b8b4833
drm/i2c: tda998x: Add support for atomic modesetting

When used with a DRIVER_ATOMIC enabled CRTC driver, the tda998x
will cause crashes due to missing atomic operations. Fill the
drm_connector_funcs struct with the atomic versions of the required
functions and add the atomic modeset specific callbacks.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c