Hi Dave, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/gpu/drm/i915/intel_fbdev.c: In function 'intel_fb_initial_config': drivers/gpu/drm/i915/intel_fbdev.c:392:4: error: implicit declaration of function 'drm_get_connector_name' [-Werror=implicit-function-declaration] DRM_DEBUG_KMS("using first mode listed on connector %s\n", ^ Caused by commits c0c97622c1bd ("drm/i915: Use the connector name in fbdev debug messages") and c23cc4178dd1 ("drm/i915: replace drm_get_connector_name() with direct name field use"). I have used the drm tree from next-20140604 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au