Searched refs:crtc_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_fb_helper.h71 int crtc_count; member in struct:drm_fb_helper
89 struct drm_fb_helper *helper, int crtc_count,
H A Ddrm_fb_helper.c271 for (i = 0; i < helper->crtc_count; i++) {
314 for (i = 0; i < helper->crtc_count; i++) {
342 for (i = 0; i < fb_helper->crtc_count; i++) {
442 for (i = 0; i < fb_helper->crtc_count; i++) {
495 for (i = 0; i < helper->crtc_count; i++) {
505 int crtc_count, int max_conn_count)
514 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc),
519 fb_helper->crtc_count = crtc_count;
528 for (i = 0; i < crtc_count;
503 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *fb_helper, int crtc_count, int max_conn_count) argument
838 int crtc_count = 0; local
[all...]
H A Ddrm_crtc.c1222 int crtc_count = 0; local
1248 crtc_count++;
1257 crtc_count = mode_group->num_crtcs;
1283 if (card_res->count_crtcs >= crtc_count) {
1307 card_res->count_crtcs = crtc_count;

Completed in 118 milliseconds