Searched defs:gud_device (Results 1 – 1 of 1) sorted by relevance
16 struct gud_device { struct17 struct drm_device drm;18 struct drm_simple_display_pipe pipe;19 struct device *dmadev;20 struct work_struct work;21 u32 flags;22 const struct drm_format_info *xrgb8888_emulation_format;24 u16 *properties;25 unsigned int num_properties;49 static inline struct gud_device *to_gud_device(struct drm_device *drm) in to_gud_device() argument
Completed in 4 milliseconds