tree:
https://github.com/0day-ci/linux/commits/UPDATE-20200618-145747/Andrey-Le...
head: e9a08efdc84d44872ee7eb3dc5cc0c6913b30568
commit: e9a08efdc84d44872ee7eb3dc5cc0c6913b30568 [1/1] drm/lima: Expose job_hang_limit
module parameter
config: x86_64-allyesconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-13) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
> drivers/gpu/drm/lima/lima_drv.c:22:6: error: conflicting types
for 'lima_job_hang_limit'
22 | uint lima_job_hang_limit;
| ^~~~~~~~~~~~~~~~~~~
In file included from drivers/gpu/drm/lima/lima_drv.c:15:
drivers/gpu/drm/lima/lima_drv.h:14:12: note: previous declaration of
'lima_job_hang_limit' was here
14 | extern int lima_job_hang_limit;
| ^~~~~~~~~~~~~~~~~~~
vim +/lima_job_hang_limit +22 drivers/gpu/drm/lima/lima_drv.c
18
19 int lima_sched_timeout_ms;
20 uint lima_heap_init_nr_pages = 8;
21 uint lima_max_error_tasks;
22 uint lima_job_hang_limit;
23
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org