== Series Details == Series: drm/i915/dsc: Add debugfs entry to validate DSC output formats URL : https://patchwork.freedesktop.org/series/113649/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool CC [M] drivers/gpu/drm/i915/display/intel_display_debugfs.o drivers/gpu/drm/i915/display/intel_display_debugfs.c: In function ‘i915_dsc_fec_support_show’: drivers/gpu/drm/i915/display/intel_display_debugfs.c:1775:18: error: implicit declaration of function ‘drm_dp_dsc_sink_supports_format’; did you mean ‘drm_dp_sink_supports_fec’? [-Werror=implicit-function-declaration] 1775 | str_yes_no(drm_dp_dsc_sink_supports_format(intel_dp->dsc_dpcd, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | drm_dp_sink_supports_fec cc1: all warnings being treated as errors make[5]: *** [scripts/Makefile.build:252: drivers/gpu/drm/i915/display/intel_display_debugfs.o] Error 1 make[4]: *** [scripts/Makefile.build:504: drivers/gpu/drm/i915] Error 2 make[3]: *** [scripts/Makefile.build:504: drivers/gpu/drm] Error 2 make[2]: *** [scripts/Makefile.build:504: drivers/gpu] Error 2 make[1]: *** [scripts/Makefile.build:504: drivers] Error 2 make: *** [Makefile:2021: .] Error 2