Home
last modified time | relevance | path

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

/third_party/libdrm/nouveau/
H A 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
H A Dnouveau.h78 int nouveau_getparam(struct nouveau_device *, uint64_t param, uint64_t *value);
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.c313 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time); in nouveau_screen_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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/nv30/
H A Dnv30_screen.c268 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nv30_screen_get_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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()

Completed in 7 milliseconds