Searched refs:drm_fb_helper_crtc (Results 1 – 2 of 2) sorted by relevance
35 struct drm_fb_helper_crtc { struct70 struct drm_fb_helper_crtc *crtc_info;
513 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc), in drm_fb_helper_init()1244 struct drm_fb_helper_crtc **best_crtcs, in drm_pick_crtcs()1254 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs()1269 sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO); in drm_pick_crtcs()1308 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()1315 sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()1326 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs()1339 sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO); in drm_setup_crtcs()1372 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs()