]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/nouveau/core/subdev/mxm/nv50.c
drm/nouveau/bios: extend connector table parsing
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / core / subdev / mxm / nv50.c
index 64f8b4702bf7272c3edf7950e16bf46b07d5457a..fcaabe8456e36bac0cf2664fc5305bcb5644c45b 100644 (file)
@@ -150,7 +150,7 @@ mxm_dcb_sanitise_entry(struct nouveau_bios *bios, void *data, int idx, u16 pdcb)
         * common example is DP->eDP.
         */
        conn  = bios->data;
-       conn += dcb_conn(bios, (ctx.outp[0] & 0x0000f000) >> 12, &ver, &len);
+       conn += nvbios_connEe(bios, (ctx.outp[0] & 0x0000f000) >> 12, &ver, &len);
        type  = conn[0];
        switch (ctx.desc.conn_type) {
        case 0x01: /* LVDS */