[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/dmc: Update DG2 DMC version to v2.08
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 21 22:26:39 UTC 2022
== Series Details ==
Series: drm/i915/dmc: Update DG2 DMC version to v2.08
URL : https://patchwork.freedesktop.org/series/111164/
State : failure
== Summary ==
Error: make failed
CALL scripts/checksyscalls.sh
DESCEND objtool
CC [M] drivers/gpu/drm/i915/display/intel_dmc.o
drivers/gpu/drm/i915/display/intel_dmc.c: In function ‘intel_dmc_ucode_init’:
drivers/gpu/drm/i915/display/intel_dmc.c:56:49: error: invalid digit "8" in octal constant
#define DG2_DMC_VERSION_REQUIRED DMC_VERSION(2, 08)
^~
drivers/gpu/drm/i915/display/intel_dmc.c:41:53: note: in definition of macro ‘DMC_VERSION’
#define DMC_VERSION(major, minor) ((major) << 16 | (minor))
^~~~~
drivers/gpu/drm/i915/display/intel_dmc.c:906:27: note: in expansion of macro ‘DG2_DMC_VERSION_REQUIRED’
dmc->required_version = DG2_DMC_VERSION_REQUIRED;
^~~~~~~~~~~~~~~~~~~~~~~~
scripts/Makefile.build:250: recipe for target 'drivers/gpu/drm/i915/display/intel_dmc.o' failed
make[5]: *** [drivers/gpu/drm/i915/display/intel_dmc.o] Error 1
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm/i915' failed
make[4]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu/drm' failed
make[3]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:500: recipe for target 'drivers/gpu' failed
make[2]: *** [drivers/gpu] Error 2
scripts/Makefile.build:500: recipe for target 'drivers' failed
make[1]: *** [drivers] Error 2
Makefile:1992: recipe for target '.' failed
make: *** [.] Error 2
More information about the Intel-gfx
mailing list