Searched refs:crtc_info (Results 1 – 4 of 4) sorted by relevance
198 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 …]
111 struct drm_fb_helper_crtc *crtc_info; member
316 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()
72 struct drm_crtc *crtc = fb_helper->crtc_info[i].mode_set.crtc; in radeon_fb_helper_set_par()