HomeSort by: relevance | last modified time | path
    Searched defs:modeset (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/stty/
modes.c 176 modeset(const char *name, const struct modes *mp, function in typeref:typename:int
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 in function:mount_tmpfs_parseargs
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 in function:drm_modeset_ctl
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 in function:nv50_wndw_atomic_check
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 in function:drm_client_modeset_create
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 in function:drm_client_modeset_release
82 drm_client_for_each_modeset(modeset, client) {
83 drm_mode_destroy(client->dev, modeset->mode)
97 struct drm_mode_set *modeset; local in function:drm_client_modeset_free
115 struct drm_mode_set *modeset; local in function:drm_client_find_modeset
501 struct drm_mode_set *modeset; local in function:drm_client_pick_crtcs
854 struct drm_mode_set *modeset = drm_client_find_modeset(client, crtc); local in function:drm_client_modeset_probe
1158 struct drm_mode_set *modeset; local in function:drm_client_modeset_dpms_legacy
    [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 in function:drm_legacy_modeset_ctl_ioctl
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 in function:setcmap_legacy
961 drm_client_for_each_modeset(modeset, &fb_helper->client) {
962 crtc = modeset->crtc;
1038 struct drm_mode_set *modeset; local in function:setcmap_atomic
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 in function:pan_display_legacy
1751 struct drm_mode_set *modeset; local in function:drm_setup_crtcs_fb
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 4573 * Those settings have to be != 0 to get initial modeset
4745 * static metadata changes. Forcing the modeset also
4752 * modeset if we're entering or exiting HDR.
6709 * a modeset, or have active planes again.
6712 * Pass 1: For CRTCs going through modeset
6738 bool modeset = drm_atomic_crtc_needs_modeset(new_crtc_state); local in function:amdgpu_dm_enable_crtc_interrupts
6741 run_pass = (for_modeset && modeset) ||
6742 (!for_modeset && !modeset &&
6790 * a modeset, being disabled, or have no active planes.
7088 /* Enable interrupts for CRTCs going through a modeset. *
    [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 in function:commit_pipe_config
14861 bool modeset = needs_modeset(new_crtc_state); local in function:intel_update_crtc
15053 bool modeset = needs_modeset(new_crtc_state); local in function:intel_post_crtc_enable_updates
15383 bool modeset = needs_modeset(new_crtc_state); local in function:intel_atomic_commit_tail
    [all...]

Completed in 32 milliseconds