drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit
authorHans de Goede <hdegoede@redhat.com>
Thu, 24 Oct 2019 08:52:52 +0000 (10:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2020 09:18:57 +0000 (10:18 +0100)
commit60dee18d2ce454b3bdefc6494b593b4296ef1c5c
tree1276f8478e677324d8343310c3524c55c1497652
parent8b9bf467061bc89ccf4a43be637e08d8a70fd76d
drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit

[ Upstream commit 37a68eab4cd92b507c9e8afd760fdc18e4fecac6 ]

Place the declaration of struct nouveau_conn_atom above that of
struct nouveau_connector. This commit makes no changes to the moved
block what so ever, it just moves it up a bit.

This is a preparation patch to fix some issues with connector handling
on pre nv50 displays (which do not use atomic modesetting).

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/nouveau/nouveau_connector.h