Searched refs:drm_fb_helper_crtc (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/drm/ |
D | drm_fb_helper.h | 49 struct drm_fb_helper_crtc { struct 125 struct drm_fb_helper_crtc **crtcs, 175 struct drm_fb_helper_crtc *crtc_info;
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 291 static struct drm_fb_helper_crtc * 331 struct drm_fb_helper_crtc **crtcs, in intel_fb_initial_config() 364 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fb_helper.c | 841 fb_helper->crtc_info = kcalloc(config->num_crtc, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL); in drm_fb_helper_init() 2328 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs() 2335 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs() 2350 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_pick_crtcs() 2387 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 2394 sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs() 2412 struct drm_fb_helper_crtc *fb_crtc, in drm_setup_crtc_rotation() 2462 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs() 2473 sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL); in drm_setup_crtcs() 2520 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs()
|