Searched refs:nouveau_getparam (Results 1 - 6 of 6) sorted by relevance
/third_party/libdrm/nouveau/ |
H A D | nouveau.c | 424 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 D | nouveau.h | 78 int nouveau_getparam(struct nouveau_device *, uint64_t param, uint64_t *value);
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.c | 313 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time); in nouveau_screen_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_screen.c | 426 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 D | nv30_screen.c | 268 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 D | nvc0_screen.c | 447 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