Re: [PATCH] drm/ast: Fix ARM compatibility

2023-04-18 Thread Jammy Huang
Hi Thomas, Thanks for you reminder. The comment you mentioned is added in 2014 for AST2400 rev 0x20, which means MMIO is not enable by default before that revision. I will send another patch to handle it. On 2023/4/18 下午 03:24, Thomas Zimmermann wrote: Hi Am 18.04.23 um 03:23 schrieb Jammy

Re: [PATCH] drm/ast: Fix ARM compatibility

2023-04-18 Thread Thomas Zimmermann
Hi Am 18.04.23 um 03:23 schrieb Jammy Huang: Hi Thomas, The Intel(x86) CPUs have a separate address space for "IO", but the ARM architecture only has "memory", so all IO devices are accessed as if they were memory. Which means ARM does not support isolated IO. Here is a related discussion on

Re: [PATCH] drm/ast: Fix ARM compatibility

2023-04-17 Thread Jammy Huang
Hi Thomas, The Intel(x86) CPUs have a separate address space for "IO", but the ARM architecture only has "memory", so all IO devices are accessed as if they were memory. Which means ARM does not support isolated IO. Here is a related discussion on ARM's forum. https://community.arm.com/suppo

Re: [PATCH] drm/ast: Fix ARM compatibility

2023-04-17 Thread Thomas Zimmermann
Hi Am 07.04.23 um 04:09 schrieb Jammy Huang: Hi Thomas, Could you help review this patch?? We met some problem on nvidia's ARM platfrom and need this patch to fix it. On 2023/3/2 上午 10:19, Jammy Huang wrote: ARM architecture only has 'memory', so all devices are accessed by MMIO. Signed-off

Re: [PATCH] drm/ast: Fix ARM compatibility

2023-04-06 Thread Jammy Huang
Hi Thomas, Could you help review this patch?? We met some problem on nvidia's ARM platfrom and need this patch to fix it. On 2023/3/2 上午 10:19, Jammy Huang wrote: ARM architecture only has 'memory', so all devices are accessed by MMIO. Signed-off-by: Jammy Huang --- drivers/gpu/drm/ast/ast