diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2022-06-01 13:46:27 +0300 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-07-27 02:05:47 +0300 |
commit | acbe9ecfb7fb14db868ddbeda8f43e623026316b (patch) | |
tree | acbb780d7bdc302c35d9db2661b0074992795166 /drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c | |
parent | 168c02994399f2714bc6c73f85b7ce4d827f97aa (diff) | |
download | linux-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.c | 2 |
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" |