Lines Matching refs:modeset
104 * same time, drivers should initialize all modeset objects such as CRTCs,
851 struct drm_mode_set *modeset;
857 drm_client_for_each_modeset(modeset, &fb_helper->client) {
858 crtc = modeset->crtc;
939 struct drm_mode_set *modeset;
955 drm_client_for_each_modeset(modeset, &fb_helper->client) {
956 crtc = modeset->crtc;
989 drm_client_for_each_modeset(modeset, &fb_helper->client) {
990 crtc = modeset->crtc;
1402 struct drm_mode_set *modeset;
1407 drm_client_for_each_modeset(modeset, client) {
1408 modeset->x = var->xoffset;
1409 modeset->y = var->yoffset;
1411 if (modeset->num_connectors) {
1412 ret = drm_mode_set_config_internal(modeset);
1764 struct drm_mode_set *modeset;
1767 drm_client_for_each_modeset(modeset, client) {
1768 if (!modeset->num_connectors)
1771 modeset->fb = fb_helper->fb;
1773 if (drm_client_rotation(modeset, &rotation))
1887 * a full modeset to setup the fbdev console. Due to locking misdesign in the
1888 * VT/fbdev subsystem that entire modeset sequence has to be done while holding
1893 * or in the drm core modeset code will also never show up.
1901 * first modeset from userspace will crash in the same way, and is even easier
1931 * modeset configuration. Must be run from process context (which usually means