Lines Matching defs:modeset
115 * same time, drivers should initialize all modeset objects such as CRTCs,
836 struct drm_mode_set *modeset;
842 drm_client_for_each_modeset(modeset, &fb_helper->client) {
843 crtc = modeset->crtc;
924 struct drm_mode_set *modeset;
940 drm_client_for_each_modeset(modeset, &fb_helper->client) {
941 crtc = modeset->crtc;
974 drm_client_for_each_modeset(modeset, &fb_helper->client) {
975 crtc = modeset->crtc;
1385 struct drm_mode_set *modeset;
1390 drm_client_for_each_modeset(modeset, client) {
1391 modeset->x = var->xoffset;
1392 modeset->y = var->yoffset;
1394 if (modeset->num_connectors) {
1395 ret = drm_mode_set_config_internal(modeset);
1781 struct drm_mode_set *modeset;
1784 drm_client_for_each_modeset(modeset, client) {
1785 if (!modeset->num_connectors)
1788 modeset->fb = fb_helper->fb;
1790 if (drm_client_rotation(modeset, &rotation))
1907 * a full modeset to setup the fbdev console. Due to locking misdesign in the
1908 * VT/fbdev subsystem that entire modeset sequence has to be done while holding
1913 * or in the drm core modeset code will also never show up.
1921 * first modeset from userspace will crash in the same way, and is even easier
1951 * modeset configuration. Must be run from process context (which usually means