Searched refs:eng (Results 1 – 13 of 13) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nvc0_pm.c | 167 struct nvc0_pm_clock eng[16]; member 326 if ((ret = calc_clk(dev, 0x00, &info->eng[0x00], perflvl->shader)) || in nvc0_pm_clocks_pre() 327 (ret = calc_clk(dev, 0x01, &info->eng[0x01], perflvl->rop)) || in nvc0_pm_clocks_pre() 328 (ret = calc_clk(dev, 0x02, &info->eng[0x02], perflvl->hub07)) || in nvc0_pm_clocks_pre() 329 (ret = calc_clk(dev, 0x07, &info->eng[0x07], perflvl->hub06)) || in nvc0_pm_clocks_pre() 330 (ret = calc_clk(dev, 0x08, &info->eng[0x08], perflvl->hub01)) || in nvc0_pm_clocks_pre() 331 (ret = calc_clk(dev, 0x09, &info->eng[0x09], perflvl->copy)) || in nvc0_pm_clocks_pre() 332 (ret = calc_clk(dev, 0x0c, &info->eng[0x0c], perflvl->daemon)) || in nvc0_pm_clocks_pre() 333 (ret = calc_clk(dev, 0x0e, &info->eng[0x0e], perflvl->vdec))) { in nvc0_pm_clocks_pre() 385 if (!info->eng[i].freq) in nvc0_pm_clocks_set() [all …]
|
D | nouveau_drv.c | 231 if (!dev_priv->eng[e]) in nouveau_pci_suspend() 234 ret = dev_priv->eng[e]->fini(dev, e, true); in nouveau_pci_suspend() 267 if (dev_priv->eng[e]) in nouveau_pci_suspend() 268 dev_priv->eng[e]->init(dev, e); in nouveau_pci_suspend() 323 if (dev_priv->eng[i]) in nouveau_pci_resume() 324 dev_priv->eng[i]->init(dev, i); in nouveau_pci_resume()
|
D | nouveau_state.c | 829 if (dev_priv->eng[e]) { in nouveau_card_init() 830 ret = dev_priv->eng[e]->init(dev, e); in nouveau_card_init() 857 if (dev_priv->eng[NVOBJ_ENGINE_GR]) { in nouveau_card_init() 889 if (!dev_priv->eng[e]) in nouveau_card_init() 891 dev_priv->eng[e]->fini(dev, e, false); in nouveau_card_init() 892 dev_priv->eng[e]->destroy(dev,e ); in nouveau_card_init() 941 if (dev_priv->eng[e]) { in nouveau_card_takedown() 942 dev_priv->eng[e]->fini(dev, e, false); in nouveau_card_takedown() 943 dev_priv->eng[e]->destroy(dev,e ); in nouveau_card_takedown()
|
D | nouveau_object.c | 630 struct nouveau_exec_engine *eng = dev_priv->eng[oc->engine]; in nouveau_gpuobj_gr_new() local 639 ret = eng->context_new(chan, oc->engine); in nouveau_gpuobj_gr_new() 644 return eng->object_new(chan, oc->engine, handle, class); in nouveau_gpuobj_gr_new()
|
D | nv50_vm.c | 164 dev_priv->eng[i]->tlb_flush(vm->dev, i); in nv50_vm_flush()
|
D | nouveau_channel.c | 301 dev_priv->eng[i]->context_del(chan, i); in nouveau_channel_put_unlocked() 413 if (!dev_priv->eng[NVOBJ_ENGINE_GR]) in nouveau_ioctl_fifo_alloc()
|
D | nouveau_drv.h | 726 struct nouveau_exec_engine *eng[NVOBJ_ENGINE_NR]; member 985 dev_priv->eng[NVOBJ_ENGINE_##e] = (p); \ 990 dev_priv->eng[NVOBJ_ENGINE_##e] = NULL; \ 1010 extern int nouveau_gpuobj_class_new(struct drm_device *, u32 class, u32 eng); 1732 return (void *)dev_priv->eng[engine]; in nv_engine()
|
D | nouveau_mem.c | 74 if (dev_priv->eng[j] && dev_priv->eng[j]->set_tile_region) in nv10_mem_update_tile_region() 75 dev_priv->eng[j]->set_tile_region(dev, i); in nv10_mem_update_tile_region()
|
/linux-3.4.99/drivers/leds/ |
D | leds-lp5521.c | 186 static int lp5521_load_program(struct lp5521_engine *eng, const u8 *pattern) in lp5521_load_program() argument 188 struct lp5521_chip *chip = engine_to_lp5521(eng); in lp5521_load_program() 195 ret = lp5521_set_engine_mode(eng, LP5521_CMD_DIRECT); in lp5521_load_program() 213 addr = LP5521_PROG_MEM_BASE + eng->prog_page * LP5521_PROG_MEM_SIZE; in lp5521_load_program()
|
/linux-3.4.99/Documentation/fb/ |
D | sh7760fb.txt | 50 (http://documentation.renesas.com/eng/products/mpumcu/e602291_sh7760.pdf)
|
/linux-3.4.99/crypto/ |
D | Kconfig | 656 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html> 674 <https://info.isl.ntt.co.jp/crypt/eng/camellia/index_s.html>
|
/linux-3.4.99/Documentation/laptops/ |
D | thinkpad-acpi.txt | 7 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
|
/linux-3.4.99/ |
D | MAINTAINERS | 6658 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
|