Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c197 for (i = 0; i < fb_helper->crtc_count; i++) in drm_fb_helper_remove_one_connector()
245 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_debug_enter()
292 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_debug_leave()
335 for (i = 0; i < fb_helper->crtc_count; i++) { in restore_fbdev_mode()
523 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_dpms()
580 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_crtc_free()
625 int crtc_count, int max_conn_count) in drm_fb_helper_init() argument
633 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
637 fb_helper->crtc_count = crtc_count; in drm_fb_helper_init()
646 for (i = 0; i < crtc_count; i++) { in drm_fb_helper_init()
[all …]
Ddrm_crtc.c1814 int crtc_count = 0; in drm_mode_getresources() local
1859 crtc_count++; in drm_mode_getresources()
1869 crtc_count = mode_group->num_crtcs; in drm_mode_getresources()
1880 if (card_res->count_crtcs >= crtc_count) { in drm_mode_getresources()
1904 card_res->count_crtcs = crtc_count; in drm_mode_getresources()
/linux-4.1.27/include/drm/
Ddrm_fb_helper.h110 int crtc_count; member
128 struct drm_fb_helper *helper, int crtc_count,
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c71 for (i = 0; i < fb_helper->crtc_count; i++) { in radeon_fb_helper_set_par()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c315 for (i = 0; i < fb_helper->crtc_count; i++) in intel_fb_helper_crtc()