linux-stable-rt/drivers/gpu/drm/nouveau
Ben Skeggs 5216782bf8 drm/nvc0: skip dma object creation for drm channel
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2010-12-21 17:17:31 +10:00
..
Kconfig
Makefile drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nouveau_acpi.c
nouveau_backlight.c
nouveau_bios.c drm/nouveau: fabricate DCB encoder table for iMac G4 2010-12-03 15:12:01 +10:00
nouveau_bios.h
nouveau_bo.c drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nouveau_calc.c
nouveau_channel.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nouveau_connector.c drm/nv50: rework PGPIO IRQ handling and hotplug detection 2010-12-03 15:11:45 +10:00
nouveau_connector.h
nouveau_crtc.h
nouveau_debugfs.c
nouveau_display.c drm/nouveau: Implement the pageflip ioctl. 2010-12-03 15:11:12 +10:00
nouveau_dma.c drm/nouveau: implicitly insert non-DMA objects into RAMHT 2010-12-08 03:00:35 +01:00
nouveau_dma.h
nouveau_dp.c drm/nv50: rework PGPIO IRQ handling and hotplug detection 2010-12-03 15:11:45 +10:00
nouveau_drv.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nouveau_drv.h drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nouveau_encoder.h
nouveau_fb.h
nouveau_fbcon.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nouveau_fbcon.h drm/nouveau: disallow fbcon accel if running in interrupt context 2010-12-03 15:04:20 +10:00
nouveau_fence.c drm/nouveau: Avoid potential race between nouveau_fence_update() and context takedown. 2010-12-08 03:01:02 +01:00
nouveau_gem.c drm/nouveau: kick vram functions out into an "engine" 2010-12-08 13:48:20 +10:00
nouveau_grctx.h
nouveau_hw.c drm/nouveau: introduce a util function to wait on reg != val 2010-12-08 03:00:36 +01:00
nouveau_hw.h
nouveau_i2c.c
nouveau_i2c.h
nouveau_ioc32.c
nouveau_irq.c drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files 2010-12-03 15:11:41 +10:00
nouveau_mem.c drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nouveau_mm.c drm/nv50: implement custom vram mm 2010-12-08 13:48:07 +10:00
nouveau_mm.h drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nouveau_notifier.c drm/nvc0: reject the notifier_alloc ioctl 2010-12-21 17:17:23 +10:00
nouveau_object.c drm/nvc0: implement channel structure initialisation 2010-12-21 17:17:28 +10:00
nouveau_perf.c
nouveau_pm.c drm/nouveau: hook up acpi power supply change tracking 2010-12-03 15:05:29 +10:00
nouveau_pm.h
nouveau_ramht.c drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50. 2010-12-08 03:00:09 +01:00
nouveau_ramht.h drm/nouveau: return error from nouveau_ramht_remove() if not found 2010-12-03 15:05:27 +10:00
nouveau_reg.h drm/nouveau: tidy up and extend dma object creation interfaces 2010-12-03 15:11:59 +10:00
nouveau_sgdma.c drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation. 2010-12-08 15:53:04 +10:00
nouveau_state.c drm/nvc0: skip dma object creation for drm channel 2010-12-21 17:17:31 +10:00
nouveau_temp.c
nouveau_ttm.c
nouveau_util.c drm/nouveau: move bitfield/enum helpers to nouveau_util.c 2010-12-03 15:11:36 +10:00
nouveau_util.h drm/nouveau: move bitfield/enum helpers to nouveau_util.c 2010-12-03 15:11:36 +10:00
nouveau_vm.c drm/nvc0: import initial vm backend 2010-12-21 17:17:09 +10:00
nouveau_vm.h drm/nvc0: import initial vm backend 2010-12-21 17:17:09 +10:00
nouveau_volt.c
nv04_crtc.c drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting. 2010-12-03 15:11:14 +10:00
nv04_cursor.c
nv04_dac.c drm/nouveau: introduce a util function to wait on reg != val 2010-12-08 03:00:36 +01:00
nv04_dfp.c
nv04_display.c drm/nv04-nv40: unregister irq handler on destroy 2010-12-03 15:11:43 +10:00
nv04_fb.c
nv04_fbcon.c drm/nouveau: implicitly insert non-DMA objects into RAMHT 2010-12-08 03:00:35 +01:00
nv04_fifo.c drm/nouveau: make fifo.create_context() responsible for mapping control regs 2010-12-08 03:00:34 +01:00
nv04_graph.c drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch. 2010-12-08 03:00:20 +01:00
nv04_instmem.c drm/nouveau: rework gpu-specific instmem interfaces 2010-12-03 15:11:48 +10:00
nv04_mc.c
nv04_pm.c
nv04_timer.c
nv04_tv.c
nv10_fb.c drm/nv20: Add Z compression support. 2010-12-03 15:11:21 +10:00
nv10_fifo.c drm/nouveau: make fifo.create_context() responsible for mapping control regs 2010-12-08 03:00:34 +01:00
nv10_gpio.c
nv10_graph.c drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch. 2010-12-08 03:00:20 +01:00
nv17_tv.c
nv17_tv.h
nv17_tv_modes.c
nv20_graph.c drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files 2010-12-03 15:11:41 +10:00
nv30_fb.c drm/nouveau: Rework tile region handling. 2010-12-03 15:11:20 +10:00
nv40_fb.c drm/nouveau: Rework tile region handling. 2010-12-03 15:11:20 +10:00
nv40_fifo.c drm/nouveau: make fifo.create_context() responsible for mapping control regs 2010-12-08 03:00:34 +01:00
nv40_graph.c drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files 2010-12-03 15:11:41 +10:00
nv40_grctx.c
nv40_mc.c
nv50_calc.c
nv50_crtc.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nv50_cursor.c
nv50_dac.c
nv50_display.c drm/nv50: rework PGPIO IRQ handling and hotplug detection 2010-12-03 15:11:45 +10:00
nv50_display.h drm/nv50: rework PGPIO IRQ handling and hotplug detection 2010-12-03 15:11:45 +10:00
nv50_evo.c drm/nv50: fix evo instmem alignment 2010-12-03 15:10:59 +10:00
nv50_evo.h drm/nv50: move evo handling to nv50_evo.c 2010-12-03 15:10:52 +10:00
nv50_fb.c drm/nv50: fix 0x100c90 init for NVAF 2010-12-03 15:11:52 +10:00
nv50_fbcon.c drm/nv50: add missing license header to nv50_fbcon.c 2010-12-21 06:14:37 +10:00
nv50_fifo.c drm/nv50: import new vm code 2010-12-08 13:48:10 +10:00
nv50_gpio.c drm/nv50: rework PGPIO IRQ handling and hotplug detection 2010-12-03 15:11:45 +10:00
nv50_graph.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nv50_grctx.c
nv50_instmem.c drm/nouveau: modify vm to accomodate dual page tables for nvc0 2010-12-21 17:17:01 +10:00
nv50_mc.c
nv50_pm.c
nv50_sor.c
nv50_vm.c drm/nouveau: modify vm to accomodate dual page tables for nvc0 2010-12-21 17:17:01 +10:00
nv50_vram.c drm/nouveau: sizeof() vs ARRAY_SIZE() 2010-12-21 11:53:32 +10:00
nv84_crypt.c drm/nv50: implement global channel address space on new VM code 2010-12-08 13:48:13 +10:00
nva3_pm.c
nvc0_fb.c
nvc0_fifo.c
nvc0_graph.c
nvc0_instmem.c drm/nvc0: create shared channel vm 2010-12-21 17:17:21 +10:00
nvc0_vm.c drm/nvc0: import initial vm backend 2010-12-21 17:17:09 +10:00
nvc0_vram.c drm/nvc0: initial vm implementation, use for bar1/bar3 management 2010-12-21 17:17:14 +10:00
nvreg.h drm/nv04: Make CRTC base changes effective in the next hsync. 2010-12-03 15:11:09 +10:00