Home
last modified time | relevance | path

Searched refs:nouveau_getparam (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/nouveau/
Dnouveau-symbol-check36 nouveau_getparam
Dnouveau.c414 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_CHIPSET_ID, &v); in nouveau_device_new()
419 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_HAS_BO_USAGE, &v); in nouveau_device_new()
425 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_FB_SIZE, &v); in nouveau_device_new()
430 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_AGP_SIZE, &v); in nouveau_device_new()
521 nouveau_getparam(struct nouveau_device *dev, uint64_t param, uint64_t *value) in nouveau_getparam() function
Dnouveau.h78 int nouveau_getparam(struct nouveau_device *, uint64_t param, uint64_t *value);
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c160 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time); in nouveau_screen_init()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c717 nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value); in nv50_screen_create()