drm_fb_helper_crtc
struct drm_fb_helper_crtc **best_crtcs,
struct drm_fb_helper_crtc **crtcs, *crtc;
sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL);
memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *));
sizeof(struct drm_fb_helper_crtc *));
struct drm_fb_helper_crtc *fb_crtc,
struct drm_fb_helper_crtc **crtcs;
sizeof(struct drm_fb_helper_crtc *), GFP_KERNEL);
struct drm_fb_helper_crtc *fb_crtc = crtcs[i];
fb_helper->crtc_info = kcalloc(config->num_crtc, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
static struct drm_fb_helper_crtc *
struct drm_fb_helper_crtc **crtcs,
struct drm_fb_helper_crtc *new_crtc;
struct drm_fb_helper_crtc **crtcs,
struct drm_fb_helper_crtc *crtc_info;