drm/ast: Fix ARM compatibility
authorJammy Huang <jammy_huang@aspeedtech.com>
Fri, 21 Apr 2023 00:33:54 +0000 (08:33 +0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 21 Apr 2023 07:42:01 +0000 (09:42 +0200)
commit4327a6137ed43a091d900b1ac833345d60f32228
tree308f1e199a699fc118750622743a55dd03ec0ae7
parentb63a553e8f5aa6574eeb535a551817a93c426d8c
drm/ast: Fix ARM compatibility

ARM architecture only has 'memory', so all devices are accessed by
MMIO if possible.

Signed-off-by: Jammy Huang <jammy_huang@aspeedtech.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20230421003354.27767-1-jammy_huang@aspeedtech.com
drivers/gpu/drm/ast/ast_main.c