Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c222 remove_from_modeset(&fb_helper->crtc_info[i].mode_set, connector); in drm_fb_helper_remove_one_connector()
271 &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_enter()
317 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set; in drm_fb_helper_debug_leave()
378 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode_atomic()
428 struct drm_mode_set *mode_set = &fb_helper->crtc_info[i].mode_set; in restore_fbdev_mode()
577 crtc = fb_helper->crtc_info[i].mode_set.crtc; in drm_fb_helper_dpms()
637 kfree(helper->crtc_info[i].mode_set.connectors); in drm_fb_helper_crtc_free()
638 if (helper->crtc_info[i].mode_set.mode) in drm_fb_helper_crtc_free()
639 drm_mode_destroy(helper->dev, helper->crtc_info[i].mode_set.mode); in drm_fb_helper_crtc_free()
641 kfree(helper->crtc_info); in drm_fb_helper_crtc_free()
[all …]
/linux-4.4.14/include/drm/
Ddrm_fb_helper.h125 struct drm_fb_helper_crtc *crtc_info; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbdev.c317 if (fb_helper->crtc_info[i].mode_set.crtc == crtc) in intel_fb_helper_crtc()
318 return &fb_helper->crtc_info[i]; in intel_fb_helper_crtc()