[Intel-gfx] [PATCH] drm/i915: Set legacy properties when using legacy gamma set IOCTL.

kbuild test robot lkp at intel.com
Sat Jul 16 04:24:51 UTC 2016


Hi,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on v4.7-rc7 next-20160715]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Lionel-Landwerlin/drm-i915-Set-legacy-properties-when-using-legacy-gamma-set-IOCTL/20160715-203721
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-rhel (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/gpu/drm/i915/intel_display.c:13959:15: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
     .gamma_set = intel_atomic_legacy_gamma_set,
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   drivers/gpu/drm/i915/intel_display.c:13959:15: note: (near initialization for 'intel_crtc_funcs.gamma_set')
   cc1: some warnings being treated as errors

vim +13959 drivers/gpu/drm/i915/intel_display.c

 13953					      config->gamma_lut_property,
 13954					      (state->gamma_lut) ?
 13955					      state->gamma_lut->base.id : 0);
 13956	}
 13957	
 13958	static const struct drm_crtc_funcs intel_crtc_funcs = {
 13959		.gamma_set = intel_atomic_legacy_gamma_set,
 13960		.set_config = drm_atomic_helper_set_config,
 13961		.set_property = drm_atomic_helper_crtc_set_property,
 13962		.destroy = intel_crtc_destroy,

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 37220 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160716/a8df9733/attachment-0001.obj>


More information about the Intel-gfx mailing list