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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_abi16.h 45 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)
nouveau_gem.c 188 if (domain & NOUVEAU_GEM_DOMAIN_GART)
220 NOUVEAU_GEM_DOMAIN_GART;
243 rep->domain = NOUVEAU_GEM_DOMAIN_GART;
313 if (valid_domains & NOUVEAU_GEM_DOMAIN_GART)
320 else if ((domains & NOUVEAU_GEM_DOMAIN_GART) &&
467 (b->valid_domains & NOUVEAU_GEM_DOMAIN_GART))
473 if (b->valid_domains & NOUVEAU_GEM_DOMAIN_GART)
538 b->presumed.domain & NOUVEAU_GEM_DOMAIN_GART)))
542 b->presumed.domain = NOUVEAU_GEM_DOMAIN_GART;
671 if (b->presumed.domain == NOUVEAU_GEM_DOMAIN_GART)
    [all...]
nouveau_prime.c 85 nvbo->valid_domains = NOUVEAU_GEM_DOMAIN_GART;
nouveau_abi16.c 317 NOUVEAU_GEM_DOMAIN_GART;
322 init->pushbuf_domains = NOUVEAU_GEM_DOMAIN_GART;
333 ret = nouveau_gem_new(cli, PAGE_SIZE, 0, NOUVEAU_GEM_DOMAIN_GART,
nouveau_display.c 672 domain = NOUVEAU_GEM_DOMAIN_GART;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
nouveau_drm.h 40 #define NOUVEAU_GEM_DOMAIN_GART (1 << 2)

Completed in 14 milliseconds