Searched refs:vbox (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_main.c20 void vbox_report_caps(struct vbox_private *vbox) argument
26 hgsmi_send_caps_info(vbox->guest_pool, caps);
28 hgsmi_send_caps_info(vbox->guest_pool, caps);
31 static int vbox_accel_init(struct vbox_private *vbox) argument
33 struct pci_dev *pdev = to_pci_dev(vbox->ddev.dev);
37 vbox->vbva_info = devm_kcalloc(vbox->ddev.dev, vbox->num_crtcs,
38 sizeof(*vbox->vbva_info), GFP_KERNEL);
39 if (!vbox
69 vbox_accel_fini(struct vbox_private *vbox) argument
78 have_hgsmi_mode_hints(struct vbox_private *vbox) argument
108 vbox_hw_init(struct vbox_private *vbox) argument
169 vbox_hw_fini(struct vbox_private *vbox) argument
[all...]
H A Dvbox_drv.c41 struct vbox_private *vbox; local
51 vbox = devm_drm_dev_alloc(&pdev->dev, &driver,
53 if (IS_ERR(vbox))
54 return PTR_ERR(vbox);
56 pci_set_drvdata(pdev, vbox);
57 mutex_init(&vbox->hw_mutex);
63 ret = vbox_hw_init(vbox);
67 ret = vbox_mm_init(vbox);
71 ret = vbox_mode_init(vbox);
75 ret = vbox_irq_init(vbox);
98 struct vbox_private *vbox = pci_get_drvdata(pdev); local
109 struct vbox_private *vbox = pci_get_drvdata(pdev); local
116 struct vbox_private *vbox = dev_get_drvdata(dev); local
133 struct vbox_private *vbox = dev_get_drvdata(dev); local
144 struct vbox_private *vbox = dev_get_drvdata(dev); local
151 struct vbox_private *vbox = dev_get_drvdata(dev); local
158 struct vbox_private *vbox = dev_get_drvdata(dev); local
[all...]
H A Dvbox_irq.c25 static u32 vbox_get_flags(struct vbox_private *vbox) argument
27 return readl(vbox->guest_heap + HOST_FLAGS_OFFSET);
30 void vbox_report_hotplug(struct vbox_private *vbox) argument
32 schedule_work(&vbox->hotplug_work);
38 struct vbox_private *vbox = to_vbox_dev(dev); local
39 u32 host_flags = vbox_get_flags(vbox);
53 vbox_report_hotplug(vbox);
66 static void validate_or_set_position_hints(struct vbox_private *vbox) argument
73 for (i = 0; i < vbox->num_crtcs; ++i) {
75 hintsi = &vbox
107 vbox_update_mode_hints(struct vbox_private *vbox) argument
165 struct vbox_private *vbox = container_of(work, struct vbox_private, local
172 vbox_irq_init(struct vbox_private *vbox) argument
184 vbox_irq_fini(struct vbox_private *vbox) argument
[all...]
H A Dvbox_ttm.c13 int vbox_mm_init(struct vbox_private *vbox) argument
17 struct drm_device *dev = &vbox->ddev;
26 ret = drmm_vram_helper_init(dev, base, vbox->available_vram_size);
H A Dvbox_drv.h41 #define GUEST_HEAP_OFFSET(vbox) ((vbox)->full_vram_size - \
133 int vbox_hw_init(struct vbox_private *vbox);
134 void vbox_hw_fini(struct vbox_private *vbox);
136 int vbox_mode_init(struct vbox_private *vbox);
137 void vbox_mode_fini(struct vbox_private *vbox);
139 void vbox_report_caps(struct vbox_private *vbox);
141 int vbox_mm_init(struct vbox_private *vbox);
144 int vbox_irq_init(struct vbox_private *vbox);
145 void vbox_irq_fini(struct vbox_private *vbox);
[all...]
H A Dvbox_mode.c39 struct vbox_private *vbox; local
44 vbox = to_vbox_dev(crtc->dev);
49 x_offset = vbox->single_framebuffer ? vbox_crtc->x : vbox_crtc->x_hint;
50 y_offset = vbox->single_framebuffer ? vbox_crtc->y : vbox_crtc->y_hint;
75 hgsmi_process_display_info(vbox->guest_pool, vbox_crtc->crtc_id,
85 struct vbox_private *vbox = to_vbox_dev(crtc->dev); local
99 p = hgsmi_buffer_alloc(vbox->guest_pool, sizeof(*p),
106 p->view_size = vbox->available_vram_size - vbox_crtc->fb_offset +
108 p->max_screen_size = vbox->available_vram_size - vbox_crtc->fb_offset;
110 hgsmi_buffer_submit(vbox
121 vbox_set_up_input_mapping(struct vbox_private *vbox) argument
182 struct vbox_private *vbox = to_vbox_dev(crtc->dev); local
284 struct vbox_private *vbox = to_vbox_dev(fb->dev); local
395 struct vbox_private *vbox = local
444 struct vbox_private *vbox = local
505 vbox_create_plane(struct vbox_private *vbox, unsigned int possible_crtcs, enum drm_plane_type type) argument
551 struct vbox_private *vbox = local
710 struct vbox_private *vbox = NULL; local
842 vbox_mode_init(struct vbox_private *vbox) argument
883 vbox_mode_fini(struct vbox_private *vbox) argument
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dprogress.c16 GtkWidget *vbox = gtk_vbox_new(TRUE, 5); local
22 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, FALSE, 3);
23 gtk_box_pack_start(GTK_BOX(vbox), progress, TRUE, TRUE, 3);
25 gtk_container_add(GTK_CONTAINER(dialog), vbox); local
H A Dannotate.c201 GtkWidget *vbox; local
220 vbox = gtk_vbox_new(FALSE, 0);
224 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0);
228 gtk_box_pack_start(GTK_BOX(vbox), infobar,
233 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0);
235 gtk_container_add(GTK_CONTAINER(window), vbox); local
H A Dhists.c597 GtkWidget *vbox; local
619 vbox = gtk_vbox_new(FALSE, 0);
623 gtk_box_pack_start(GTK_BOX(vbox), notebook, TRUE, TRUE, 0);
627 gtk_box_pack_start(GTK_BOX(vbox), info_bar, FALSE, FALSE, 0);
630 gtk_box_pack_start(GTK_BOX(vbox), statbar, FALSE, FALSE, 0);
632 gtk_container_add(GTK_CONTAINER(window), vbox); local
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1029 self.vbox = QWidget()
1030 self.vbox.setLayout(VBoxLayout(*children))
1033 return self.vbox
1100 self.vbox = VBox(self.view, self.find_bar.Widget())
1102 self.setWidget(self.vbox.Widget())
1122 self.vbox = VBox(self.view, self.find_bar.Widget())
1124 self.setWidget(self.vbox.Widget())
2013 self.vbox = VBoxLayout(self.view)
2014 self.setLayout(self.vbox)
2257 self.vbox
[all...]
/linux-master/scripts/kconfig/
H A Dgconf.c435 gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), label);

Completed in 142 milliseconds