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

  /src/sys/arch/sparc64/dev/
ffbvar.h 71 int sc_accel, sc_needredraw; member in struct:ffb_softc
  /src/sys/dev/pci/
unichromefb.c 121 int sc_accel; member in struct:unichromefb_softc
305 sc->sc_accel = 0;
308 sc->sc_accel = 1;
314 if (sc->sc_accel)
329 if (sc->sc_accel) {
408 sc->sc_accel = 0;
413 if (sc->sc_accel)
538 if (sc->sc_accel) {
gffb.c 90 int sc_locked, sc_accel, sc_mobile, sc_video, sc_bl_level; member in struct:gffb_softc
239 sc->sc_accel = true;
243 sc->sc_accel = false;
250 sc->sc_accel = true;
254 sc->sc_accel = false;
259 DPRINTF("%s accel %d arch %d\n", __func__, sc->sc_accel, sc->sc_arch);
386 if (sc->sc_accel) {
400 if (sc->sc_accel) {
413 if (sc->sc_accel)
436 if (sc->sc_accel)
    [all...]
veritefb.c 138 int sc_accel; /* VFB_ACCEL_* */ member in struct:veritefb_softc
489 sc->sc_accel = VFB_ACCEL_OFF;
1279 if (sc->sc_accel == VFB_ACCEL_ON ||
1280 (sc->sc_accel == VFB_ACCEL_OFF &&
1288 if (sc->sc_accel == VFB_ACCEL_ON) {
1292 sc->sc_accel = VFB_ACCEL_OFF;
1315 dd->vd_accel = sc->sc_accel;
1331 if (sc->sc_accel == VFB_ACCEL_ON) {
1710 if (sc->sc_accel == VFB_ACCEL_SW)
1713 sc->sc_accel = VFB_ACCEL_SW
    [all...]

Completed in 19 milliseconds