Searched refs:crtc_info (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_fb_helper.c257 &helper->crtc_info[i].mode_set;
298 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set;
330 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set;
403 crtc = fb_helper->crtc_info[i].mode_set.crtc;
448 crtc = fb_helper->crtc_info[i].mode_set.crtc;
512 kfree(helper->crtc_info[i].mode_set.connectors);
513 kfree(helper->crtc_info);
528 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
529 if (!fb_helper->crtc_info)
535 kfree(fb_helper->crtc_info);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_fb_helper.c257 &helper->crtc_info[i].mode_set;
298 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set;
330 struct drm_mode_set *mode_set = &helper->crtc_info[i].mode_set;
403 crtc = fb_helper->crtc_info[i].mode_set.crtc;
448 crtc = fb_helper->crtc_info[i].mode_set.crtc;
512 kfree(helper->crtc_info[i].mode_set.connectors);
513 kfree(helper->crtc_info);
528 fb_helper->crtc_info = kcalloc(crtc_count, sizeof(struct drm_fb_helper_crtc), GFP_KERNEL);
529 if (!fb_helper->crtc_info)
535 kfree(fb_helper->crtc_info);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/
H A Ddrm_fb_helper.h87 struct drm_fb_helper_crtc *crtc_info; member in struct:drm_fb_helper
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/
H A Ddrm_fb_helper.h87 struct drm_fb_helper_crtc *crtc_info; member in struct:drm_fb_helper

Completed in 72 milliseconds