Home
last modified time | relevance | path

Searched refs:sti_vid (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_vid.h17 struct sti_vid { struct
23 void sti_vid_commit(struct sti_vid *vid, argument
25 void sti_vid_disable(struct sti_vid *vid);
26 struct sti_vid *sti_vid_create(struct device *dev, struct drm_device *drm_dev,
29 void vid_debugfs_init(struct sti_vid *vid, struct drm_minor *minor);
H A Dsti_vid.c96 struct sti_vid *vid = (struct sti_vid *)node->info_ent->data; in vid_dbg_show()
127 void vid_debugfs_init(struct sti_vid *vid, struct drm_minor *minor) in vid_debugfs_init()
139 void sti_vid_commit(struct sti_vid *vid, in sti_vid_commit()
183 void sti_vid_disable(struct sti_vid *vid) in sti_vid_disable()
193 static void sti_vid_init(struct sti_vid *vid) in sti_vid_init()
207 struct sti_vid *sti_vid_create(struct device *dev, struct drm_device *drm_dev, in sti_vid_create()
210 struct sti_vid *vid; in sti_vid_create()
H A DMakefile5 sti_vid.o \
H A Dsti_compositor.h77 struct sti_vid *vid[STI_MAX_VID];