Home
last modified time | relevance | path

Searched refs:crtc_props (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0006-drm-Reconstructs-the-drm-display-driver.patch89 - 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);
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c2579 static const drmmode_prop_info_rec crtc_props[] = { in drmmode_crtc_init() local
2620 if (!props || !drmmode_prop_info_copy(drmmode_crtc->props, crtc_props, in drmmode_crtc_init()