]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
committerBen Skeggs <bskeggs@redhat.com>
Tue, 10 Dec 2019 11:34:52 +0000 (21:34 +1000)
commit37a68eab4cd92b507c9e8afd760fdc18e4fecac6
tree5c3ee1e83b23461dbd34ac62b0e813ef8675dad3
parente42617b825f8073569da76dc4510bfa019b1c35a
drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit

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>
drivers/gpu/drm/nouveau/nouveau_connector.h