Searched refs:crtc_props (Results 1 – 2 of 2) sorted by relevance
89 - drmModePropertyPtr crtc_props[128];143 - if (!strcmp(drm_dev.crtc_props[i]->name, name))144 - return drm_dev.crtc_props[i]->prop_id;357 - drm_dev.crtc_props[i] = drmModeGetProperty(drm_dev.fd, props->props[i]);358 - dbg("Added crtc prop %u:%s", drm_dev.crtc_props[i]->prop_id, drm_dev.crtc_props[i]->name);
2579 static const drmmode_prop_info_rec crtc_props[] = { in drmmode_crtc_init() local2620 if (!props || !drmmode_prop_info_copy(drmmode_crtc->props, crtc_props, in drmmode_crtc_init()