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

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_fb_helper.h87 int crtc_count; member in struct:drm_fb_helper
105 struct drm_fb_helper *helper, int crtc_count,
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c188 for (i = 0; i < fb_helper->crtc_count; i++) {
252 for (i = 0; i < helper->crtc_count; i++) {
257 kfree(helper->crtc_info, helper->crtc_count * sizeof(struct drm_fb_helper_crtc));
262 int crtc_count, int max_conn_count)
272 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
276 fb_helper->crtc_count = crtc_count;
284 for (i = 0; i < crtc_count; i++) {
324 int crtc_count = 0; local
371 crtc_count
260 drm_fb_helper_init(struct drm_device *dev, struct drm_fb_helper *fb_helper, int crtc_count, int max_conn_count) argument
[all...]
H A Ddrm_crtc.c1296 int crtc_count = 0; local
1340 crtc_count++;
1349 crtc_count = mode_group->num_crtcs;
1360 if (card_res->count_crtcs >= crtc_count) {
1384 card_res->count_crtcs = crtc_count;

Completed in 21 milliseconds