== Series Details == Series: i915 | Bug in virtual PCH detection URL : https://patchwork.freedesktop.org/series/138213/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool INSTALL libsubcmd_headers CC [M] drivers/gpu/drm/i915/soc/intel_pch.o drivers/gpu/drm/i915/soc/intel_pch.c: In function ‘intel_virt_detect_pch’: drivers/gpu/drm/i915/soc/intel_pch.c:171:22: error: ‘const struct i915_params’ has no member named ‘virt_pch_id’ 171 | if (dev_priv->params.virt_pch_id) | ^ drivers/gpu/drm/i915/soc/intel_pch.c:172:24: error: ‘const struct i915_params’ has no member named ‘virt_pch_id’ 172 | id = dev_priv->params.virt_pch_id; | ^ make[6]: *** [scripts/Makefile.build:244: drivers/gpu/drm/i915/soc/intel_pch.o] Error 1 make[5]: *** [scripts/Makefile.build:485: drivers/gpu/drm/i915] Error 2 make[4]: *** [scripts/Makefile.build:485: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:485: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:485: drivers] Error 2 make[1]: *** [/home/kbuild2/kernel/Makefile:1925: .] Error 2 make: *** [Makefile:224: __sub-make] Error 2 Build failed, no error log produced