• Home
  • Raw
  • Download

Lines Matching full:modeset

116  * same time, drivers should initialize all modeset objects such as CRTCs,
918 struct drm_mode_set *modeset; in setcmap_legacy() local
924 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_legacy()
925 crtc = modeset->crtc; in setcmap_legacy()
1006 struct drm_mode_set *modeset; in setcmap_atomic() local
1022 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_atomic()
1023 crtc = modeset->crtc; in setcmap_atomic()
1051 drm_client_for_each_modeset(modeset, &fb_helper->client) { in setcmap_atomic()
1052 crtc = modeset->crtc; in setcmap_atomic()
1418 struct drm_mode_set *modeset; in pan_display_legacy() local
1423 drm_client_for_each_modeset(modeset, client) { in pan_display_legacy()
1424 modeset->x = var->xoffset; in pan_display_legacy()
1425 modeset->y = var->yoffset; in pan_display_legacy()
1427 if (modeset->num_connectors) { in pan_display_legacy()
1428 ret = drm_mode_set_config_internal(modeset); in pan_display_legacy()
1735 struct drm_mode_set *modeset; in drm_setup_crtcs_fb() local
1738 drm_client_for_each_modeset(modeset, client) { in drm_setup_crtcs_fb()
1739 if (!modeset->num_connectors) in drm_setup_crtcs_fb()
1742 modeset->fb = fb_helper->fb; in drm_setup_crtcs_fb()
1744 if (drm_client_rotation(modeset, &rotation)) in drm_setup_crtcs_fb()
1867 * a full modeset to setup the fbdev console. Due to locking misdesign in the
1868 * VT/fbdev subsystem that entire modeset sequence has to be done while holding
1873 * or in the drm core modeset code will also never show up.
1881 * first modeset from userspace will crash in the same way, and is even easier
1911 * modeset configuration. Must be run from process context (which usually means