Lines Matching defs:modeset
116 * same time, drivers should initialize all modeset objects such as CRTCs,
918 struct drm_mode_set *modeset;
924 drm_client_for_each_modeset(modeset, &fb_helper->client) {
925 crtc = modeset->crtc;
1006 struct drm_mode_set *modeset;
1022 drm_client_for_each_modeset(modeset, &fb_helper->client) {
1023 crtc = modeset->crtc;
1051 drm_client_for_each_modeset(modeset, &fb_helper->client) {
1052 crtc = modeset->crtc;
1418 struct drm_mode_set *modeset;
1423 drm_client_for_each_modeset(modeset, client) {
1424 modeset->x = var->xoffset;
1425 modeset->y = var->yoffset;
1427 if (modeset->num_connectors) {
1428 ret = drm_mode_set_config_internal(modeset);
1735 struct drm_mode_set *modeset;
1738 drm_client_for_each_modeset(modeset, client) {
1739 if (!modeset->num_connectors)
1742 modeset->fb = fb_helper->fb;
1744 if (drm_client_rotation(modeset, &rotation))
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