Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c221 for (i = 0; i < fb_helper->crtc_count; i++) in drm_fb_helper_remove_one_connector()
269 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_debug_enter()
316 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_debug_leave()
377 for(i = 0; i < fb_helper->crtc_count; i++) { in restore_fbdev_mode_atomic()
427 for (i = 0; i < fb_helper->crtc_count; i++) { in restore_fbdev_mode()
576 for (i = 0; i < fb_helper->crtc_count; i++) { in drm_fb_helper_dpms()
636 for (i = 0; i < helper->crtc_count; i++) { in drm_fb_helper_crtc_free()
681 int crtc_count, int max_conn_count) in drm_fb_helper_init() argument
692 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
696 fb_helper->crtc_count = crtc_count; in drm_fb_helper_init()
[all …]
Ddrm_crtc.c1745 int crtc_count = 0; in drm_mode_getresources() local
1786 crtc_count++; in drm_mode_getresources()
1800 if (card_res->count_crtcs >= crtc_count) { in drm_mode_getresources()
1812 card_res->count_crtcs = crtc_count; in drm_mode_getresources()
/linux-4.4.14/include/drm/
Ddrm_fb_helper.h124 int crtc_count; member
154 struct drm_fb_helper *helper, int crtc_count,
222 struct drm_fb_helper *helper, int crtc_count, in drm_fb_helper_init() argument
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbdev.c316 for (i = 0; i < fb_helper->crtc_count; i++) in intel_fb_helper_crtc()