HomeSort by relevance Sort by last modified time
    Searched refs:NOUVEAU_BO_PIN (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_bo.h 33 #define NOUVEAU_BO_PIN (1 << 5)
101 nouveau_bo_pin(struct nouveau_bo *, uint32_t flags);
nouveau_bo.c 63 if (nvbo->sysmem || nvbo->handle || (nvbo->flags & NOUVEAU_BO_PIN))
120 if (nvbo->handle || (nvbo->flags & NOUVEAU_BO_PIN))
195 /* Don't set NOUVEAU_BO_PIN here, or nouveau_bo_allocated() will
197 * call to nouveau_bo_pin() later will set this flag.
199 nvbo->flags = (flags & ~NOUVEAU_BO_PIN);
203 if (flags & NOUVEAU_BO_PIN) {
204 ret = nouveau_bo_pin((void *)nvbo, nvbo->flags);
483 nouveau_bo_pin(struct nouveau_bo *bo, uint32_t flags) function
521 nvbo->flags |= NOUVEAU_BO_PIN;

Completed in 173 milliseconds