]> git.baikalelectronics.ru Git - kernel.git/commit
drm/ast: Separate DRM driver from PCI code
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 30 Jul 2020 13:51:59 +0000 (15:51 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Mon, 3 Aug 2020 07:03:54 +0000 (09:03 +0200)
commit26f4d000804b77bae772112f9125c5744a31255b
tree966c56210a63bbb4c1acfc5cbb8acb407ef3efe2
parentbc42d8b769ceb1bf40813e8a546c6974dd8d20fa
drm/ast: Separate DRM driver from PCI code

Putting the DRM driver to the top of the file and the PCI code to the
bottom makes ast_drv.c more readable. While at it, the patch prefixes
file-scope variables with ast_.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200730135206.30239-3-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_drv.c