Re: [PATCH 1/2] dt-bindings: display: panel: Add ilitek ili9341 panel bindings

2021-07-19 Thread kernel test robot
i-gcc (GCC) 10.3.0 reproduce: make ARCH=arm dtbs_check If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot dtcheck warnings: (new ones prefixed by >>) arch/arm/boot/dts/stm32f429-disco.dt.yaml:0:0: /interrupt-controller@e000e100: failed to match

[drm-intel:drm-intel-gt-next 6/30] drivers/gpu/drm/i915/gem/i915_gem_context.c:364:1: error: unused function '__context_engines_static'

2021-07-20 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/i915/gem/i915_gem_context.c:

Re: [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events

2021-07-21 Thread kernel test robot
g to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c:217:5

Re: [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info

2021-07-21 Thread kernel test robot
g to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_debug

Re: [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events

2021-07-21 Thread kernel test robot
e W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c:217:5: warning: no previous >> prototype for 'slpc_decode_min_freq'

[RFC PATCH] drm/i915/guc/slpc: slpc_decode_min_freq() can be static

2021-07-22 Thread kernel test robot
drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c:217:5: warning: symbol 'slpc_decode_min_freq' was not declared. Should it be static? drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c:229:5: warning: symbol 'slpc_decode_max_freq' was not declared. Should it be static? Reported-b

Re: [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events

2021-07-22 Thread kernel test robot
d623c97b8c # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot s

Re: [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events

2021-07-23 Thread kernel test robot
d623c97b8c # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot s

[RFC PATCH] drm/i915/guc/slpc: intel_eval_slpc_support() can be static

2021-07-23 Thread kernel test robot
drivers/gpu/drm/i915/gt/uc/intel_guc_debugfs.c:67:6: warning: symbol 'intel_eval_slpc_support' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- intel_guc_debugfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

Re: [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info

2021-07-23 Thread kernel test robot
4e0e14f2f9 # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot s

Re: [Intel-gfx] [PATCH 03/10] drm/i915: move i915_buddy slab to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

[RFC PATCH] drm/i915: slab_blocks can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/i915_buddy.c:13:19: warning: symbol 'slab_blocks' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- i915_buddy.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gp

[RFC PATCH] drm/i915: slab_ce can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/gt/intel_context.c:17:19: warning: symbol 'slab_ce' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- intel_context.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/d

Re: [Intel-gfx] [PATCH 04/10] drm/i915: move intel_context slab to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

[RFC PATCH] drm/i915: slab_luts can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/gem/i915_gem_context.c:87:19: warning: symbol 'slab_luts' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- i915_gem_context.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

Re: [Intel-gfx] [PATCH 05/10] drm/i915: move gem_context slab to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

Re: [PATCH 06/14] drm/i915/guc/slpc: Enable SLPC and add related H2G events

2021-07-24 Thread kernel test robot
d623c97b8c # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot s

Re: [Intel-gfx] [PATCH 06/10] drm/i915: move gem_objects slab to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

[RFC PATCH] drm/i915: slab_objects can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/gem/i915_gem_object.c:36:19: warning: symbol 'slab_objects' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- i915_gem_object.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drive

[RFC PATCH] drm/i915: slab_requests can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/i915_request.c:54:19: warning: symbol 'slab_requests' was not declared. Should it be static? drivers/gpu/drm/i915/i915_request.c:55:19: warning: symbol 'slab_execute_cbs' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-b

Re: [PATCH 07/10] drm/i915: move request slabs to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

[RFC PATCH] drm/i915: slab_dependencies can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/i915_scheduler.c:13:19: warning: symbol 'slab_dependencies' was not declared. Should it be static? drivers/gpu/drm/i915/i915_scheduler.c:14:19: warning: symbol 'slab_priorities' was not declared. Should it be static? Reported-by: kernel test robot S

Re: [Intel-gfx] [PATCH 08/10] drm/i915: move scheduler slabs to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

Re: [PATCH 09/14] drm/i915/guc/slpc: Add debugfs for SLPC info

2021-07-24 Thread kernel test robot
4e0e14f2f9 # save the attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot s

[RFC PATCH] drm/i915: slab_vmas can be static

2021-07-24 Thread kernel test robot
drivers/gpu/drm/i915/i915_vma.c:41:19: warning: symbol 'slab_vmas' was not declared. Should it be static? Reported-by: kernel test robot Signed-off-by: kernel test robot --- i915_vma.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i9

Re: [PATCH 09/10] drm/i915: move vma slab to direct module init/exit

2021-07-24 Thread kernel test robot
e attached .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/gpu/drm/i915/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (

Re: [PATCH] efi: sysfb_efi: fix build when EFI is not set

2021-07-27 Thread kernel test robot
cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/firmware/efi/sysfb_efi.c:72:6: warning: no previous prototype for function 'efifb_setup_from_dmi' [-Wm

Re: [PATCH] drm: rcar-du: crtc: force depends on cmm

2021-07-28 Thread kernel test robot
ue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/rcar-du/rcar_cmm.c:81:5: error: redefinition of >> 'rcar_cmm_setup' 81 | int rcar_cmm_setup(struct platform_device *pdev,

Re: [Intel-gfx] [PATCH 13/14] drm/i915/guc/slpc: Add SLPC selftest

2021-07-29 Thread kernel test robot
build tree make W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from drivers/gpu/drm/i915/gt/intel_rps.c:2333: >> drivers/gpu/drm/i915/gt/selftest_slpc.c:37

[RFC PATCH] drm: mock_device can be static

2021-07-30 Thread kernel test robot
u/drm/selftests/test-drm_damage_helper.c:17:18: warning: symbol 'mock_plane' was not declared. Should it be static? drivers/gpu/drm/selftests/test-drm_damage_helper.c:18:21: warning: symbol 'mock_prop' was not declared. Should it be static? Reported-by: kernel test robot Sig

Re: [PATCH] drm: Fix oops in damage self-tests by mocking damage property

2021-07-30 Thread kernel test robot
appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/gpu/drm/selftests/test-drm_damage_helper.c:15:19: sparse: sparse: >> symbol 'mock_device' was not declared. Should it be static? >> drivers/gpu/drm/selftests/test

Re: [PATCH 4/7] drm/omap: Enable COMPILE_TEST on all ARM and ARM64 platforms

2021-07-30 Thread kernel test robot
eported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/omapdrm/dss/dsi.c: In function 'dsi_vc_send_long': >> drivers/gpu/drm/omapdrm/dss/dsi.c:7:25: warning: format '%d' expects >> argument of type 'int', but argu

Re: [PATCH] dyndbg: add special aux_print framework

2021-07-31 Thread kernel test robot
ou fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): lib/dynamic_debug.c: In function '__dynamic_pr_debug': >> lib/dynamic_debug.c:651:17: error: 'struct _ddebug' has no member named &g

Re: [PATCH] dyndbg: add special aux_print framework

2021-07-31 Thread kernel test robot
ppropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> lib/dynamic_debug.c:651:19: error: no member named 'aux_channel' in 'struct >> _ddebug' if (descriptor->aux_channel) { ~~

Re: [Intel-gfx] [PATCH] drm/i915: Use Transparent Hugepages when IOMMU is enabled

2021-08-01 Thread kernel test robot
sh If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/i915/gem/i915_gemfs.c: In function 'i915_gemfs_init': >> drivers/gpu/drm/i915/gem/i915_gemfs.c:16:30: error

Re: [PATCH 3/4] drm/tiny: add simple-dbi driver

2021-08-02 Thread kernel test robot
e attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=m68k SHELL=/bin/bash drivers/gpu/drm/tiny/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors

Re: [Intel-gfx] [PATCH 6/9] drm/i915: Drop __rcu from gem_context->vm

2021-08-02 Thread kernel test robot
ed .config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>)

Re: [PATCH v3 2/3] drm/msm/dpu: add support to dump dpu registers

2021-04-08 Thread kernel test robot
git checkout 8ea10a48ffac0ff4eeda3e65ed93d8e5c2f0d4d4 # 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 All war

Re: [PATCH v1, 3/3] drm/mediatek: gamma set with cmdq

2021-04-12 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/mediatek/mtk_disp_gamm

Re: [Intel-gfx] [PATCH 14/19] drm/i915/oprom: Basic sanitization

2021-04-12 Thread kernel test robot
/drm-intel for-linux-next config: x86_64-randconfig-c022-20210412 (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot cocci warnings: (new ones prefixed by >>) >> drivers/gpu/drm/i91

[PATCH] drm/i915/oprom: fix memdup.cocci warnings

2021-04-12 Thread kernel test robot
From: kernel test robot drivers/gpu/drm/i915/display/intel_bios.c:2274:7-14: WARNING opportunity for kmemdup Use kmemdup rather than duplicating its implementation Generated by: scripts/coccinelle/api/memdup.cocci CC: Anshuman Gupta Reported-by: kernel test robot Signed-off-by: kernel

Re: [PATCH v2 1/4] drm/vkms: init plane using drmm_universal_plane_alloc

2021-04-12 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=csky If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/vkms/vkms_plane.c: In function

Re: [PATCH v1, 3/3] drm/mediatek: gamma set with cmdq

2021-04-13 Thread kernel test robot
arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/mediatek/mtk_disp_gamma.c:76:50: warning: incompatible >> pointer to integer conversion passing 'void *'

Re: [PATCH] drm: Fix fbcon blank on QEMU graphics drivers

2021-04-16 Thread kernel test robot
s/20210416-205539 git checkout 4b1a07505589e5f12ae52f249fa93b400e35e602 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: k

Re: [PATCH] drm: Fix fbcon blank on QEMU graphics drivers

2021-04-16 Thread kernel test robot
.config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/qxl/qxl_drv.c:123:12:

Re: [PATCH v4 15/27] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers

2021-04-16 Thread kernel test robot
build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/bridge/ti-sn65dsi86.c:1308:1: error: redefinit

Re: [PATCH v2 3/3] drm/msm/dpu: hw_blk: make dpu_hw_blk empty opaque structure

2021-04-22 Thread kernel test robot
e attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross W=1 ARCH=arm If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/msm/disp/dpu1/dpu_en

Re: [v2 2/2] backlight: Add DisplayPort aux backlight driver

2021-04-23 Thread kernel test robot
.cross W=1 ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from include/linux/kallsyms.h:13, from include/linux/ftrace.h:12, fr

Re: [Intel-gfx] [PATCH 16/21] drm/i915/gem: Delay context creation

2021-04-23 Thread kernel test robot
ou fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/i915/gem/i915_gem_context.c:2439:1: error: no previous >> prototype for 'lazy_create_context_locked'

Re: [Intel-gfx] [PATCH 16/21] drm/i915/gem: Delay context creation

2021-04-23 Thread kernel test robot
the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gem/i915_gem_context.c:2439:1: warning: no previous >> prototype for 'lazy_create_context_locked' [-Wmissing-prototypes]

Re: [PATCH v5 3/4] drm/i915: init panel orientation property

2021-04-28 Thread kernel test robot
e attached .config to linux build tree make W=1 W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/i915/display/icl_dsi.c: In function 'icl_dsi_add_properties'

Re: [PATCH] drm/i915: Use might_alloc()

2021-04-29 Thread kernel test robot
c/20210429-104516 git checkout 9fbd0c1741ce06241105d753ff3432ab55f3e94a # save the attached .config to linux build tree make W=1 W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones p

Re: [PATCH] drm: log errors in drm_gem_fb_init_with_funcs

2021-04-30 Thread kernel test robot
build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 ARCH=riscv If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/drm_gem_framebuffer_helper.c:176:9: warning: for

[drm-intel:for-linux-next-fixes 2/2] WARNING: modpost: vmlinux.o(.text.unlikely+0x105a3b): Section mismatch in reference from the function i915_globals_exit() to the function .exit.text:__i915_globals

2021-08-03 Thread kernel test robot
linux build tree mkdir build_dir make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>, old ones prefixed by <<): >> WARNING: modpost: vmlinu

[drm-intel:for-linux-next-fixes 2/2] WARNING: modpost: vmlinux.o(.text+0x12afa56): Section mismatch in reference from the function i915_globals_exit() to the function .exit.text:__i915_globals_flush()

2021-08-03 Thread kernel test robot
/0day COMPILER=clang make.cross O=build_dir ARCH=x86_64 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>, old ones prefixed by <<): >> WARNING: modpost: vmlinux.o(.text+0x12afa56)

Re: [PATCH v2 3/5] drm/atomic-helper: Set fence deadline for vblank

2021-08-07 Thread kernel test robot
t checkout 237392f7f3f215c77118b9bd985381ca70b7838a # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross ARCH=microblaze If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors

Re: [PATCH] drm/panel/tianma-tl057fvxp01: add panel for Motorola Moto G6

2021-08-08 Thread kernel test robot
t checkout 8df8493568160eb7a33041a8cf6e0058f3c868d4 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-10.3.0 make.cross O=build_dir ARCH=riscv SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: k

[tegra-drm:drm/tegra/for-next 16/17] drivers/gpu/drm/tegra/dc.c:1843:53: warning: variable 'new_dc_state' set but not used

2021-08-13 Thread kernel test robot
Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/tegra/dc.c: In function 'tegra_crtc_update_memory_bandwidth': >> drivers/gpu/drm/tegra/dc.c:1843:53: warning: variable 'new_dc_state' set but >> not used [-Wunused-but-

Re: [PATCH v2] drm: avoid races with modesetting rights

2021-08-15 Thread kernel test robot
ppropriate Reported-by: kernel test robot All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "task_work_add" [drivers/gpu/drm/drm.ko] undefined! --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-...

Re: [PATCH v2] drm: avoid races with modesetting rights

2021-08-15 Thread kernel test robot
89adfa074f # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=arc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> driv

Re: [PATCH 12/22] drm/i915/guc: Don't touch guc_state.sched_state without a lock

2021-08-17 Thread kernel test robot
ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:158:20: warning: function >> 'sched_state_is_init' is not needed a

Re: [PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v3

2021-08-17 Thread kernel test robot
panel/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/panel/panel-simple.c:4386:23: error: >> 'MEDIA_BUS_FMT_RGB666_1X24' undeclared here (not in a function); did y

Re: [PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v3

2021-08-17 Thread kernel test robot
ed .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/gpu/drm/panel/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new one

Re: [PATCH 4/5] drm: zte: remove obsolete DRM Support for ZTE SoCs

2021-08-18 Thread kernel test robot
by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/Kconfig:354: can't open file "drivers/gpu/drm/zte/Kconfig" -- >> drivers/gpu/drm/Kconfig:354: can't open file "drivers/gpu/drm/zte/Kconfig" make[2]: *** [sc

Re: [PATCH 15/27] drm/i915/guc: Implement multi-lrc submission

2021-08-21 Thread kernel test robot
86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:1467:6: warning: no >> previous prototype for function 'need_taskle

Re: [Intel-gfx] [PATCH 24/27] drm/i915: Multi-BB execbuf

2021-08-21 Thread kernel test robot
RCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:608:20: warning: comparison >> of array 'eb->batch_len'

Re: [PATCH 15/27] drm/i915/guc: Implement multi-lrc submission

2021-08-21 Thread kernel test robot
build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:1467:6: warning: no >> previous prototype for 'ne

Re: [PATCH 1/3] drm/ttm: move swapout logic around

2021-03-15 Thread kernel test robot
sue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/ttm/ttm_device.c:42: warning: Function parameter or member 'ttm_global_mutex' not described in 'DEFINE_MUTEX' drivers/gpu/drm/ttm/ttm_devi

Re: [PATCH 2/3] drm/ttm: remove swap LRU v2

2021-03-15 Thread kernel test robot
config to linux build tree make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot "sparse warnings: (new ones prefixed by >>)" drivers/gpu/drm/ttm/

[drm-intel:topic/core-for-CI 20/30] include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such file or directory

2021-03-15 Thread kernel test robot
ate Reported-by: kernel test robot All errors (new ones prefixed by >>): In file included from scripts/selinux/mdp/mdp.c:22: >> include/linux/kconfig.h:7:10: fatal error: generated/autoconf.h: No such >> file or directory 7 | #include | ^~~

Re: [PATCH 3/3] drm/ttm: switch to per device LRU lock

2021-03-15 Thread kernel test robot
551 base: git://anongit.freedesktop.org/drm/drm-tip drm-tip config: x86_64-randconfig-m001-20210315 (attached as .config) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot smatch warnings: drivers/gpu/drm/ttm/ttm_device.c:158 ttm

Re: [PATCH 3/3] dma-buf: Add an API for exporting sync files (v6)

2021-03-15 Thread kernel test robot
# save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): xtensa-linux-ld: drivers/d

Re: [PATCH 3/3] dma-buf: Add an API for exporting sync files (v6)

2021-03-15 Thread kernel test robot
appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): hppa-linux-ld: drivers/dma-buf/dma-buf.o: in function `dma_buf_ioctl': >> (.text+0x1944): undefined reference to `sync_file_create' --- 0-DAY CI Kernel Test Service, Intel Corporation h

Re: [PATCH 3/3] dma-buf: Add an API for exporting sync files (v7)

2021-03-16 Thread kernel test robot
# save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=h8300 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): h8300-linux-ld: drivers/dma-b

Re: [PATCH v3 2/2] drm: bridge: cdns-mhdp8546: Enable HDCP

2021-03-17 Thread kernel test robot
y COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:502:5: warning: no >> previous prototype for fun

[RFC PATCH] drm: bridge: cdns-mhdp8546: cdns_mhdp_hdcp_set_lc() can be static

2021-03-17 Thread kernel test robot
Reported-by: kernel test robot Signed-off-by: kernel test robot --- cdns-mhdp8546-hdcp.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c b/drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c index c4bcacd23ee32

Re: [PATCH v3 2/2] drm: bridge: cdns-mhdp8546: Enable HDCP

2021-03-17 Thread kernel test robot
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot sparse warnings: (new ones prefixed by >>) >> drivers/gpu/drm/bridge/cadence/cdns-mhdp8546-hdcp.c:5

Re: [PATCH 1/3] drm/ttm: move swapout logic around v2

2021-03-18 Thread kernel test robot
e W=1 ARCH=i386 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/ttm/ttm_device.c:109:5: error: conflicting types for >> 'ttm_global_swapout' 109 | int ttm_g

Re: [PATCH 1/3] drm/ttm: move swapout logic around v2

2021-03-18 Thread kernel test robot
PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/ttm/ttm_device.c:109:5: error: conflicting types for >> 'ttm_glo

Re: [PATCH 1/3] drm/ttm: move swapout logic around

2021-03-19 Thread kernel test robot
to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/ttm/ttm_device.c:42: warning: Functio

Re: [PATCH 2/3] drm/connector: Add helper to compare HDR metadata

2021-03-19 Thread kernel test robot
by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function 'amdgpu_dm_commit_cursors': drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:7678:44: warning: variable 'new_plane_state'

Re: [PATCH v6 12/14] drm/bridge: imx: Add LDB support for i.MX8qxp

2021-03-19 Thread kernel test robot
0331b81817 # save the attached .config to linux build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/bridge/imx/imx8qxp-ldb-drv.c:65:16:

Re: [PATCH v6 13/14] drm/bridge: imx: Add LDB support for i.MX8qm

2021-03-20 Thread kernel test robot
26082219fa # save the attached .config to linux build tree make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/bridge/imx/imx8qm-ldb-drv.c:69:15:

Re: [PATCH] [v2] drm/imx: imx-ldb: fix out of bounds array access warning

2021-03-24 Thread kernel test robot
git checkout 1921451dcfc3ce8072884c286da96759e18ad102 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All war

Re: [PATCH 21/21] drm/msm/dpu: call hw_intr ops directly

2021-03-24 Thread kernel test robot
t checkout 8f82b58643355f9e0d03c022b66e276c252e633a # 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 All warnings (new ones prefixed by >>): &g

Re: [PATCH 21/21] drm/msm/dpu: call hw_intr ops directly

2021-03-24 Thread kernel test robot
PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c:889:5: warning: no >> pre

Re: [PATCH 1/4] drm/amd/display: Introduce FPU directory inside DC

2021-03-31 Thread kernel test robot
t checkout c4d5d1d0a04f13014a22e6932ddf8487bb130d34 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new one

Re: [PATCH] /msm/adreno: fix different address spaces warning

2021-03-31 Thread kernel test robot
c8b553ea56 # 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 All errors (new ones prefixed by >>): drivers/gp

Re: [PATCH] /msm/adreno: fix different address spaces warning

2021-03-31 Thread kernel test robot
y COMPILER=clang make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c:189:2: error: invalid operands >> to binary e

Re: [PATCH 2/4] drm/amd/display: Add FPU event trace

2021-03-31 Thread kernel test robot
following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:41:6: warning: no >> previous prototype for 'dc_fpu_begin' [-Wmissing-prototypes] 41 | void dc_fpu_

Re: [PATCH 2/4] drm/amd/display: Add FPU event trace

2021-03-31 Thread kernel test robot
0492a9c0c0 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arc If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> driv

Re: [PATCH 03/34] drm/amdkfd: register svm range

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:380:19: warning: no previous >> prototype for 'svm_range_clone

Re: [PATCH 07/34] drm/amdkfd: deregister svm range

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:417:6: warning: no previous >> prototype for 'svm_range

Re: [PATCH 09/34] drm/amdkfd: map svm range to GPUs

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:167:6: warning: no previous prototype for 'svm_range_dma_unmap' [-Wmissing-p

Re: [PATCH 10/34] drm/amdkfd: svm range eviction and restore

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:170:6: warning: no previous prototype for 'svm_range_dma_unmap' [-Wmissing-p

Re: [PATCH 14/34] drm/amdkfd: register HMM device private zone

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_migrate.c: In function 'svm_migrate_fini': >> drivers/gpu/drm/amd/amdgpu/../a

Re: [PATCH 19/34] drm/amdkfd: HMM migrate vram to ram

2021-04-01 Thread kernel test robot
make W=1 ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_migrate.c:194:1: warning: no previous prototype for 'svm_migrate_copy_done' [-Wmi

Re: [PATCH] drm/ttm: optimize the pool shrinker a bit

2021-04-01 Thread kernel test robot
ched .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> mm/vmscan.c:415: warning: expecting

Re: [PATCH V3 1/2] drm/vkms: Refactor vkms_composer_worker() to prep for virtual_hw mode

2021-04-04 Thread kernel test robot
# save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All warnings (new ones prefixed by >>): driv

Re: [PATCH 2/4] drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()

2021-04-06 Thread kernel test robot
t checkout 80a1349080db0bb20f1e9a9909470c09d125daab # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): &g

  1   2   3   4   5   6   7   8   9   10   >