Hi Dave, Another drm-misch pull request. Mostly the fbdev sizes deconfusion series from Rob, everything else is small stuff all over. And the large i2c over aux transfers patch, too. Cheers, Daniel The following changes since commit 7eb5f302bbe78b88da8b2008c502c1975e75db05: drm: Check in setcrtc if the primary plane supports the fb pixel format (2015-03-10 09:59:36 +0100) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2015-03-18 for you to fetch changes up to 522cf91f30cb0102fd5cb6e8979d45b6151cdcfc: drm: check that planes types are correct while initializing CRTC (2015-03-17 14:03:04 +0100) ---------------------------------------------------------------- Benjamin Gaignard (1): drm: check that planes types are correct while initializing CRTC Daniel Vetter (1): drm/plane-helper: Fixup mismerge John Hunter (2): drm: Fix some typo mistake of the annotations drm: change connector to tmp_connector Rob Clark (7): drm/fb: document drm_fb_helper_surface_size drm/atomic: minor kerneldoc typo fix drm/cma: use correct fb width/height drm/exynos: use correct fb width/height drm/rockchip: use correct fb width/height drm/fb: small cleanup drm/fb: handle tiled connectors better Scott Wood (1): drm: %pF is only for function pointers Simon Farnsworth (1): drm/dp: Use large transactions for I2C over AUX Ville Syrjälä (2): drm/atomic: Constify a bunch of functions pointer structs drm: Silence sparse warnings drivers/gpu/drm/drm_atomic_helper.c | 50 +++++++++--------- drivers/gpu/drm/drm_bridge.c | 2 +- drivers/gpu/drm/drm_crtc.c | 3 ++ drivers/gpu/drm/drm_dp_helper.c | 76 ++++++++++++++++++++------- drivers/gpu/drm/drm_drv.c | 2 +- drivers/gpu/drm/drm_fb_cma_helper.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 48 ++++++++++++----- drivers/gpu/drm/drm_info.c | 1 + drivers/gpu/drm/drm_ioc32.c | 2 +- drivers/gpu/drm/drm_pci.c | 1 + drivers/gpu/drm/drm_plane_helper.c | 11 ++-- drivers/gpu/drm/drm_vm.c | 1 + drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 5 +- drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c | 2 +- include/drm/drm_crtc.h | 2 +- include/drm/drm_dp_helper.h | 5 ++ include/drm/drm_fb_helper.h | 19 +++++++ 17 files changed, 163 insertions(+), 69 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx