Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c198 remove_from_modeset(&fb_helper->crtc_info[i].mode_set, connector); in drm_fb_helper_remove_one_connector()
247 &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_enter()
293 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_leave()
336 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode()
524 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_dpms()
581 kfree(helper->crtc_info[i].mode_set.connectors); in drm_fb_helper_crtc_free()
582 if (helper->crtc_info[i].mode_set.mode) in drm_fb_helper_crtc_free()
583 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode); in drm_fb_helper_crtc_free()
585 kfree(helper->crtc_info); in drm_fb_helper_crtc_free()
633 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
[all …]
/linux-4.1.27/include/drm/
Ddrm_fb_helper.h111 struct drm_fb_helper_crtc *crtc_info; member
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c316 if (fb_helper->crtc_info[i].mode_set.crtc == crtc) in intel_fb_helper_crtc()
317 return &fb_helper->crtc_info[i]; in intel_fb_helper_crtc()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_fb.c72 struct drm_crtc *crtc = fb_helper->crtc_info[i].mode_set.crtc; in radeon_fb_helper_set_par()