== Series Details == Series: Splitting intel-gtt calls for non-x86 platforms (rev3) URL : https://patchwork.freedesktop.org/series/101552/ State : failure == Summary == CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh DESCEND objtool CHK include/generated/compile.h CC [M] drivers/gpu/drm/i915/gt/intel_ggtt.o In file included from ./include/drm/drm_mm.h:51, from ./drivers/gpu/drm/i915/i915_vma.h:31, from drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h:13, from drivers/gpu/drm/i915/gt/uc/intel_guc.h:19, from drivers/gpu/drm/i915/gt/uc/intel_uc.h:9, from drivers/gpu/drm/i915/gt/intel_gt_types.h:18, from drivers/gpu/drm/i915/gt/intel_gt.h:10, from drivers/gpu/drm/i915/gt/intel_ggtt.c:12: drivers/gpu/drm/i915/gt/intel_ggtt.c: In function ‘ggtt_probe_hw’: drivers/gpu/drm/i915/gt/intel_ggtt.c:610:23: error: ‘intel_graphics_stolen_res’ undeclared (first use in this function); did you mean ‘intel_engine_stop_cs’? (u64)resource_size(&intel_graphics_stolen_res) >> 20); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/drm/drm_print.h:461:63: note: in definition of macro ‘drm_dbg’ drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__) ^~~~~~~~~~~ drivers/gpu/drm/i915/gt/intel_ggtt.c:610:23: note: each undeclared identifier is reported only once for each function it appears in (u64)resource_size(&intel_graphics_stolen_res) >> 20); ^~~~~~~~~~~~~~~~~~~~~~~~~ ./include/drm/drm_print.h:461:63: note: in definition of macro ‘drm_dbg’ drm_dev_dbg((drm) ? (drm)->dev : NULL, DRM_UT_DRIVER, fmt, ##__VA_ARGS__) ^~~~~~~~~~~ scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/i915/gt/intel_ggtt.o' failed make[4]: *** [drivers/gpu/drm/i915/gt/intel_ggtt.o] Error 1 scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm/i915' failed make[3]: *** [drivers/gpu/drm/i915] Error 2 scripts/Makefile.build:550: recipe for target 'drivers/gpu/drm' failed make[2]: *** [drivers/gpu/drm] Error 2 scripts/Makefile.build:550: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1831: recipe for target 'drivers' failed make: *** [drivers] Error 2