On Fri, Aug 31, 2012 at 8:55 AM, Fengguang Wu <fengguang.wu@xxxxxxxxx> wrote: > Hi Daniel, > > FYI, kernel build failed on > > tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-nightly > head: faee69aa381f507731eb68d263dcd0d446c1fd58 > commit: faee69aa381f507731eb68d263dcd0d446c1fd58 [52/52] Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly > config: i386-randconfig-b943 (attached as .config) > > Build errors: > > drivers/gpu/drm/i915/i915_irq.c:1330:2: error: implicit declaration of function 'i915_get_extra_instdone' [-Werror=implicit-function-declaration] Hm, seems to compile fine here and afaict the function declaration also exists in that file. Can you please double-check? Fyi I've checked this on: commit faee69aa381f507731eb68d263dcd0d446c1fd58 Merge: 0e0428b 0fb8728 Author: Daniel Vetter <daniel.vetter@xxxxxxxx> Date: Thu Aug 30 11:09:53 2012 +0200 Merge remote-tracking branch 'origin/drm-intel-fixes' into drm-intel-nightly Thanks, Daniel > > vim +1330 drivers/gpu/drm/i915/i915_irq.c > 1327 > 1328 pr_err("render error detected, EIR: 0x%08x\n", eir); > 1329 >> 1330 i915_get_extra_instdone(dev, instdone); > 1331 > 1332 if (IS_G4X(dev)) { > 1333 if (eir & (GM45_ERROR_MEM_PRIV | GM45_ERROR_CP_PRIV)) { > > --- > 0-DAY kernel build testing backend Open Source Technology Centre > Fengguang Wu <wfg@xxxxxxxxxxxxxxx> Intel Corporation -- Daniel Vetter daniel.vetter@xxxxxxxx - +41 (0) 79 365 57 48 - http://blog.ffwll.ch _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel