tree: git://anongit.freedesktop.org/drm/drm-tip drm-tip head: eb5c556a1e5eff388e48e4b7cf61e95783019e83 commit: 62a0d98a188cc4ebd8ea54b37d274ec20465e464 [476/492] drm: allow to use mmuless SoC config: blackfin-allyesconfig (attached as .config) compiler: bfin-uclinux-gcc (GCC) 6.2.0 reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 62a0d98a188cc4ebd8ea54b37d274ec20465e464 # save the attached .config to linux build tree make.cross ARCH=blackfin All errors (new ones prefixed by >>): In file included from include/linux/vgaarb.h:34:0, from drivers/gpu/drm/drm_irq.c:42: >> include/video/vga.h:22:21: fatal error: asm/vga.h: No such file or directory #include <asm/vga.h> ^ compilation terminated. vim +22 include/video/vga.h ^1da177e4 Linus Torvalds 2005-04-16 6 * Copyright history from vga16fb.c: ^1da177e4 Linus Torvalds 2005-04-16 7 * Copyright 1999 Ben Pfaff and Petr Vandrovec c84e032e1 Justin P. Mattock 2010-08-14 8 * Based on VGA info at http://www.osdever.net/FreeVGA/home.htm ^1da177e4 Linus Torvalds 2005-04-16 9 * Based on VESA framebuffer (c) 1998 Gerd Knorr ^1da177e4 Linus Torvalds 2005-04-16 10 * ^1da177e4 Linus Torvalds 2005-04-16 11 * This file is subject to the terms and conditions of the GNU General ^1da177e4 Linus Torvalds 2005-04-16 12 * Public License. See the file COPYING in the main directory of this ^1da177e4 Linus Torvalds 2005-04-16 13 * archive for more details. ^1da177e4 Linus Torvalds 2005-04-16 14 * ^1da177e4 Linus Torvalds 2005-04-16 15 */ ^1da177e4 Linus Torvalds 2005-04-16 16 ^1da177e4 Linus Torvalds 2005-04-16 17 #ifndef __linux_video_vga_h__ ^1da177e4 Linus Torvalds 2005-04-16 18 #define __linux_video_vga_h__ ^1da177e4 Linus Torvalds 2005-04-16 19 ^1da177e4 Linus Torvalds 2005-04-16 20 #include <linux/types.h> 2584cf835 Dan Williams 2015-08-10 21 #include <linux/io.h> ^1da177e4 Linus Torvalds 2005-04-16 @22 #include <asm/vga.h> ^1da177e4 Linus Torvalds 2005-04-16 23 #include <asm/byteorder.h> ^1da177e4 Linus Torvalds 2005-04-16 24 ^1da177e4 Linus Torvalds 2005-04-16 25 ^1da177e4 Linus Torvalds 2005-04-16 26 /* Some of the code below is taken from SVGAlib. The original, ^1da177e4 Linus Torvalds 2005-04-16 27 unmodified copyright notice for that code is below. */ ^1da177e4 Linus Torvalds 2005-04-16 28 /* VGAlib version 1.2 - (c) 1993 Tommy Frandsen */ ^1da177e4 Linus Torvalds 2005-04-16 29 /* */ ^1da177e4 Linus Torvalds 2005-04-16 30 /* This library is free software; you can redistribute it and/or */ :::::: The code at line 22 was first introduced by commit :::::: 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 Linux-2.6.12-rc2 :::::: TO: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx> :::::: CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxx> --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel