Home
last modified time | relevance | path

Searched refs:nvkm_device (Results 1 – 63 of 63) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dpriv.h7 int nv04_identify(struct nvkm_device *);
8 int nv10_identify(struct nvkm_device *);
9 int nv20_identify(struct nvkm_device *);
10 int nv30_identify(struct nvkm_device *);
11 int nv40_identify(struct nvkm_device *);
12 int nv50_identify(struct nvkm_device *);
13 int gf100_identify(struct nvkm_device *);
14 int gk104_identify(struct nvkm_device *);
15 int gm100_identify(struct nvkm_device *);
Dacpi.h4 struct nvkm_device;
6 int nvkm_acpi_init(struct nvkm_device *);
7 int nvkm_acpi_fini(struct nvkm_device *, bool);
Dacpi.c32 struct nvkm_device *device = in nvkm_acpi_ntfy()
44 nvkm_acpi_fini(struct nvkm_device *device, bool suspend) in nvkm_acpi_fini()
53 nvkm_acpi_init(struct nvkm_device *device) in nvkm_acpi_init()
Dbase.c41 struct nvkm_device *
44 struct nvkm_device *device, *match = NULL; in nvkm_device_find()
59 struct nvkm_device *device; in nvkm_device_list()
82 struct nvkm_device *device = nv_device(object); in nvkm_devobj_info()
203 struct nvkm_device *device = nv_device(object); in nvkm_devobj_map()
290 struct nvkm_device *device;
514 struct nvkm_device *
560 struct nvkm_device *device = (void *)object;
593 struct nvkm_device *device = (void *)object;
630 struct nvkm_device *device = (void *)object;
[all …]
Dnv04.c44 nv04_identify(struct nvkm_device *device) in nv04_identify()
Dnv20.c46 nv20_identify(struct nvkm_device *device) in nv20_identify()
Dnv30.c46 nv30_identify(struct nvkm_device *device) in nv30_identify()
Dgm100.c59 gm100_identify(struct nvkm_device *device) in gm100_identify()
Dnv10.c45 nv10_identify(struct nvkm_device *device) in nv10_identify()
Dgk104.c59 gk104_identify(struct nvkm_device *device) in gk104_identify()
Dgf100.c59 gf100_identify(struct nvkm_device *device) in gf100_identify()
Dnv40.c50 nv40_identify(struct nvkm_device *device) in nv40_identify()
Dnv50.c61 nv50_identify(struct nvkm_device *device) in nv50_identify()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h6 struct nvkm_device { struct
46 struct nvkm_device *nvkm_device_find(u64 name); argument
49 struct nvkm_device *nv_device(void *obj);
54 struct nvkm_device *device = nv_device(object); in nv_device_match()
61 nv_device_is_pci(struct nvkm_device *device) in nv_device_is_pci()
67 nv_device_is_cpu_coherent(struct nvkm_device *device) in nv_device_is_cpu_coherent()
73 nv_device_base(struct nvkm_device *device) in nv_device_base()
80 nv_device_resource_start(struct nvkm_device *device, unsigned int bar);
83 nv_device_resource_len(struct nvkm_device *device, unsigned int bar);
86 nv_device_get_irq(struct nvkm_device *device, bool stall);
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.h4 struct nvkm_device;
7 int nv50_grctx_init(struct nvkm_device *, u32 *size);
8 void nv50_grctx_fill(struct nvkm_device *, struct nvkm_gpuobj *);
Dnv40.h14 struct nvkm_device *device = nv_device(priv); in nv44_gr_class()
22 int nv40_grctx_init(struct nvkm_device *, u32 *size);
23 void nv40_grctx_fill(struct nvkm_device *, struct nvkm_gpuobj *);
Dctxnv40.c121 nv40_gr_vs_count(struct nvkm_device *device) in nv40_gr_vs_count()
162 struct nvkm_device *device = ctx->device; in nv40_gr_construct_general()
268 struct nvkm_device *device = ctx->device; in nv40_gr_construct_state3d()
373 struct nvkm_device *device = ctx->device; in nv40_gr_construct_state3d_2()
552 struct nvkm_device *device = ctx->device; in nv40_gr_construct_shader()
662 nv40_grctx_fill(struct nvkm_device *device, struct nvkm_gpuobj *mem) in nv40_grctx_fill()
672 nv40_grctx_init(struct nvkm_device *device, u32 *size) in nv40_grctx_init()
Dctxnv50.c256 nv50_grctx_fill(struct nvkm_device *device, struct nvkm_gpuobj *mem) in nv50_grctx_fill()
266 nv50_grctx_init(struct nvkm_device *device, u32 *size) in nv50_grctx_init()
299 struct nvkm_device *device = ctx->device; in nv50_gr_construct_mmio()
796 struct nvkm_device *device = ctx->device; in nv50_gr_construct_mmio_ddata()
1189 struct nvkm_device *device = ctx->device; in nv50_gr_construct_xfer1()
1353 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_dispatch()
1409 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_m2mf()
1460 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_ccache()
1528 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_unk10xx()
1588 struct nvkm_device *device = ctx->device; in nv50_gr_construct_gene_unk34xx()
[all …]
Dctxnv40.h6 struct nvkm_device *device;
Dgf100.c1534 struct nvkm_device *device = nv_device(priv); in gf100_gr_ctor_fw()
1580 struct nvkm_device *device = nv_device(parent); in gf100_gr_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c31 struct nvkm_device *device = nv_device(obj); in nv_rdport()
56 struct nvkm_device *device = nv_device(obj); in nv_wrport()
140 struct nvkm_device *dev = nv_device(obj); in nv_lockvgac()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgf100.c72 struct nvkm_device *device = nv_device(object); in gf100_fb_dtor()
89 struct nvkm_device *device = nv_device(parent); in gf100_fb_ctor()
Dnv50.c148 struct nvkm_device *device = nv_device(subdev); in nv50_fb_intr()
246 struct nvkm_device *device = nv_device(parent); in nv50_fb_ctor()
273 struct nvkm_device *device = nv_device(object); in nv50_fb_dtor()
Dnv30.c69 struct nvkm_device *device = nv_device(priv); in calc_bias()
94 struct nvkm_device *device = nv_device(object); in nv30_fb_init()
Dramgt215.c163 struct nvkm_device *device = nv_device(pfb); in gt215_link_train()
860 struct nvkm_device *device = nv_device(pfb); in gt215_ram_prog()
Dramnv50.c205 struct nvkm_device *device = nv_device(pfb); in nv50_ram_prog()
Dramgf100.c407 struct nvkm_device *device = nv_device(pfb); in gf100_ram_prog()
Dramgk104.c1147 struct nvkm_device *device = nv_device(pfb); in gk104_ram_prog()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c103 struct nvkm_device *device = nv_device(object); in _nvkm_mc_dtor()
116 struct nvkm_device *device = nv_device(parent); in nvkm_mc_create_()
Dnv50.c49 struct nvkm_device *device = nv_device(pmc); in nv50_mc_msi_rearm()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h5 struct nvkm_device;
94 int nvkm_vm_new(struct nvkm_device *, u64 offset, u64 length, u64 mm_offset,
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_platform.h60 struct nvkm_device device;
Dnouveau_platform.c223 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_platform_remove()
Dnouveau_bo.c462 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_bo_sync_for_device()
482 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_bo_sync_for_cpu()
1470 struct nvkm_device *device; in nouveau_ttm_tt_populate()
1544 struct nvkm_device *device; in nouveau_ttm_tt_unpopulate()
Dnouveau_drm.c289 struct nvkm_device *device; in nouveau_drm_probe()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgf100.c85 struct nvkm_device *device = nv_device(&priv->base); in gf100_bar_ctor_vm()
138 struct nvkm_device *device = nv_device(parent); in gf100_bar_ctor()
Dbase.c41 struct nvkm_device *device = nv_device(parent); in nvkm_barobj_ctor()
Dnv50.c110 struct nvkm_device *device = nv_device(parent); in nv50_bar_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv20.c36 struct nvkm_device *device = nv_device(priv); in nv20_devinit_meminit()
Dfbmem.h49 fbmem_init(struct nvkm_device *dev) in fbmem_init()
Dbase.c81 struct nvkm_device *device = nv_device(parent); in nvkm_devinit_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dengine.c53 struct nvkm_device *device = nv_device(parent); in nvkm_engine_create_()
Dsubdev.c114 struct nvkm_device *device = nv_device(parent); in nvkm_subdev_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dbase.c82 struct nvkm_device *device = nv_device(mxm); in mxm_shadow_dsm()
229 struct nvkm_device *device = nv_device(parent); in nvkm_mxm_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dnv40.c52 struct nvkm_device *device = nv_device(parent); in nv40_instmem_ctor()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfanpwm.c89 struct nvkm_device *device = nv_device(therm); in nvkm_fanpwm_create()
Dnv40.c38 struct nvkm_device *device = nv_device(therm); in nv40_sensor_style()
Dbase.c164 struct nvkm_device *device = nv_device(therm); in nvkm_therm_fan_mode()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dnv41.c89 struct nvkm_device *device = nv_device(parent); in nv41_mmu_ctor()
Dnv44.c160 struct nvkm_device *device = nv_device(parent); in nv44_mmu_ctor()
Dbase.c392 nvkm_vm_new(struct nvkm_device *device, u64 offset, u64 length, u64 mm_offset, in nvkm_vm_new()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c409 nv04_fifo_cache_error(struct nvkm_device *device, in nv04_fifo_cache_error()
455 nv04_fifo_dma_pusher(struct nvkm_device *device, in nv04_fifo_dma_pusher()
503 struct nvkm_device *device = nv_device(subdev); in nv04_fifo_intr()
Dbase.c61 struct nvkm_device *device = nv_device(engine); in nvkm_fifo_channel_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/
Dbase.c67 struct nvkm_device *device = nv_device(parent); in nvkm_dmaobj_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c97 struct nvkm_device *device = nv_device(object); in _nvkm_xtensa_init()
Dfalcon.c73 struct nvkm_device *device = nv_device(object); in _nvkm_falcon_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddcb.c32 struct nvkm_device *device = nv_device(bios); in dcb_table()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/
Dnv04.c142 struct nvkm_device *device = nv_device(object); in nv04_timer_init()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dgf100.c150 struct nvkm_device *device = nv_device(clk); in gf100_clk_read()
Dgk104.c186 struct nvkm_device *device = nv_device(clk); in gk104_clk_read()
Dbase.c537 struct nvkm_device *device = nv_device(parent); in nvkm_clk_create_()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c111 struct nvkm_device *device = nv_device(object); in nvkm_perfctr_query()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c115 struct nvkm_device *device = nv_device(parent); in nvkm_i2c_port_create_()