/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | priv.h | 7 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 *);
|
D | acpi.h | 4 struct nvkm_device; 6 int nvkm_acpi_init(struct nvkm_device *); 7 int nvkm_acpi_fini(struct nvkm_device *, bool);
|
D | acpi.c | 32 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()
|
D | base.c | 41 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 …]
|
D | nv04.c | 44 nv04_identify(struct nvkm_device *device) in nv04_identify()
|
D | nv20.c | 46 nv20_identify(struct nvkm_device *device) in nv20_identify()
|
D | nv30.c | 46 nv30_identify(struct nvkm_device *device) in nv30_identify()
|
D | gm100.c | 59 gm100_identify(struct nvkm_device *device) in gm100_identify()
|
D | nv10.c | 45 nv10_identify(struct nvkm_device *device) in nv10_identify()
|
D | gk104.c | 59 gk104_identify(struct nvkm_device *device) in gk104_identify()
|
D | gf100.c | 59 gf100_identify(struct nvkm_device *device) in gf100_identify()
|
D | nv40.c | 50 nv40_identify(struct nvkm_device *device) in nv40_identify()
|
D | nv50.c | 61 nv50_identify(struct nvkm_device *device) in nv50_identify()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 6 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/ |
D | nv50.h | 4 struct nvkm_device; 7 int nv50_grctx_init(struct nvkm_device *, u32 *size); 8 void nv50_grctx_fill(struct nvkm_device *, struct nvkm_gpuobj *);
|
D | nv40.h | 14 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 *);
|
D | ctxnv40.c | 121 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()
|
D | ctxnv50.c | 256 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 …]
|
D | ctxnv40.h | 6 struct nvkm_device *device;
|
D | gf100.c | 1534 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/ |
D | vga.c | 31 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/ |
D | gf100.c | 72 struct nvkm_device *device = nv_device(object); in gf100_fb_dtor() 89 struct nvkm_device *device = nv_device(parent); in gf100_fb_ctor()
|
D | nv50.c | 148 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()
|
D | nv30.c | 69 struct nvkm_device *device = nv_device(priv); in calc_bias() 94 struct nvkm_device *device = nv_device(object); in nv30_fb_init()
|
D | ramgt215.c | 163 struct nvkm_device *device = nv_device(pfb); in gt215_link_train() 860 struct nvkm_device *device = nv_device(pfb); in gt215_ram_prog()
|
D | ramnv50.c | 205 struct nvkm_device *device = nv_device(pfb); in nv50_ram_prog()
|
D | ramgf100.c | 407 struct nvkm_device *device = nv_device(pfb); in gf100_ram_prog()
|
D | ramgk104.c | 1147 struct nvkm_device *device = nv_device(pfb); in gk104_ram_prog()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 103 struct nvkm_device *device = nv_device(object); in _nvkm_mc_dtor() 116 struct nvkm_device *device = nv_device(parent); in nvkm_mc_create_()
|
D | nv50.c | 49 struct nvkm_device *device = nv_device(pmc); in nv50_mc_msi_rearm()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | mmu.h | 5 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/ |
D | nouveau_platform.h | 60 struct nvkm_device device;
|
D | nouveau_platform.c | 223 struct nvkm_device *device = nvxx_device(&drm->device); in nouveau_platform_remove()
|
D | nouveau_bo.c | 462 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()
|
D | nouveau_drm.c | 289 struct nvkm_device *device; in nouveau_drm_probe()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | gf100.c | 85 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()
|
D | base.c | 41 struct nvkm_device *device = nv_device(parent); in nvkm_barobj_ctor()
|
D | nv50.c | 110 struct nvkm_device *device = nv_device(parent); in nv50_bar_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv20.c | 36 struct nvkm_device *device = nv_device(priv); in nv20_devinit_meminit()
|
D | fbmem.h | 49 fbmem_init(struct nvkm_device *dev) in fbmem_init()
|
D | base.c | 81 struct nvkm_device *device = nv_device(parent); in nvkm_devinit_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | engine.c | 53 struct nvkm_device *device = nv_device(parent); in nvkm_engine_create_()
|
D | subdev.c | 114 struct nvkm_device *device = nv_device(parent); in nvkm_subdev_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 82 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/ |
D | nv40.c | 52 struct nvkm_device *device = nv_device(parent); in nv40_instmem_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | fanpwm.c | 89 struct nvkm_device *device = nv_device(therm); in nvkm_fanpwm_create()
|
D | nv40.c | 38 struct nvkm_device *device = nv_device(therm); in nv40_sensor_style()
|
D | base.c | 164 struct nvkm_device *device = nv_device(therm); in nvkm_therm_fan_mode()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv41.c | 89 struct nvkm_device *device = nv_device(parent); in nv41_mmu_ctor()
|
D | nv44.c | 160 struct nvkm_device *device = nv_device(parent); in nv44_mmu_ctor()
|
D | base.c | 392 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/ |
D | nv04.c | 409 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()
|
D | base.c | 61 struct nvkm_device *device = nv_device(engine); in nvkm_fifo_channel_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | base.c | 67 struct nvkm_device *device = nv_device(parent); in nvkm_dmaobj_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | xtensa.c | 97 struct nvkm_device *device = nv_device(object); in _nvkm_xtensa_init()
|
D | falcon.c | 73 struct nvkm_device *device = nv_device(object); in _nvkm_falcon_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 32 struct nvkm_device *device = nv_device(bios); in dcb_table()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
D | nv04.c | 142 struct nvkm_device *device = nv_device(object); in nv04_timer_init()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gf100.c | 150 struct nvkm_device *device = nv_device(clk); in gf100_clk_read()
|
D | gk104.c | 186 struct nvkm_device *device = nv_device(clk); in gk104_clk_read()
|
D | base.c | 537 struct nvkm_device *device = nv_device(parent); in nvkm_clk_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
D | base.c | 111 struct nvkm_device *device = nv_device(object); in nvkm_perfctr_query()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 115 struct nvkm_device *device = nv_device(parent); in nvkm_i2c_port_create_()
|