Home
last modified time | relevance | path

Searched refs:crtc_count (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c269 for (i = 0; i < helper->crtc_count; i++) {
312 for (i = 0; i < helper->crtc_count; i++) {
341 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_restore_fbdev_mode()
441 for (i = 0; i < fb_helper->crtc_count; i++) {
494 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_crtc_free()
504 int crtc_count, int max_conn_count) in drm_fb_helper_init() argument
513 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc), in drm_fb_helper_init()
518 fb_helper->crtc_count = crtc_count; in drm_fb_helper_init()
527 for (i = 0; i < crtc_count; i++) { in drm_fb_helper_init()
644 for (i = 0; i < fb_helper->crtc_count; i++) {
[all …]
H A Ddrm_fb_helper.h69 int crtc_count; member
87 struct drm_fb_helper *helper, int crtc_count,
H A Ddrm_crtc.c1208 int crtc_count = 0; in drm_mode_getresources() local
1234 crtc_count++; in drm_mode_getresources()
1243 crtc_count = mode_group->num_crtcs; in drm_mode_getresources()
1269 if (card_res->count_crtcs >= crtc_count) { in drm_mode_getresources()
1293 card_res->count_crtcs = crtc_count; in drm_mode_getresources()