Home
last modified time | relevance | path

Searched refs:drm_fb_helper_crtc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/drm2/
HDdrm_fb_helper.h35 struct drm_fb_helper_crtc { struct
70 struct drm_fb_helper_crtc *crtc_info;
HDdrm_fb_helper.c513 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()