[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201811270831.oqsdiNux%fengguang.wu@intel.com>
Date: Tue, 27 Nov 2018 08:48:27 +0800
From: kbuild test robot <lkp@...el.com>
To: Eric Anholt <eric@...olt.net>
Cc: kbuild-all@...org, dri-devel@...ts.freedesktop.org,
Rodrigo Siqueira <rodrigosiqueiramelo@...il.com>,
Haneen Mohammed <hamohammed.sa@...il.com>,
linux-kernel@...r.kernel.org, Eric Anholt <eric@...olt.net>
Subject: Re: [PATCH 2/2] drm/vkms: Add PRIME support by converting to
Noralf's shmem helpers.
Hi Eric,
I love your patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v4.20-rc4 next-20181126]
[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/Eric-Anholt/drm-vkms-Drop-custom-vkms_dumb_map/20181127-072142
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-1) 7.3.0
reproduce:
# save the attached .config to linux build tree
make ARCH=i386
All errors (new ones prefixed by >>):
>> drivers/gpu/drm/vkms/vkms_drv.c:22:10: fatal error: drm/drm_gem_shmem_helper.h: No such file or directory
#include <drm/drm_gem_shmem_helper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/gpu/drm/vkms/vkms_plane.c:14:10: fatal error: drm/drm_gem_shmem_helper.h: No such file or directory
#include <drm/drm_gem_shmem_helper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/gpu/drm/vkms/vkms_gem.c:10:10: fatal error: drm/drm_gem_shmem_helper.h: No such file or directory
#include <drm/drm_gem_shmem_helper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
--
>> drivers/gpu/drm/vkms/vkms_crc.c:7:10: fatal error: drm/drm_gem_shmem_helper.h: No such file or directory
#include <drm/drm_gem_shmem_helper.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
vim +22 drivers/gpu/drm/vkms/vkms_drv.c
> 22 #include <drm/drm_gem_shmem_helper.h>
23 #include <drm/drm_fb_helper.h>
24 #include "vkms_drv.h"
25
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
Download attachment ".config.gz" of type "application/gzip" (66023 bytes)
Powered by blists - more mailing lists