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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
page_track.c 178 if (unlikely(vgpu->failsafe)) {
mmio.c 114 if (vgpu->failsafe) {
186 if (vgpu->failsafe) {
vgpu.c 574 /* only reset the failsafe mode when dmlr reset */
575 vgpu->failsafe = false;
gvt.h 177 bool failsafe; member in struct:intel_vgpu
handlers.c 193 pr_err("Now vgpu %d will enter failsafe mode.\n", vgpu->id);
194 vgpu->failsafe = true;
208 * and we will let vgpu enter failsafe mode.
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c 359 const struct dp_rates *failsafe = NULL, *cfg; local
379 if (!failsafe ||
381 failsafe = cfg;
384 if (failsafe && cfg[1].rate < dataKBps)
388 if (WARN_ON(!failsafe))
402 failsafe->nr, failsafe->bw * 27);
404 for (cfg = nvkm_dp_rates; ret < 0 && cfg <= failsafe; cfg++) {
408 if (cfg != failsafe)
  /src/sys/dev/ic/
mlx.c 1451 int failsafe, i, cmd; local
1456 failsafe = 0;
1461 * Channels will always start again after the failsafe
1465 failsafe = ((mlx->mlx_pause.mp_howlong - time_second) + 5) / 30;
1467 if (failsafe > 0xf) {
1468 failsafe = 0xf;
1486 mlx_make_type2(mc, cmd, (failsafe << 4) | i, 0, 0,

Completed in 30 milliseconds