Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
Dnouveau-symbols.txt25 nouveau_getparam
Dnouveau.c424 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_CHIPSET_ID, &v); in nouveau_device_new()
429 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_HAS_BO_USAGE, &v); in nouveau_device_new()
435 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_FB_SIZE, &v); in nouveau_device_new()
440 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_AGP_SIZE, &v); in nouveau_device_new()
531 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);
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c313 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time); in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c426 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nv50_screen_get_param()
1152 nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value); in nv50_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c447 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nvc0_screen_get_param()
1342 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value); in nvc0_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c268 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nv30_screen_get_param()