summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2022-06-01 13:46:27 +0300
committerDave Airlie <airlied@redhat.com>2022-07-27 02:05:47 +0300
commitacbe9ecfb7fb14db868ddbeda8f43e623026316b (patch)
treeacbb780d7bdc302c35d9db2661b0074992795166 /drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
parent168c02994399f2714bc6c73f85b7ce4d827f97aa (diff)
downloadlinux-acbe9ecfb7fb14db868ddbeda8f43e623026316b.tar.xz
drm/nouveau/disp: merge head/outp/ior code into chipset files
No changes to code at all here, just shuffling it around and removing a bunch of (now unnecessary) forward-declarations from headers. Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c b/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
index 8821bf128685..9d231b07f752 100644
--- a/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
+++ b/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c
@@ -21,7 +21,7 @@
*
* Authors: Ben Skeggs
*/
-#include "channv50.h"
+#include "chan.h"
#include "head.h"
#include "ior.h"
#include "outp.h"