drm/mgag200: Separate DRM and PCI functionality from each other
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 5 Jun 2020 13:57:57 +0000 (15:57 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 11 Jun 2020 08:05:50 +0000 (10:05 +0200)
commit0987062118b845092729fc0a4c26f4a7284b8959
tree59b87a405f19600e39a0b4de2e1bd0dfc3747f86
parenta71ff21e11d906f0ba85544a8267760459428603
drm/mgag200: Separate DRM and PCI functionality from each other

Moving the DRM driver structures from the middle of the PCI code to
the top of the file makes it more readable. Also remove an obsolete
comment.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200605135803.19811-9-tzimmermann@suse.de
drivers/gpu/drm/mgag200/mgag200_drv.c