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

/freebsd-12-stable/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++) {
343 for (i = 0; i < fb_helper->crtc_count; i++) {
443 for (i = 0; i < fb_helper->crtc_count; i++) {
496 for (i = 0; i < helper->crtc_count; i++) {
506 int crtc_count, int max_conn_count)
515 fb_helper->crtc_info = malloc(crtc_count * sizeof(struct drm_fb_helper_crtc),
520 fb_helper->crtc_count = crtc_count;
529 for (i = 0; i < crtc_count;
504 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *fb_helper, int crtc_count, int max_conn_count) argument
839 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 61 milliseconds