✗ Fi.CI.BUILD: failure for drm/i915/psr: Implment WA to help reach PC10 (rev4)

Patchwork patchwork at emeril.freedesktop.org
Mon Sep 9 05:26:33 UTC 2024


== Series Details ==

Series: drm/i915/psr: Implment WA to help reach PC10 (rev4)
URL   : https://patchwork.freedesktop.org/series/138065/
State : failure

== Summary ==

Error: make failed
  CALL    scripts/checksyscalls.sh
  DESCEND objtool
  INSTALL libsubcmd_headers
  CC [M]  drivers/gpu/drm/i915/display/intel_psr.o
drivers/gpu/drm/i915/display/intel_psr.c: In function ‘intel_psr_is_dc5_entry_possible’:
drivers/gpu/drm/i915/display/intel_psr.c:933:12: error: implicit declaration of function ‘drm_crtc_vblank_crtc’ [-Werror=implicit-function-declaration]
  933 |   vblank = drm_crtc_vblank_crtc(crtc);
      |            ^~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_psr.c:933:10: error: assignment to ‘struct drm_vblank_crtc *’ from ‘int’ makes pointer from integer without a cast [-Werror=int-conversion]
  933 |   vblank = drm_crtc_vblank_crtc(crtc);
      |          ^
drivers/gpu/drm/i915/display/intel_psr.c:935:13: error: dereferencing pointer to incomplete type ‘struct drm_vblank_crtc’
  935 |   if (vblank->enabled)
      |             ^~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:244: drivers/gpu/drm/i915/display/intel_psr.o] Error 1
make[5]: *** [scripts/Makefile.build:485: drivers/gpu/drm/i915] Error 2
make[4]: *** [scripts/Makefile.build:485: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:485: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:485: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:1925: .] Error 2
make: *** [Makefile:224: __sub-make] Error 2
Build failed, no error log produced




More information about the Intel-gfx mailing list