[Intel-gfx] [PATCH v2 1/2] drm: Wrap the check for atomic_commit implementation

kbuild test robot lkp at intel.com
Thu Dec 22 08:07:58 UTC 2016


Hi Dhinakaran,

[auto build test ERROR on drm/drm-next]
[also build test ERROR on next-20161222]
[cannot apply to v4.9]
[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/Dhinakaran-Pandiyan/drm-Wrap-the-check-for-atomic_commit-implementation/20161222-153523
base:   git://people.freedesktop.org/~airlied/linux.git drm-next
config: i386-randconfig-s1-201651 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c:19:0:
   include/drm/drm_atomic.h: In function 'drm_drv_uses_atomic_modeset':
>> include/drm/drm_atomic.h:436:12: error: dereferencing pointer to incomplete type 'struct drm_device'
     return dev->mode_config.funcs->atomic_commit ? true : false;
               ^~

vim +436 include/drm/drm_atomic.h

   430	 *
   431	 * This check is useful if drivers do not have DRIVER_ATOMIC set but
   432	 * have atomic modesetting internally implemented.
   433	 */
   434	static inline bool drm_drv_uses_atomic_modeset(struct drm_device *dev)
   435	{
 > 436		return dev->mode_config.funcs->atomic_commit ? true : false;
   437	}
   438	
   439	#endif /* DRM_ATOMIC_H_ */

---
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/gzip
Size: 33192 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161222/17e99ae1/attachment-0001.gz>


More information about the dri-devel mailing list