Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c271 &helper->crtc_info[i].mode_set;
313 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set;
342 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in drm_fb_helper_restore_fbdev_mode()
442 crtc = fb_helper->crtc_info[i].mode_set.crtc;
495 free(helper->crtc_info[i].mode_set.connectors, DRM_MEM_KMS); in drm_fb_helper_crtc_free()
496 if (helper->crtc_info[i].mode_set.mode) in drm_fb_helper_crtc_free()
497 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode); in drm_fb_helper_crtc_free()
499 free(helper->crtc_info, DRM_MEM_KMS); in drm_fb_helper_crtc_free()
513 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc), in drm_fb_helper_init()
515 if (!fb_helper->crtc_info) in drm_fb_helper_init()
[all …]
H A Ddrm_fb_helper.h70 struct drm_fb_helper_crtc *crtc_info; member