Home
last modified time | relevance | path

Searched refs:front_info (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/xen/
A Dxen_drm_front.c131 front_info = pipeline->drm_info->front_info; in xen_drm_front_mode_set()
457 struct xen_drm_front_info *front_info = drm_info->front_info; in xen_drm_drv_release() local
464 if (front_info->cfg.be_alloc) in xen_drm_drv_release()
504 drm_info->front_info = front_info; in xen_drm_drv_init()
537 front_info->drm_info = NULL; in xen_drm_drv_init()
562 front_info->drm_info = NULL; in xen_drm_drv_fini()
582 cfg->front_info = front_info; in displback_initwait()
604 if (!front_info->drm_info) in displback_disconnect()
610 xen_drm_drv_fini(front_info); in displback_disconnect()
699 if (!front_info) in xen_drv_probe()
[all …]
A Dxen_drm_front_evtchnl.c26 struct xen_drm_front_info *front_info = evtchnl->front_info; in evtchnl_interrupt_ctrl() local
84 struct xen_drm_front_info *front_info = evtchnl->front_info; in evtchnl_interrupt_evt() local
167 evtchnl->front_info = front_info; in evtchnl_alloc()
212 cfg = &front_info->cfg; in xen_drm_front_evtchnl_create_all()
214 front_info->evt_pairs = in xen_drm_front_evtchnl_create_all()
218 if (!front_info->evt_pairs) { in xen_drm_front_evtchnl_create_all()
279 plat_data = &front_info->cfg; in xen_drm_front_evtchnl_publish_all()
341 if (!front_info->evt_pairs) in xen_drm_front_evtchnl_set_state()
356 if (!front_info->evt_pairs) in xen_drm_front_evtchnl_free_all()
360 evtchnl_free(front_info, &front_info->evt_pairs[i].req); in xen_drm_front_evtchnl_free_all()
[all …]
A Dxen_drm_front_cfg.c21 static int cfg_connector(struct xen_drm_front_info *front_info, in cfg_connector() argument
27 connector_path = devm_kasprintf(&front_info->xb_dev->dev, in cfg_connector()
48 int xen_drm_front_cfg_card(struct xen_drm_front_info *front_info, in xen_drm_front_cfg_card() argument
51 struct xenbus_device *xb_dev = front_info->xb_dev; in xen_drm_front_cfg_card()
54 if (xenbus_read_unsigned(front_info->xb_dev->nodename, in xen_drm_front_cfg_card()
62 ret = cfg_connector(front_info, &cfg->connectors[i], in xen_drm_front_cfg_card()
A Dxen_drm_front.h117 struct xen_drm_front_info *front_info; member
137 int xen_drm_front_dbuf_create(struct xen_drm_front_info *front_info,
141 int xen_drm_front_fb_attach(struct xen_drm_front_info *front_info,
145 int xen_drm_front_fb_detach(struct xen_drm_front_info *front_info,
148 int xen_drm_front_page_flip(struct xen_drm_front_info *front_info,
151 void xen_drm_front_on_frame_done(struct xen_drm_front_info *front_info,
A Dxen_drm_front_evtchnl.h39 struct xen_drm_front_info *front_info; member
70 int xen_drm_front_evtchnl_create_all(struct xen_drm_front_info *front_info);
72 int xen_drm_front_evtchnl_publish_all(struct xen_drm_front_info *front_info);
76 void xen_drm_front_evtchnl_set_state(struct xen_drm_front_info *front_info,
79 void xen_drm_front_evtchnl_free_all(struct xen_drm_front_info *front_info);
A Dxen_drm_front_kms.c44 xen_drm_front_fb_detach(drm_info->front_info, in fb_destroy()
71 ret = xen_drm_front_fb_attach(drm_info->front_info, in fb_create()
203 ret = xen_drm_front_page_flip(drm_info->front_info, in display_send_page_flip()
352 for (i = 0; i < drm_info->front_info->cfg.num_connectors; i++) { in xen_drm_front_kms_init()
354 &drm_info->front_info->cfg.connectors[i]; in xen_drm_front_kms_init()
374 for (i = 0; i < drm_info->front_info->cfg.num_connectors; i++) { in xen_drm_front_kms_fini()
A Dxen_drm_front_cfg.h25 struct xen_drm_front_info *front_info; member
34 int xen_drm_front_cfg_card(struct xen_drm_front_info *front_info,
A Dxen_drm_front_gem.c146 if (drm_info->front_info->cfg.be_alloc) { in gem_create()
269 ret = xen_drm_front_dbuf_create(drm_info->front_info, in xen_drm_front_gem_import_sg_table()

Completed in 18 milliseconds