• Home
  • Raw
  • Download

Lines Matching full:modeset

115  * same time, drivers should initialize all modeset objects such as CRTCs,
850 struct drm_mode_set *modeset; in setcmap_legacy() local
856 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_legacy()
857 crtc = modeset->crtc; in setcmap_legacy()
938 struct drm_mode_set *modeset; in setcmap_atomic() local
954 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_atomic()
955 crtc = modeset->crtc; in setcmap_atomic()
988 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_atomic()
989 crtc = modeset->crtc; in setcmap_atomic()
1401 struct drm_mode_set *modeset; in pan_display_legacy() local
1406 drm_client_for_each_modeset(modeset, client) { in pan_display_legacy()
1407 modeset->x = var->xoffset; in pan_display_legacy()
1408 modeset->y = var->yoffset; in pan_display_legacy()
1410 if (modeset->num_connectors) { in pan_display_legacy()
1411 ret = drm_mode_set_config_internal(modeset); in pan_display_legacy()
1797 struct drm_mode_set *modeset; in drm_setup_crtcs_fb() local
1800 drm_client_for_each_modeset(modeset, client) { in drm_setup_crtcs_fb()
1801 if (!modeset->num_connectors) in drm_setup_crtcs_fb()
1804 modeset->fb = fb_helper->fb; in drm_setup_crtcs_fb()
1806 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()
1920 * a full modeset to setup the fbdev console. Due to locking misdesign in the
1921 * VT/fbdev subsystem that entire modeset sequence has to be done while holding
1926 * or in the drm core modeset code will also never show up.
1934 * first modeset from userspace will crash in the same way, and is even easier
1964 * modeset configuration. Must be run from process context (which usually means