[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/fbc: Rework CFB stride/size calculations (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 21 17:27:56 UTC 2021
== Series Details ==
Series: drm/i915/fbc: Rework CFB stride/size calculations (rev3)
URL : https://patchwork.freedesktop.org/series/92163/
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_fbc.o
In file included from drivers/gpu/drm/i915/display/intel_fbc.c:43:
drivers/gpu/drm/i915/display/intel_fbc.c: In function ‘skl_fbc_min_cfb_stride’:
drivers/gpu/drm/i915/display/intel_fbc.c:101:18: error: ‘i915’ undeclared (first use in this function); did you mean ‘to_i915’?
if (DISPLAY_VER(i915) >= 11)
^~~~
./drivers/gpu/drm/i915/i915_drv.h:1280:33: note: in definition of macro ‘INTEL_INFO’
#define INTEL_INFO(dev_priv) (&(dev_priv)->__info)
^~~~~~~~
drivers/gpu/drm/i915/display/intel_fbc.c:101:6: note: in expansion of macro ‘DISPLAY_VER’
if (DISPLAY_VER(i915) >= 11)
^~~~~~~~~~~
drivers/gpu/drm/i915/display/intel_fbc.c:101:18: note: each undeclared identifier is reported only once for each function it appears in
if (DISPLAY_VER(i915) >= 11)
^~~~
./drivers/gpu/drm/i915/i915_drv.h:1280:33: note: in definition of macro ‘INTEL_INFO’
#define INTEL_INFO(dev_priv) (&(dev_priv)->__info)
^~~~~~~~
drivers/gpu/drm/i915/display/intel_fbc.c:101:6: note: in expansion of macro ‘DISPLAY_VER’
if (DISPLAY_VER(i915) >= 11)
^~~~~~~~~~~
scripts/Makefile.build:277: recipe for target 'drivers/gpu/drm/i915/display/intel_fbc.o' failed
make[4]: *** [drivers/gpu/drm/i915/display/intel_fbc.o] Error 1
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:540: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1868: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list