drm/ast: Retrieve I/O-memory ranges without ast device
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 16 Nov 2023 09:59:22 +0000 (10:59 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 28 Nov 2023 15:12:30 +0000 (16:12 +0100)
commitb45efcfc94e8043d08344094a305bb4b8030c7df
treed178a61482f32202b6126b1b7d21a3526ecde8dc
parent0ccaa3dde97bd30ae615c66fc20080e920ec9b4e
drm/ast: Retrieve I/O-memory ranges without ast device

Read the I/O-memory ranges into local variables before setting
them in the ast device instanace. We'll later need this to split
detecting the device type from the creation of the ast device
instance.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231116100240.22975-4-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_main.c