Hi Brian,
[auto build test ERROR on drm/drm-next] [also build test ERROR on v4.12-rc2 next-20170526] [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/Liviu-Dudau/drm-mali-dp-Add-support... base: git://people.freedesktop.org/~airlied/linux.git drm-next config: arm-allyesconfig (attached as .config) compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=arm
All errors (new ones prefixed by >>):
In file included from drivers/gpu/drm/arm/malidp_drv.c:31:0:
drivers/gpu/drm/arm/malidp_drv.h:16:31: fatal error: drm/drm_writeback.h: No such file or directory
#include <drm/drm_writeback.h> ^ compilation terminated. --
drivers/gpu/drm/arm/malidp_mw.c:19:31: fatal error: drm/drm_writeback.h: No such file or directory
#include <drm/drm_writeback.h> ^ compilation terminated.
vim +16 drivers/gpu/drm/arm/malidp_drv.h
10 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures 11 */ 12 13 #ifndef __MALIDP_DRV_H__ 14 #define __MALIDP_DRV_H__ 15
16 #include <drm/drm_writeback.h>
17 #include <drm/drm_encoder.h> 18 #include <linux/mutex.h> 19 #include <linux/wait.h>
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation