[go: nahoru, domu]

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

/drivers/gpu/drm/
H A Ddrm_fb_helper.c215 for (i = 0; i < helper->crtc_count; i++) {
262 for (i = 0; i < helper->crtc_count; i++) {
305 for (i = 0; i < fb_helper->crtc_count; i++) {
484 for (i = 0; i < fb_helper->crtc_count; i++) {
541 for (i = 0; i < helper->crtc_count; i++) {
571 * @crtc_count: maximum number of crtcs to support in this fbdev emulation
586 int crtc_count, int max_conn_count)
594 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
598 fb_helper->crtc_count = crtc_count;
584 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *fb_helper, int crtc_count, int max_conn_count) argument
947 int crtc_count = 0; local
[all...]
H A Ddrm_crtc.c1710 int crtc_count = 0; local
1753 crtc_count++;
1763 crtc_count = mode_group->num_crtcs;
1774 if (card_res->count_crtcs >= crtc_count) {
1798 card_res->count_crtcs = crtc_count;
/drivers/gpu/drm/i915/
H A Dintel_fbdev.c290 for (i = 0; i < fb_helper->crtc_count; i++)

Completed in 66 milliseconds