]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h
drm/nouveau/disp: delay output path / connector construction until oneinit()
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / include / nvkm / engine / disp.h
index 970ae753968a620a95ba9d8453248b03228f5122..f17200ed3c72600b1d67cf634e65d5794bc9366b 100644 (file)
@@ -8,7 +8,9 @@ struct nvkm_disp {
        const struct nvkm_disp_func *func;
        struct nvkm_engine engine;
 
-       struct nvkm_oproxy *client;
+       struct {
+               int nr;
+       } head;
 
        struct list_head outp;
        struct list_head conn;
@@ -16,9 +18,7 @@ struct nvkm_disp {
        struct nvkm_event hpd;
        struct nvkm_event vblank;
 
-       struct {
-               int nr;
-       } head;
+       struct nvkm_oproxy *client;
 };
 
 int nv04_disp_new(struct nvkm_device *, int, struct nvkm_disp **);