Searched refs:dpys (Results 1 – 1 of 1) sorted by relevance
1505 static QemuDisplay *dpys[DISPLAY_TYPE__MAX]; variable1510 dpys[ui->type] = ui; in qemu_display_register()1529 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()1536 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()1551 if (dpys[opts->type] == NULL) { in qemu_display_early_init()1558 if (dpys[opts->type] == NULL) { in qemu_display_early_init()1563 if (dpys[opts->type]->early_init) { in qemu_display_early_init()1564 dpys[opts->type]->early_init(opts); in qemu_display_early_init()1574 assert(dpys[opts->type] != NULL); in qemu_display_init()1575 dpys[opts->type]->init(ds, opts); in qemu_display_init()[all …]