Hi Dave, Few more drm-misc stragglers for 4.4. Big thing is the generic probe for imx/rockchip/armada (but the variant for msm/rpi/exynos is still missing). Also the hdmi clocking fixes from Ville which was a lot of confusion about which tree it should be applied to ;-) Cheers, Daniel The following changes since commit affa0e033b04996700434312c76df3c78f683870: Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-10-20 09:01:49 +1000) are available in the git repository at: git://anongit.freedesktop.org/drm-intel tags/topic/drm-misc-2015-10-22 for you to fetch changes up to 48aa1e748f29373fdcc2bc341eac08ef16bff269: drm: correctly check failed allocation (2015-10-21 09:27:30 +0200) ---------------------------------------------------------------- Insu Yun (1): drm: correctly check failed allocation Liviu Dudau (4): drm: Introduce generic probe function for component based masters. drm/imx: Convert the probe function to the generic drm_of_component_probe() drm/rockchip: Convert the probe function to the generic drm_of_component_probe() drm/armada: Convert the probe function to the generic drm_of_component_probe() Lukas Wunner (1): vga_switcheroo: Constify vga_switcheroo_handler Ville Syrjälä (2): drm/edid: Fix up clock for CEA/HDMI modes specified via detailed timings drm/edid: Round to closest when computing the CEA/HDMI alternate clock drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 2 +- drivers/gpu/drm/armada/armada_drv.c | 68 +++++------------- drivers/gpu/drm/drm_crtc.c | 30 ++++++++ drivers/gpu/drm/drm_edid.c | 52 +++++++++++++- drivers/gpu/drm/drm_of.c | 88 ++++++++++++++++++++++++ drivers/gpu/drm/imx/imx-drm-core.c | 55 ++------------- drivers/gpu/drm/nouveau/nouveau_acpi.c | 2 +- drivers/gpu/drm/radeon/radeon_atpx_handler.c | 2 +- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 81 ++-------------------- drivers/gpu/vga/vga_switcheroo.c | 4 +- drivers/platform/x86/apple-gmux.c | 2 +- include/drm/drm_of.h | 13 ++++ include/linux/vga_switcheroo.h | 4 +- 13 files changed, 218 insertions(+), 185 deletions(-) -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel