Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Ddrm_common.c134 struct drm_mode_spec { struct
135 enum {
140 } type;
141 unsigned int idx;
142 unsigned int width;
143 unsigned int height;
144 double refresh;
H A Ddrm_common.h52 char *drm_mode_spec; member