Home | History | Annotate | Download | only in drm

Lines Matching defs:modeset

130  * same time, drivers should initialize all modeset objects such as CRTCs,
955 struct drm_mode_set *modeset;
961 drm_client_for_each_modeset(modeset, &fb_helper->client) {
962 crtc = modeset->crtc;
1038 struct drm_mode_set *modeset;
1054 drm_client_for_each_modeset(modeset, &fb_helper->client) {
1055 crtc = modeset->crtc;
1083 drm_client_for_each_modeset(modeset, &fb_helper->client) {
1084 crtc = modeset->crtc;
1428 struct drm_mode_set *modeset;
1433 drm_client_for_each_modeset(modeset, client) {
1434 modeset->x = var->xoffset;
1435 modeset->y = var->yoffset;
1437 if (modeset->num_connectors) {
1438 ret = drm_mode_set_config_internal(modeset);
1751 struct drm_mode_set *modeset;
1754 drm_client_for_each_modeset(modeset, client) {
1755 if (!modeset->num_connectors)
1758 modeset->fb = fb_helper->fb;
1760 if (drm_client_rotation(modeset, &rotation))
1891 * a full modeset to setup the fbdev console. Due to locking misdesign in the
1892 * VT/fbdev subsystem that entire modeset sequence has to be done while holding
1897 * or in the drm core modeset code will also never show up.
1905 * first modeset from userspace will crash in the same way, and is even easier
1935 * modeset configuration. Must be run from process context (which usually means