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()1253 struct drm_fb_helper_crtc *best_crtc; in drm_pick_crtcs()1255 struct drm_fb_helper_crtc **crtcs, *crtc; in drm_pick_crtcs()1271 sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO); in drm_pick_crtcs()1310 memcpy(crtcs, best_crtcs, n * sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()1318 sizeof(struct drm_fb_helper_crtc *)); in drm_pick_crtcs()1329 struct drm_fb_helper_crtc **crtcs; in drm_setup_crtcs()1342 sizeof(struct drm_fb_helper_crtc *), DRM_MEM_KMS, M_NOWAIT | M_ZERO); in drm_setup_crtcs()1375 struct drm_fb_helper_crtc *fb_crtc = crtcs[i]; in drm_setup_crtcs()