drm/nouveau/nvif: split out display interface definitions
[deliverable/linux.git] / drivers / gpu / drm / nouveau / nvkm / engine / disp / rootnv50.c
index 06fb24d887021fe792c4e1ed25633620ea721354..2aba84d51b1e4e1fba38dda2f3e5e050434291ec 100644 (file)
@@ -29,6 +29,7 @@
 #include <subdev/timer.h>
 
 #include <nvif/class.h>
+#include <nvif/cl5070.h>
 #include <nvif/unpack.h>
 
 int
@@ -39,7 +40,7 @@ nv50_disp_root_scanoutpos(NV50_DISP_MTHD_V0)
        const u32 blanks = nvkm_rd32(device, 0x610af4 + (head * 0x540));
        const u32 total  = nvkm_rd32(device, 0x610afc + (head * 0x540));
        union {
-               struct nv04_disp_scanoutpos_v0 v0;
+               struct nv50_disp_scanoutpos_v0 v0;
        } *args = data;
        int ret;
 
This page took 0.025351 seconds and 5 git commands to generate.