== Series Details == Series: Enable mipi dsi on XELPD URL : https://patchwork.freedesktop.org/series/93917/ 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/display/icl_dsi.o In file included from drivers/gpu/drm/i915/display/intel_ddi.h:10, from drivers/gpu/drm/i915/display/icl_dsi.c:35: drivers/gpu/drm/i915/display/icl_dsi.c: In function ‘adlp_set_lp_hs_wakeup_gb’: ./drivers/gpu/drm/i915/i915_reg.h:11623:11: error: ‘_TGL_DSI_CHKN_REG_0’ undeclared (first use in this function); did you mean ‘TGL_DSI_CHKN_REG_0’? _TGL_DSI_CHKN_REG_0, \ ^~~~~~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro ‘_MMIO’ #define _MMIO(r) ((const i915_reg_t){ .reg = (r) }) ^ ./drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro ‘_PICK_EVEN’ #define _PORT(port, a, b) _PICK_EVEN(port, a, b) ^~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro ‘_PORT’ #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) ^~~~~ ./drivers/gpu/drm/i915/i915_reg.h:11622:33: note: in expansion of macro ‘_MMIO_PORT’ #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \ ^~~~~~~~~~ drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro ‘TGL_DSI_CHKN_REG’ intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port), ^~~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:11623:11: note: each undeclared identifier is reported only once for each function it appears in _TGL_DSI_CHKN_REG_0, \ ^~~~~~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro ‘_MMIO’ #define _MMIO(r) ((const i915_reg_t){ .reg = (r) }) ^ ./drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro ‘_PICK_EVEN’ #define _PORT(port, a, b) _PICK_EVEN(port, a, b) ^~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro ‘_PORT’ #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) ^~~~~ ./drivers/gpu/drm/i915/i915_reg.h:11622:33: note: in expansion of macro ‘_MMIO_PORT’ #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \ ^~~~~~~~~~ drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro ‘TGL_DSI_CHKN_REG’ intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port), ^~~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:11624:11: error: ‘_TGL_DSI_CHKN_REG_1’ undeclared (first use in this function); did you mean ‘TGL_DSI_CHKN_REG_1’? _TGL_DSI_CHKN_REG_1) ^~~~~~~~~~~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:185:47: note: in definition of macro ‘_MMIO’ #define _MMIO(r) ((const i915_reg_t){ .reg = (r) }) ^ ./drivers/gpu/drm/i915/i915_reg.h:231:28: note: in expansion of macro ‘_PICK_EVEN’ #define _PORT(port, a, b) _PICK_EVEN(port, a, b) ^~~~~~~~~~ ./drivers/gpu/drm/i915/i915_reg.h:238:39: note: in expansion of macro ‘_PORT’ #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) ^~~~~ ./drivers/gpu/drm/i915/i915_reg.h:11622:33: note: in expansion of macro ‘_MMIO_PORT’ #define TGL_DSI_CHKN_REG(port) _MMIO_PORT(port, \ ^~~~~~~~~~ drivers/gpu/drm/i915/display/icl_dsi.c:1290:27: note: in expansion of macro ‘TGL_DSI_CHKN_REG’ intel_de_rmw(dev_priv, TGL_DSI_CHKN_REG(port), ^~~~~~~~~~~~~~~~ drivers/gpu/drm/i915/display/icl_dsi.c:1288:5: error: suggest explicit braces to avoid ambiguous ‘else’ [-Werror=dangling-else] if (DISPLAY_VER(dev_priv) == 13) ^ cc1: all warnings being treated as errors scripts/Makefile.build:271: recipe for target 'drivers/gpu/drm/i915/display/icl_dsi.o' failed make[4]: *** [drivers/gpu/drm/i915/display/icl_dsi.o] Error 1 scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm/i915' failed make[3]: *** [drivers/gpu/drm/i915] Error 2 scripts/Makefile.build:514: recipe for target 'drivers/gpu/drm' failed make[2]: *** [drivers/gpu/drm] Error 2 scripts/Makefile.build:514: recipe for target 'drivers/gpu' failed make[1]: *** [drivers/gpu] Error 2 Makefile:1851: recipe for target 'drivers' failed make: *** [drivers] Error 2