Searched refs:nouveau_getparam (Results 1 – 8 of 8) sorted by relevance
/external/libdrm/nouveau/ |
D | nouveau-symbol-check | 36 nouveau_getparam
|
D | nouveau.c | 410 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_CHIPSET_ID, &v); in nouveau_device_new() 415 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_HAS_BO_USAGE, &v); in nouveau_device_new() 421 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_FB_SIZE, &v); in nouveau_device_new() 426 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_AGP_SIZE, &v); in nouveau_device_new() 517 nouveau_getparam(struct nouveau_device *dev, uint64_t param, uint64_t *value) in nouveau_getparam() function
|
D | nouveau.h | 78 int nouveau_getparam(struct nouveau_device *, uint64_t param, uint64_t *value);
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_screen.c | 229 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_PTIMER_TIME, &time); in nouveau_screen_init()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_screen.c | 172 if (nouveau_getparam(screen->device, in nouveau_query_renderer_integer()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 287 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nv50_screen_get_param() 985 nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value); in nv50_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 316 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nvc0_screen_get_param() 1081 ret = nouveau_getparam(dev, NOUVEAU_GETPARAM_GRAPH_UNITS, &value); in nvc0_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 235 if (nouveau_getparam(dev, NOUVEAU_GETPARAM_PCI_DEVICE, &device_id)) { in nv30_screen_get_param()
|