Re: [PATCH] drm/hibmc: Drop dependency on Aarch86

2024-11-27 Thread Thomas Zimmermann
Hi Am 27.11.24 um 19:53 schrieb Sui Jingfeng: Hi, On 2024/11/27 21:38, Thomas Zimmermann wrote: s/Aarch86/AArch64 Or just 'arm64'. The kernel calls it arm64. So that would make sense, I guess. I'll fix it before merging the patch. Am 27.11.24 um 14:37 schrieb Thomas Zimmermann:

Re: [PATCH] drm/hibmc: Drop dependency on Aarch86

2024-11-27 Thread Sui Jingfeng
Hi, On 2024/11/27 21:38, Thomas Zimmermann wrote: s/Aarch86/AArch64 Or just 'arm64'. Am 27.11.24 um 14:37 schrieb Thomas Zimmermann: There exists x86-based hardware with HiSilicon BMC chipsets. This driver works well on these systems. Drop the dependency on ARM64. Tested on RH1288 V3.

Re: [PATCH] drm/hibmc: Drop dependency on Aarch86

2024-11-27 Thread Thomas Zimmermann
s/Aarch86/AArch64 Am 27.11.24 um 14:37 schrieb Thomas Zimmermann: There exists x86-based hardware with HiSilicon BMC chipsets. This driver works well on these systems. Drop the dependency on ARM64. Tested on RH1288 V3. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/hisilicon/hibmc/Kc

[PATCH] drm/hibmc: Drop dependency on Aarch86

2024-11-27 Thread Thomas Zimmermann
There exists x86-based hardware with HiSilicon BMC chipsets. This driver works well on these systems. Drop the dependency on ARM64. Tested on RH1288 V3. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/hisilicon/hibmc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git