== Series Details == Series: drm/i915: Fix cursor coordinates on bigjoiner slave URL : https://patchwork.freedesktop.org/series/100154/ 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/intel_cursor.o drivers/gpu/drm/i915/display/intel_cursor.c: In function ‘intel_check_cursor’: drivers/gpu/drm/i915/display/intel_cursor.c:155:18: error: ‘struct intel_crtc_state’ has no member named ‘bigjoiner_slave’; did you mean ‘bigjoiner_pipes’? if (crtc_state->bigjoiner_slave) ^~~~~~~~~~~~~~~ bigjoiner_pipes scripts/Makefile.build:288: recipe for target 'drivers/gpu/drm/i915/display/intel_cursor.o' failed make[4]: *** [drivers/gpu/drm/i915/display/intel_cursor.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:1831: recipe for target 'drivers' failed make: *** [drivers] Error 2