✗ Fi.CI.BUILD: failure for drm/i915/fbc: FBC Dirty rect feature support (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Sun Feb 16 20:33:00 UTC 2025
== Series Details ==
Series: drm/i915/fbc: FBC Dirty rect feature support (rev2)
URL : https://patchwork.freedesktop.org/series/144725/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
INSTALL libsubcmd_headers
CC [M] drivers/gpu/drm/i915/display/intel_fbc.o
drivers/gpu/drm/i915/display/intel_fbc.c: In function ‘intel_fbc_update_state’:
drivers/gpu/drm/i915/display/intel_fbc.c:1324:48: error: passing argument 1 of ‘__intel_fbc_prepare_dirty_rect’ from incompatible pointer type [-Werror=incompatible-pointer-types]
1324 | __intel_fbc_prepare_dirty_rect(plane_state);
| ^~~~~~~~~~~
| |
| const struct intel_plane_state *
drivers/gpu/drm/i915/display/intel_fbc.c:1259:52: note: expected ‘struct intel_plane *’ but argument is of type ‘const struct intel_plane_state *’
1259 | __intel_fbc_prepare_dirty_rect(struct intel_plane *plane,
| ~~~~~~~~~~~~~~~~~~~~^~~~~
drivers/gpu/drm/i915/display/intel_fbc.c:1324:17: error: too few arguments to function ‘__intel_fbc_prepare_dirty_rect’
1324 | __intel_fbc_prepare_dirty_rect(plane_state);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_fbc.c:1259:1: note: declared here
1259 | __intel_fbc_prepare_dirty_rect(struct intel_plane *plane,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[6]: *** [scripts/Makefile.build:207: drivers/gpu/drm/i915/display/intel_fbc.o] Error 1
make[5]: *** [scripts/Makefile.build:465: drivers/gpu/drm/i915] Error 2
make[4]: *** [scripts/Makefile.build:465: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:465: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:465: drivers] Error 2
make[1]: *** [/home/kbuild/kernel/Makefile:1994: .] Error 2
make: *** [Makefile:251: __sub-make] Error 2
Build failed, no error log produced
More information about the Intel-gfx
mailing list