Searched defs:qxl_fbdev (Results 1 – 1 of 1) sorted by relevance
40 struct qxl_fbdev { struct41 struct drm_fb_helper helper;42 struct qxl_framebuffer qfb;43 struct list_head fbdev_list;44 struct qxl_device *qdev;46 spinlock_t delayed_ops_lock;47 struct list_head delayed_ops;48 void *shadow;49 int size;52 struct {[all …]