]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h
drm/nouveau/disp: introduce object to track per-head functions/state
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / nvkm / engine / disp / nv50.h
index 4fa82f48429b0f1083d709b2f3c8d7a7fb21f8fa..0361f0c2ba1aba16230e7907f22f216b883f9755 100644 (file)
@@ -75,6 +75,7 @@ struct nv50_disp_func {
        const struct nvkm_disp_oclass *root;
 
        struct {
+               int (*new)(struct nvkm_disp *, int id);
                void (*vblank_init)(struct nv50_disp *, int head);
                void (*vblank_fini)(struct nv50_disp *, int head);
                int (*scanoutpos)(NV50_DISP_MTHD_V0);