Searched defs:qxl_fbdev (Results 1 – 1 of 1) sorted by relevance
55 struct qxl_fbdev { struct56 struct drm_fb_helper helper;57 struct qxl_framebuffer qfb;58 struct list_head fbdev_list;59 struct qxl_device *qdev;61 spinlock_t delayed_ops_lock;62 struct list_head delayed_ops;63 void *shadow;64 int size;67 struct {[all …]