Searched refs:nouveau_getparam (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libdrm/dist/nouveau/
H A Dnouveau.c424 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_CHIPSET_ID, &v);
429 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_HAS_BO_USAGE, &v);
435 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_FB_SIZE, &v);
440 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_AGP_SIZE, &v);
531 nouveau_getparam(struct nouveau_device *dev, uint64_t param, uint64_t *value) function in typeref:typename:drm_public int
H A Dnouveau.h78 int nouveau_getparam(struct nouveau_device *, uint64_t param, uint64_t *value);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c238 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c172 if (nouveau_getparam(screen->device,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c173 if (nouveau_getparam(screen->device,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c314 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c329 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
1070 nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c401 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
1156 nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c261 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c268 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c363 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
1268 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_screen.c435 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) {
1328 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_driver.c1110 ret = nouveau_getparam(pNv->dev, NOUVEAU_GETPARAM_HAS_PAGEFLIP, &v);

Completed in 15 milliseconds