== Series Details == Series: Enable Adaptive Sync SDP Support for DP (rev30) URL : https://patchwork.freedesktop.org/series/126829/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool INSTALL libsubcmd_headers CC [M] drivers/gpu/drm/i915/display/intel_dp.o drivers/gpu/drm/i915/display/intel_dp.c: In function ‘intel_dp_as_sdp_supported’: drivers/gpu/drm/i915/display/intel_dp.c:131:3: error: implicit declaration of function ‘drm_dp_as_sdp_supported’; did you mean ‘drm_dp_vsc_sdp_supported’? [-Werror=implicit-function-declaration] 131 | drm_dp_as_sdp_supported(&intel_dp->aux, intel_dp->dpcd); | ^~~~~~~~~~~~~~~~~~~~~~~ | drm_dp_vsc_sdp_supported cc1: all warnings being treated as errors make[6]: *** [scripts/Makefile.build:243: drivers/gpu/drm/i915/display/intel_dp.o] Error 1 make[5]: *** [scripts/Makefile.build:481: drivers/gpu/drm/i915] Error 2 make[4]: *** [scripts/Makefile.build:481: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:481: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:481: drivers] Error 2 make[1]: *** [/home/kbuild2/kernel/Makefile:1921: .] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Build failed, no error log produced