commit | 9736e988d32807d5a186c722928a97f37346fec8 | [log] [tgz] |
---|---|---|
author | Liviu Dudau (ARM) <Liviu.Dudau@arm.com> | Mon Nov 23 16:52:42 2015 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Dec 03 15:48:19 2015 +0000 |
tree | 1f9bc6c01e2efc7de5d6a4d9940a0e46182b50fa | |
parent | e4618c467d9ea600cc1412b32ad520f22b8b4833 [diff] |
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>