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

/linux-master/drivers/gpu/drm/sti/
H A Dsti_vid.h17 struct sti_vid { struct
23 void sti_vid_commit(struct sti_vid *vid,
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 DMakefile5 sti_vid.o \
H A Dsti_vid.c13 #include "sti_vid.h"
96 struct sti_vid *vid = (struct sti_vid *)node->info_ent->data;
127 void vid_debugfs_init(struct sti_vid *vid, struct drm_minor *minor)
139 void sti_vid_commit(struct sti_vid *vid,
183 void sti_vid_disable(struct sti_vid *vid)
193 static void sti_vid_init(struct sti_vid *vid)
207 struct sti_vid *sti_vid_create(struct device *dev, struct drm_device *drm_dev,
210 struct sti_vid *vid;
H A Dsti_compositor.h77 struct sti_vid *vid[STI_MAX_VID];

Completed in 117 milliseconds