Searched defs:modeset (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_fb_helper.c58 * integration with the output polling code in drm_crtc_helper.c the modeset
740 struct drm_mode_set *modeset; local
790 modeset = &fb_helper->crtc_info[i].mode_set;
791 modeset->num_connectors = 0;
792 modeset->fb = NULL;
798 modeset = &fb_crtc->mode_set;
804 if (modeset->mode)
805 drm_mode_destroy(dev, modeset->mode);
806 modeset->mode = drm_mode_duplicate(dev,
808 modeset
[all...]
H A Ddrm_irq.c732 * -EAGAIN - Temporary unavailable, e.g., called before initial modeset.
1227 struct drm_modeset_ctl *modeset = data; local
1238 crtc = modeset->crtc;
1242 switch (modeset->cmd) {

Completed in 18 milliseconds