All of lore.kernel.org
 help / color / mirror / Atom feed
* [freescale-fslc:5.4-2.2.x-imx 10629/16420] drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware_func_flop_reset.c:1266:1: error: no previous prototype for 'gckPPU_SetEVIS'
@ 2021-01-21 21:51 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-01-21 21:51 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3177 bytes --]

tree:   https://github.com/Freescale/linux-fslc 5.4-2.2.x-imx
head:   05e17a07c24e0dc7bddcc32fa1e01420da9500ef
commit: 003e8f969b3267f44e94f0ee4f7167089bb0d800 [10629/16420] MGS-5531 [#imx-1868] Fix VIP Hang isse with HW reet
config: arm-randconfig-r016-20210121 (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://github.com/Freescale/linux-fslc/commit/003e8f969b3267f44e94f0ee4f7167089bb0d800
        git remote add freescale-fslc https://github.com/Freescale/linux-fslc
        git fetch --no-tags freescale-fslc 5.4-2.2.x-imx
        git checkout 003e8f969b3267f44e94f0ee4f7167089bb0d800
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   cc1: error: arch/arm/mm: No such file or directory [-Werror=missing-include-dirs]
>> drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware_func_flop_reset.c:1266:1: error: no previous prototype for 'gckPPU_SetEVIS' [-Werror=missing-prototypes]
    1266 | gckPPU_SetEVIS(
         | ^~~~~~~~~~~~~~
>> drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware_func_flop_reset.c:1590:1: error: no previous prototype for 'gckPPU_SetTempReg' [-Werror=missing-prototypes]
    1590 | gckPPU_SetTempReg(
         | ^~~~~~~~~~~~~~~~~
   cc1: all warnings being treated as errors

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for ARM_ERRATA_814220
   Depends on CPU_V7
   Selected by
   - SOC_IMX7D && ARCH_MXC && (ARCH_MULTI_V7 || ARM_SINGLE_ARMV7M


vim +/gckPPU_SetEVIS +1266 drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware_func_flop_reset.c

  1264	
  1265	gceSTATUS
> 1266	gckPPU_SetEVIS(
  1267	    IN gctUINT32 Start,
  1268	    IN gctUINT32 End,
  1269	    IN gctUINT32 Evis,
  1270	    IN OUT gctUINT32_PTR Inst
  1271	    )
  1272	{
  1273	    gceSTATUS status = gcvSTATUS_OK;
  1274	
  1275	    if (!Inst)
  1276	    {
  1277	        gcmkONERROR(gcvSTATUS_INVALID_ARGUMENT);
  1278	    }
  1279	
  1280	    Inst[0] = ((((gctUINT32) (Inst[0])) & ~(((gctUINT32) (((gctUINT32) ((((1 ?
  1281	 26:23) - (0 ?
  1282	 26:23) + 1) == 32) ?
  1283	 ~0U : (~(~0U << ((1 ?
  1284	 26:23) - (0 ?
  1285	 26:23) + 1))))))) << (0 ?
  1286	 26:23))) | (((gctUINT32) ((gctUINT32) (Start) & ((gctUINT32) ((((1 ?
  1287	 26:23) - (0 ?
  1288	 26:23) + 1) == 32) ?
  1289	 ~0U : (~(~0U << ((1 ? 26:23) - (0 ? 26:23) + 1))))))) << (0 ? 26:23)));
  1290	    Inst[0] = _SETBITS(Inst[0], 30, 27, End);
  1291	    Inst[1] = _SETBITS(Inst[1], 10, 2, Evis);
  1292	
  1293	    return gcvSTATUS_OK;
  1294	
  1295	OnError:
  1296	    return status;
  1297	}
  1298	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36343 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-21 21:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 21:51 [freescale-fslc:5.4-2.2.x-imx 10629/16420] drivers/mxc/gpu-viv/hal/kernel/arch/gc_hal_kernel_hardware_func_flop_reset.c:1266:1: error: no previous prototype for 'gckPPU_SetEVIS' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.