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

  /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_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...]
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) {
  /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/drm2/dist/drm/i915/
i915_params.h 49 param(int, modeset, -1) \
i915_params.c 48 i915_param_named(modeset, int, 0400,
123 "Force a modeset during gpu reset for testing (default:false). "
i915_pci.c 1057 * either the i915.modeset prarameter or by the
1061 if (i915_modparams.modeset == 0)
1064 if (vgacon_text_force() && i915_modparams.modeset == -1)
intel_pm.c 3946 * modeset request, then there's no need to recalculate;
3949 * that changes the active CRTC list or do modeset would need to
3952 if (!intel_state->active_pipe_changes && !intel_state->modeset) {
5429 * we're doing a modeset; make sure this field is always
5433 if (!state->modeset)
5438 * If the modeset changes which CRTC's are active, we need to
5450 if (state->active_pipe_changes || state->modeset) {
5498 * Force a full wm update for every plane on modeset.
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vbox_drv.c 30 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
31 module_param_named(modeset, vbox_modeset, int, 0400);
  /src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_drv.c 48 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
49 module_param_named(modeset, virtio_gpu_modeset, int, 0400);
  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.c 47 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
48 module_param_named(modeset, ast_modeset, int, 0400);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.c 62 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
63 module_param_named(modeset, qxl_modeset, int, 0400);
  /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/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/radeon/
radeon_drv.c 225 MODULE_PARM_DESC(modeset, "Disable/Enable modesetting");
226 module_param_named(modeset, radeon_modeset, int, 0400);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.c 27 * DOC: atomic modeset support
30 * dispatch required by the atomic modeset infrastructure.
147 * up in a modeset.
185 * intel_connector_needs_modeset - check if connector needs a modeset
508 state->dpll_set = state->modeset = false;
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...]
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 */
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 93 MODULE_PARM_DESC(modeset, "enable driver (default: auto, "
96 module_param_named(modeset, nouveau_modeset, int, 0400);
1301 DRM_DEBUG_DRIVER("... modeset : %d\n", nouveau_modeset);
  /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...]

Completed in 44 milliseconds