Home
last modified time | relevance | path

Searched defs:xen_drm_front_info (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.h83 struct xen_drm_front_info { struct
84 struct xenbus_device *xb_dev;
85 struct xen_drm_front_drm_info *drm_info;
88 spinlock_t io_lock;
90 int num_evt_pairs;
91 struct xen_drm_front_evtchnl_pair *evt_pairs;
92 struct xen_drm_front_cfg cfg;
117 struct xen_drm_front_info *front_info; argument