Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-03-05 Thread Su Hui
esktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20250227073205.1248282-1-suhui%40nfschina.com patch subject: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency config: loongarch-randconfig-001-20250304 (https://download.01.org/0day-ci/archive/20250305/20

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-03-05 Thread kernel test robot
patch link: https://lore.kernel.org/r/20250227073205.1248282-1-suhui%40nfschina.com patch subject: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency config: loongarch-randconfig-001-20250304 (https://download.01.org/0day-ci/archive/20250305/202503052153.gqnxu123-...@intel.com/config

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-03-04 Thread kernel test robot
patch link: https://lore.kernel.org/r/20250227073205.1248282-1-suhui%40nfschina.com patch subject: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency config: powerpc-allyesconfig (https://download.01.org/0day-ci/archive/20250305/202503050332.hlxqqdqk-...@intel.com/config) compiler: clang vers

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-03-01 Thread kernel test robot
patch link: https://lore.kernel.org/r/20250227073205.1248282-1-suhui%40nfschina.com patch subject: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency config: x86_64-kismet-CONFIG_INTEL_VSEC-CONFIG_DRM_XE-0-0 (https://download.01.org/0day-ci/archive/20250302/202503020347.z00djbje-...@intel.

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-02-27 Thread Su Hui
On 2025/2/28 00:03, Lucas De Marchi wrote: On Thu, Feb 27, 2025 at 03:32:06PM +0800, Su Hui wrote: When build randconfig, there is an error: ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init': xe_vsec.c:(.text+0x182): undefined reference to `intel_vsec_register' When CONFIG_DRM_XE=y a

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-02-27 Thread Lucas De Marchi
On Thu, Feb 27, 2025 at 03:32:06PM +0800, Su Hui wrote: When build randconfig, there is an error: ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init': xe_vsec.c:(.text+0x182): undefined reference to `intel_vsec_register' When CONFIG_DRM_XE=y and CONFIG_INTEL_VSEC=m is set, ld couldn't f

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-02-27 Thread Su Hui
On 2025/2/27 18:47, Jani Nikula wrote: On Thu, 27 Feb 2025, Su Hui wrote: When build randconfig, there is an error: ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init': xe_vsec.c:(.text+0x182): undefined reference to `intel_vsec_register' When CONFIG_DRM_XE=y and CONFIG_INTEL_VSEC=m i

Re: [PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-02-27 Thread Jani Nikula
On Thu, 27 Feb 2025, Su Hui wrote: > When build randconfig, there is an error: > ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init': > xe_vsec.c:(.text+0x182): undefined reference to `intel_vsec_register' > > When CONFIG_DRM_XE=y and CONFIG_INTEL_VSEC=m is set, ld couldn't find > 'intel_

[PATCH] drm/xe: Select INTEL_VSEC to fix build dependency

2025-02-27 Thread Su Hui
When build randconfig, there is an error: ld: drivers/gpu/drm/xe/xe_vsec.o: in function `xe_vsec_init': xe_vsec.c:(.text+0x182): undefined reference to `intel_vsec_register' When CONFIG_DRM_XE=y and CONFIG_INTEL_VSEC=m is set, ld couldn't find 'intel_vsec_register'. Select INTEL_VSEC to fix this e