On 6/25/25 12:22 AM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250624:
>
on i386, when both CONFIG_DRM_XE=y
and CONFIG_DRM_I915=y:
ld: drivers/gpu/drm/xe/xe_pcode.o: in function `intel_pcode_read':
xe_pcode.c:(.text+0x7d0): multiple definition of `intel_pcode_read';
drivers/gpu/drm/i915/intel_pcode.o:intel_pcode.c:(.text+0x990): first defined
here
ld: drivers/gpu/drm/xe/xe_pcode.o: in function `intel_pcode_write_timeout':
xe_pcode.c:(.text+0x850): multiple definition of `intel_pcode_write_timeout';
drivers/gpu/drm/i915/intel_pcode.o:intel_pcode.c:(.text+0x9b0): first defined
here
ld: drivers/gpu/drm/xe/xe_pcode.o: in function `intel_pcode_request':
xe_pcode.c:(.text+0x8f0): multiple definition of `intel_pcode_request';
drivers/gpu/drm/i915/intel_pcode.o:intel_pcode.c:(.text+0x9d0): first defined
here
--
~Randy