[Intel-gfx] ✗ Fi.CI.BAT: failure for Revert "drm/i915: Add heuristic to determine better way to adjust brightness"
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 10 14:25:39 UTC 2017
== Series Details ==
Series: Revert "drm/i915: Add heuristic to determine better way to adjust brightness"
URL : https://patchwork.freedesktop.org/series/27065/
State : failure
== Summary ==
CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK scripts/mod/devicetable-offsets.h
CHK include/generated/compile.h
CHK kernel/config_data.h
CC [M] drivers/gpu/drm/i915/i915_params.o
drivers/gpu/drm/i915/i915_params.c:66:2: error: unknown field ‘enable_dpcd_backlight’ specified in initializer
.enable_dpcd_backlight = false,
^
In file included from ./include/linux/module.h:18:0,
from ./include/drm/drmP.h:59,
from drivers/gpu/drm/i915/i915_drv.h:47,
from drivers/gpu/drm/i915/i915_params.c:26:
drivers/gpu/drm/i915/i915_params.c: In function ‘__check_enable_dpcd_backlight’:
drivers/gpu/drm/i915/i915_params.c:250:47: error: ‘struct i915_params’ has no member named ‘enable_dpcd_backlight’
module_param_named(enable_dpcd_backlight, i915.enable_dpcd_backlight, bool, 0600);
^
./include/linux/moduleparam.h:346:68: note: in definition of macro ‘__param_check’
static inline type __always_unused *__check_##name(void) { return(p); }
^
./include/linux/moduleparam.h:148:2: note: in expansion of macro ‘param_check_bool’
param_check_##type(name, &(value)); \
^
drivers/gpu/drm/i915/i915_params.c:250:1: note: in expansion of macro ‘module_param_named’
module_param_named(enable_dpcd_backlight, i915.enable_dpcd_backlight, bool, 0600);
^
drivers/gpu/drm/i915/i915_params.c: At top level:
drivers/gpu/drm/i915/i915_params.c:250:47: error: ‘struct i915_params’ has no member named ‘enable_dpcd_backlight’
module_param_named(enable_dpcd_backlight, i915.enable_dpcd_backlight, bool, 0600);
^
./include/linux/moduleparam.h:227:54: note: in definition of macro ‘__module_param_call’
VERIFY_OCTAL_PERMISSIONS(perm), level, flags, { arg } }
^
./include/linux/moduleparam.h:149:2: note: in expansion of macro ‘module_param_cb’
module_param_cb(name, ¶m_ops_##type, &value, perm); \
^
drivers/gpu/drm/i915/i915_params.c:250:1: note: in expansion of macro ‘module_param_named’
module_param_named(enable_dpcd_backlight, i915.enable_dpcd_backlight, bool, 0600);
^
scripts/Makefile.build:302: recipe for target 'drivers/gpu/drm/i915/i915_params.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_params.o] Error 1
scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:561: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1016: recipe for target 'drivers' failed
make: *** [drivers] Error 2
More information about the Intel-gfx
mailing list