== Series Details == Series: drm/i915/dmc: Add MMIO range restrictions (rev5) URL : https://patchwork.freedesktop.org/series/102168/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh CALL scripts/atomic/check-atomics.sh DESCEND objtool CHK include/generated/compile.h CC [M] drivers/gpu/drm/i915/display/intel_dmc.o In file included from drivers/gpu/drm/i915/display/intel_dmc.c:27: drivers/gpu/drm/i915/display/intel_dmc.c: In function ‘dmc_mmio_addr_sanity_check’: drivers/gpu/drm/i915/display/intel_dmc.c:399:20: error: ‘dev_priv’ undeclared (first use in this function); did you mean ‘dev_crit’? IS_ROCKETLAKE(dev_priv)) { ^~~~~~~~ ./drivers/gpu/drm/i915/i915_drv.h:1059:45: note: in definition of macro ‘IS_ROCKETLAKE’ #define IS_ROCKETLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE) ^~~~~~~~ drivers/gpu/drm/i915/display/intel_dmc.c:399:20: note: each undeclared identifier is reported only once for each function it appears in IS_ROCKETLAKE(dev_priv)) { ^~~~~~~~ ./drivers/gpu/drm/i915/i915_drv.h:1059:45: note: in definition of macro ‘IS_ROCKETLAKE’ #define IS_ROCKETLAKE(dev_priv) IS_PLATFORM(dev_priv, INTEL_ROCKETLAKE) ^~~~~~~~ scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/i915/display/intel_dmc.o' failed make[4]: *** [drivers/gpu/drm/i915/display/intel_dmc.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:1834: recipe for target 'drivers' failed make: *** [drivers] Error 2