Searched refs:pin_refcnt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_bo.h46 int pin_refcnt; member in struct:nouveau_bo
H A Dnouveau_bo.c144 WARN_ON(nvbo->pin_refcnt > 0);
399 (nvbo->pin_refcnt ? TTM_PL_FLAG_NO_EVICT : 0);
433 if (nvbo->pin_refcnt) {
440 nvbo->pin_refcnt++;
451 nvbo->pin_refcnt++;
454 /* drop pin_refcnt temporarily, so we don't trip the assertion
458 nvbo->pin_refcnt--;
462 nvbo->pin_refcnt++;
493 ref = --nvbo->pin_refcnt;
1465 if (nvbo->pin_refcnt)
[all...]
H A Dnouveau_chan.c118 if (chan->push.buffer && chan->push.buffer->pin_refcnt)

Completed in 179 milliseconds