drm_fb_helper_crtc
struct drm_fb_helper_crtc **best_crtcs,
struct drm_fb_helper_crtc **crtcs, *crtc;
sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO);
memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *));
sizeof(struct drm_fb_helper_crtc *));
struct drm_fb_helper_crtc **crtcs;
sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO);
struct drm_fb_helper_crtc *fb_crtc = crtcs[i];
fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc),
struct drm_fb_helper_crtc *crtc_info;