Hello Dave, Here is a pull request for the work done on the atmel-hlcdc driver. This pull request includes: - support for Atomic mode setting - the discard area optimization - implementation of PM primitives The following changes since commit 45ee2dbc65cbf6910892c480e6f428be342fa733: Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux into drm-next (2015-02-16 13:55:49 +1000) are available in the git repository at: https://github.com/bbrezillon/linux-at91.git drm-atmel-hlcdc-devel for you to fetch changes up to 16e6004eb7a8686bae526ab9ea22c94ec901897b: drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resume (2015-02-24 11:24:38 +0100) ---------------------------------------------------------------- Boris Brezillon (2): drm: atmel-hlcdc: Atomic mode-setting conversion drm: atmel-hlcdc: add discard area support Sylvain Rochet (2): drm: atmel-hlcdc: Add PM suspend/resume support drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resume drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 294 ++++++++++++----------------- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 51 +++++ drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h | 59 +----- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c | 4 +- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.h | 3 +- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_output.c | 41 ++-- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 639 ++++++++++++++++++++++++++++++++++++++++---------------------- 7 files changed, 605 insertions(+), 486 deletions(-) -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel