Searched refs:dpys (Results 1 – 1 of 1) sorted by relevance
1507 static QemuDisplay *dpys[DISPLAY_TYPE__MAX]; variable1512 dpys[ui->type] = ui; in qemu_display_register()1531 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()1538 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()1553 if (dpys[opts->type] == NULL) { in qemu_display_early_init()1560 if (dpys[opts->type] == NULL) { in qemu_display_early_init()1565 if (dpys[opts->type]->early_init) { in qemu_display_early_init()1566 dpys[opts->type]->early_init(opts); in qemu_display_early_init()1576 assert(dpys[opts->type] != NULL); in qemu_display_init()1577 dpys[opts->type]->init(ds, opts); in qemu_display_init()[all …]