Home
last modified time | relevance | path

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

/linux-4.4.14/include/drm/
Ddrm_fb_helper.h41 struct drm_fb_helper_crtc { struct
97 struct drm_fb_helper_crtc **crtcs,
125 struct drm_fb_helper_crtc *crtc_info;
/linux-4.4.14/drivers/gpu/drm/
Ddrm_fb_helper.c692 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
1897 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs()
1906 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs()
1921 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_pick_crtcs()
1960 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()
1967 sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()
1978 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs()
1992 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_setup_crtcs()
2037 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_fbdev.c311 static struct drm_fb_helper_crtc *
351 struct drm_fb_helper_crtc **crtcs, in intel_fb_initial_config()
377 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config()