Lines Matching refs:ctm
978 if (crtc && crtc->ctm) {
980 length = sizeof(*crtc->ctm) >> 2;
981 data = crtc->ctm;
1086 blob_data = (void**)&drmmode_crtc->ctm;
1171 blob_data = drmmode_crtc->ctm;
1843 free(drmmode_crtc->ctm);
1911 drmmode_crtc->ctm = calloc(1, sizeof(*drmmode_crtc->ctm));
1912 if (!drmmode_crtc->ctm) {
1919 drmmode_crtc->ctm->matrix[0] = drmmode_crtc->ctm->matrix[4] =
1920 drmmode_crtc->ctm->matrix[8] = (uint64_t)1 << 32;