== Series Details == Series: Add DSC fractional bpp support (rev9) URL : https://patchwork.freedesktop.org/series/111391/ State : failure == Summary == Error: make failed CALL scripts/checksyscalls.sh DESCEND objtool INSTALL libsubcmd_headers CC [M] drivers/gpu/drm/i915/display/intel_link_bw.o drivers/gpu/drm/i915/display/intel_link_bw.c: In function ‘intel_link_bw_reduce_bpp’: drivers/gpu/drm/i915/display/intel_link_bw.c:71:31: error: ‘struct <anonymous>’ has no member named ‘compressed_bpp’; did you mean ‘compressed_bpp_x16’? 71 | link_bpp = crtc_state->dsc.compressed_bpp; | ^~~~~~~~~~~~~~ | compressed_bpp_x16 make[6]: *** [scripts/Makefile.build:243: drivers/gpu/drm/i915/display/intel_link_bw.o] Error 1 make[5]: *** [scripts/Makefile.build:480: drivers/gpu/drm/i915] Error 2 make[4]: *** [scripts/Makefile.build:480: drivers/gpu/drm] Error 2 make[3]: *** [scripts/Makefile.build:480: drivers/gpu] Error 2 make[2]: *** [scripts/Makefile.build:480: drivers] Error 2 make[1]: *** [/home/kbuild/kernel/Makefile:1913: .] Error 2 make: *** [Makefile:234: __sub-make] Error 2 Build failed, no error log produced