Home | History | Annotate | Download | only in modetest

Lines Matching full:_crtc

369 		struct crtc *_crtc = &dev->resources->crtcs[i];
370 drmModeCrtc *crtc = _crtc->crtc;
381 if (_crtc->props) {
383 for (j = 0; j < _crtc->props->count_props; j++)
384 dump_prop(dev, _crtc->props_info[j],
385 _crtc->props->props[j],
386 _crtc->props->prop_values[j]);