Hello Dave,
This patch makes STI driver use the atomic helpers. I have fix the comments done by Daniel on the first version and get his ack with this second version.
Regards, Benjamin
The following changes since commit 03be70050c85768e9ce7c0d0887110d1b629e127:
Merge tag 'topic/drm-misc-2015-03-10' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-03-11 12:15:06 +1000)
are available in the git repository at:
http://git.linaro.org/people/benjamin.gaignard/kernel.git drm-st-next-2015-03-19
for you to fetch changes up to de4b00b0937aba99b7099afc6ed17a81163faab3:
drm: sti: convert driver to atomic modeset (2015-03-19 13:35:16 +0100)
---------------------------------------------------------------- Benjamin Gaignard (1): drm: sti: convert driver to atomic modeset
drivers/gpu/drm/sti/sti_drm_crtc.c | 175 ++++++++---------------------------- drivers/gpu/drm/sti/sti_drm_drv.c | 86 +++++++++++++++++- drivers/gpu/drm/sti/sti_drm_drv.h | 6 ++ drivers/gpu/drm/sti/sti_drm_plane.c | 66 ++++++++++++-- drivers/gpu/drm/sti/sti_dvo.c | 6 +- drivers/gpu/drm/sti/sti_hda.c | 6 +- drivers/gpu/drm/sti/sti_hdmi.c | 6 +- 7 files changed, 205 insertions(+), 146 deletions(-)
linaro-mm-sig@lists.linaro.org