[Intel-gfx] [PATCH v2 5/5] drm/i915/opregion: update cadl based on actually active outputs

kbuild test robot lkp at intel.com
Mon Jun 13 09:57:43 UTC 2016


Hi,

[auto build test ERROR on drm-intel/for-linux-next]
[also build test ERROR on next-20160609]
[cannot apply to v4.7-rc3]
[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/Jani-Nikula/drm-i915-opregion-proper-handling-of-DIDL-and-CADL/20160613-173347
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
config: x86_64-allmodconfig (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: In function 'intel_atomic_commit':
>> drivers/gpu/drm/i915/intel_display.c:13836:29: error: passing argument 1 of 'intel_opregion_update_cadl' from incompatible pointer type [-Werror=incompatible-pointer-types]
     intel_opregion_update_cadl(dev);
                                ^~~
   In file included from drivers/gpu/drm/i915/intel_drv.h:32:0,
                    from drivers/gpu/drm/i915/intel_display.c:36:
   drivers/gpu/drm/i915/i915_drv.h:3666:13: note: expected 'struct drm_i915_private *' but argument is of type 'struct drm_device *'
    extern void intel_opregion_update_cadl(struct drm_i915_private *dev_priv);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/intel_opregion_update_cadl +13836 drivers/gpu/drm/i915/intel_display.c

 13830		mutex_lock(&dev->struct_mutex);
 13831		drm_atomic_helper_cleanup_planes(dev, state);
 13832		mutex_unlock(&dev->struct_mutex);
 13833	
 13834		drm_atomic_state_free(state);
 13835	
 13836		intel_opregion_update_cadl(dev);
 13837	
 13838		/* As one of the primary mmio accessors, KMS has a high likelihood
 13839		 * of triggering bugs in unclaimed access. After we finish

---
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: 54751 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20160613/fb691815/attachment-0001.obj>


More information about the Intel-gfx mailing list