| /src/bin/stty/ |
| modes.c | 176 modeset(const char *name, const struct modes *mp, function 208 if (modeset(name, cmodes, cspecialmodes, &ip->t.c_cflag)) 211 if (modeset(name, imodes, ispecialmodes, &ip->t.c_iflag)) 214 if (modeset(name, lmodes, lspecialmodes, &ip->t.c_lflag)) 217 if (modeset(name, omodes, ospecialmodes, &ip->t.c_oflag))
|
| /src/sbin/mount_tmpfs/ |
| mount_tmpfs.c | 139 int gidset, modeset, uidset; /* Ought to be 'bool'. */ local 157 modeset = 0; mode = 0; 169 modeset = 1; 221 args->ta_root_mode = modeset ? mode : sb.st_mode;
|
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drm_irq.c | 379 struct drm_modeset_ctl *modeset = data; local 389 crtc = modeset->crtc; 403 switch (modeset->cmd) { 405 DRM_DEBUG("pre-modeset\n"); 412 DRM_DEBUG("post-modeset\n");
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_wndw.c | 237 nv50_wndw_atomic_check_acquire(struct nv50_wndw *wndw, bool modeset, 248 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) { 342 * that do a modeset before providing a gamma table. 406 bool modeset = false; local 418 modeset = drm_atomic_crtc_needs_modeset(&asyh->state); 444 ret = nv50_wndw_atomic_check_acquire(wndw, modeset, 460 * when performing certain modeset operations. 462 if (!asyw->visible || modeset) {
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_client_modeset.c | 44 struct drm_mode_set *modeset; local 62 for (modeset = client->modesets; modeset->crtc; modeset++) { 63 modeset->connectors = kcalloc(max_connector_count, 64 sizeof(*modeset->connectors), GFP_KERNEL); 65 if (!modeset->connectors) 79 struct drm_mode_set *modeset; local 82 drm_client_for_each_modeset(modeset, client) { 83 drm_mode_destroy(client->dev, modeset->mode) 97 struct drm_mode_set *modeset; local 115 struct drm_mode_set *modeset; local 501 struct drm_mode_set *modeset; local 854 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); local 1158 struct drm_mode_set *modeset; local [all...] |
| drm_vblank.c | 195 * vblank counter value before and after a modeset 281 " due to pre-modeset.\n", pipe, diff); 627 * (taken from &drm_crtc_state.adjusted mode for atomic modeset drivers) to 1288 /* Will be reset by the modeset helpers when re-enabling the crtc by 1519 struct drm_modeset_ctl *modeset = data; local 1530 pipe = modeset->crtc; 1534 switch (modeset->cmd) {
|
| drm_fb_helper.c | 130 * same time, drivers should initialize all modeset objects such as CRTCs, 955 struct drm_mode_set *modeset; local 961 drm_client_for_each_modeset(modeset, &fb_helper->client) { 962 crtc = modeset->crtc; 1038 struct drm_mode_set *modeset; local 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; local 1751 struct drm_mode_set *modeset; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display_types.h | 397 * Transcoder attached to the connector could be changed at modeset. 484 bool dpll_set, modeset; member in struct:intel_atomic_state 490 * This mask should only be non-zero when intel_state->modeset is true, 823 bool update_pipe; /* can a fast modeset be performed? */ 1302 /* connector directly attached - won't be use for modeset in mst world */
|
| intel_display.c | 2276 * modeset will reject the change (which is highly unlikely as 4791 * current state. With fast modeset this may not result 4792 * in a modeset when the state is compatible. 4825 /* We have a modeset vs reset deadlock, defensively unbreak it. */ 4833 DRM_DEBUG_KMS("Modeset potentially stuck, unbreaking through wedging\n"); 6480 * If we're doing a modeset we don't need to do any 7591 /* Cross check the actual hw state with our own modeset state tracking (and it's 9815 * to the modeset sequence proper so that we can 13396 DRM_DEBUG_KMS("initial modeset and fastboot not set\n"); 13433 * require a full modeset on bootup to fix up 14830 bool modeset = needs_modeset(new_crtc_state); local 14861 bool modeset = needs_modeset(new_crtc_state); local 15053 bool modeset = needs_modeset(new_crtc_state); local 15383 bool modeset = needs_modeset(new_crtc_state); local [all...] |