Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/gud/
H A Dgud_internal.h16 struct gud_device { struct
17 struct drm_device drm;
18 struct drm_simple_display_pipe pipe;
19 struct work_struct work;
20 u32 flags;
21 const struct drm_format_info *xrgb8888_emulation_format;
23 u16 *properties;
24 unsigned int num_properties;
48 static inline struct gud_device *to_gud_device(struct drm_device *drm) in to_gud_device() argument