Home
last modified time | relevance | path

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

/linux-4.1.27/include/drm/
Ddrm_fb_helper.h41 struct drm_fb_helper_crtc { struct
97 struct drm_fb_helper_crtc **crtcs,
111 struct drm_fb_helper_crtc *crtc_info;
/linux-4.1.27/drivers/gpu/drm/
Ddrm_fb_helper.c633 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init()
1547 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs()
1556 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs()
1571 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_pick_crtcs()
1610 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()
1617 sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()
1628 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs()
1642 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_setup_crtcs()
1687 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_fbdev.c310 static struct drm_fb_helper_crtc *
350 struct drm_fb_helper_crtc **crtcs, in intel_fb_initial_config()
376 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config()