Dave Airlie 7ad7f87b87 Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-next 14 年之前
..
Kconfig c42988012a drm/nouveau: Only select ACPI_VIDEO if its dependencies are met 14 年之前
Makefile ddbaf79a8b drm/nvc0: implement fbcon acceleration 14 年之前
nouveau_acpi.c d1fbd923da nouveau/acpi: improve detection of what is IGD and what is DIS. 14 年之前
nouveau_backlight.c 5bead799d3 drm/nouveau: don't expose backlight control when available through ACPI 14 年之前
nouveau_bios.c 2e5702aff3 drm/nouveau: fabricate DCB encoder table for iMac G4 14 年之前
nouveau_bios.h 4709bff02a drm/nouveau: make bios code easier to use externally 14 年之前
nouveau_bo.c 183720b8af drm/nvc0: accelerate ttm buffer moves 14 年之前
nouveau_calc.c 855a95e4fc drm/nouveau: make the behaviour of get_pll_limits() consistent 14 年之前
nouveau_channel.c e457acaed4 drm/nouveau: create grctx on the fly on all chipsets 14 年之前
nouveau_connector.c fce2bad0ee drm/nv50: rework PGPIO IRQ handling and hotplug detection 14 年之前
nouveau_connector.h 01db363979 drm/nouveau: Use "force" to decide if analog load detection is ok or not. 14 年之前
nouveau_crtc.h b334f2b3b6 drm/nouveau: allow cursor image and position to survive suspend 15 年之前
nouveau_debugfs.c 5f7d42ece3 drm/nouveau: add debugfs file to forcibly evict everything from vram 14 年之前
nouveau_display.c 332b242f47 drm/nouveau: Implement the pageflip ioctl. 14 年之前
nouveau_dma.c 96545299d7 drm/nvc0: fix channel dma init paths 14 年之前
nouveau_dma.h 6d86951a45 drm/nvc0: initial support for tiled buffer objects 14 年之前
nouveau_dp.c fce2bad0ee drm/nv50: rework PGPIO IRQ handling and hotplug detection 14 年之前
nouveau_drv.c 5bcf719b7d drm/switcheroo: track state of switch in drivers. 14 年之前
nouveau_drv.h 7ad7f87b87 Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into drm-core-next 14 年之前
nouveau_encoder.h fe224bb7e1 drm/nouveau: enable enhanced framing only if DP display supports it 14 年之前
nouveau_fb.h 386516744b drm/fb: fix fbdev object model + cleanup properly. 15 年之前
nouveau_fbcon.c dfe63bb0ad drm: Update fbdev fb_fix_screeninfo 14 年之前
nouveau_fbcon.h ddbaf79a8b drm/nvc0: implement fbcon acceleration 14 年之前
nouveau_fence.c 2a55c9a7ff drm/nvc0: reserve only subc 0 for kernel use 14 年之前
nouveau_gem.c 60d2a88ae8 drm/nouveau: kick vram functions out into an "engine" 14 年之前
nouveau_grctx.h b3beb167af drm/nouveau: modify object accessors, offset in bytes rather than dwords 14 年之前
nouveau_hw.c 12fb952507 drm/nouveau: introduce a util function to wait on reg != val 14 年之前
nouveau_hw.h 5794b5fdb5 drm/nv04: Fix scanout over the 16MB mark. 14 年之前
nouveau_i2c.c c1b60ece91 drm/nouveau: Fix a few confusions between "chipset" and "card_type". 14 年之前
nouveau_i2c.h c48c43e422 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 14 年之前
nouveau_ioc32.c ed8b670409 drm: convert drm_ioctl to unlocked_ioctl 15 年之前
nouveau_irq.c 274fec93cd drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files 14 年之前
nouveau_mem.c 8984e04615 drm/nvc0: initial vm implementation, use for bar1/bar3 management 14 年之前
nouveau_mm.c 573a2a37e8 drm/nv50: implement custom vram mm 14 年之前
nouveau_mm.h 8984e04615 drm/nvc0: initial vm implementation, use for bar1/bar3 management 14 年之前
nouveau_notifier.c 587107b690 drm/nvc0: reject the notifier_alloc ioctl 14 年之前
nouveau_object.c e457acaed4 drm/nouveau: create grctx on the fly on all chipsets 14 年之前
nouveau_perf.c ca8e7c6ccd drm/nouveau: parse voltage from perf 0x40 entires 14 年之前
nouveau_pm.c 07cfe0e7a8 drm/nouveau: fix hwmon device binding 14 年之前
nouveau_pm.h fade7ad56d drm/nva3: split pm backend out from nv50 14 年之前
nouveau_ramht.c ca130c2267 drm/nv04-nv40: Give "gpuobj->cinst" the same meaning as on nv50. 14 年之前
nouveau_ramht.h 18a16a768c drm/nouveau: return error from nouveau_ramht_remove() if not found 14 年之前
nouveau_reg.h 7f4a195fcb drm/nouveau: tidy up and extend dma object creation interfaces 14 年之前
nouveau_sgdma.c fd70b6cd78 drm/nv04-nv40: Fix up PCI(E) GART DMA object bus address calculation. 14 年之前
nouveau_state.c 5bcf719b7d drm/switcheroo: track state of switch in drivers. 14 年之前
nouveau_temp.c c1b60ece91 drm/nouveau: Fix a few confusions between "chipset" and "card_type". 14 年之前
nouveau_ttm.c ba4420c224 drm: move ttm global code to core drm 15 年之前
nouveau_util.c 8cbe71a6e7 drm/nouveau: move bitfield/enum helpers to nouveau_util.c 14 年之前
nouveau_util.h 8cbe71a6e7 drm/nouveau: move bitfield/enum helpers to nouveau_util.c 14 年之前
nouveau_vm.c 4c74eb7ff2 drm/nvc0: import initial vm backend 14 年之前
nouveau_vm.h 4c74eb7ff2 drm/nvc0: import initial vm backend 14 年之前
nouveau_volt.c dc7339df11 drm/nouveau: fix thinko in volt 0x1x parsing 14 年之前
nv04_crtc.c 1c180fa5bd drm/nouveau: Call drm_vblank_pre/post_modeset() around mode setting. 14 年之前
nv04_cursor.c b334f2b3b6 drm/nouveau: allow cursor image and position to survive suspend 15 年之前
nv04_dac.c 12fb952507 drm/nouveau: introduce a util function to wait on reg != val 14 年之前
nv04_dfp.c 327ceae664 drm/nv04-nv40: Fall back to panel rescaling if we have no usable native mode. 14 年之前
nv04_display.c e4cbadcaaa drm/nv04-nv40: unregister irq handler on destroy 14 年之前
nv04_fb.c 6ee738610f drm/nouveau: Add DRM driver for NVIDIA GPUs 15 年之前
nv04_fbcon.c ceac30999d drm/nouveau: implicitly insert non-DMA objects into RAMHT 14 年之前
nv04_fifo.c d908175cca drm/nouveau: make fifo.create_context() responsible for mapping control regs 14 年之前
nv04_graph.c 38cf189fa1 drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch. 14 年之前
nv04_instmem.c e41115d0ad drm/nouveau: rework gpu-specific instmem interfaces 14 年之前
nv04_mc.c 112d20ad5c drm/nouveau: Disable PROM access on init. 15 年之前
nv04_pm.c 63d6fd3288 drm/nv10-nv20: Fix instability after MPLL changes. 14 年之前
nv04_timer.c 6ee738610f drm/nouveau: Add DRM driver for NVIDIA GPUs 15 年之前
nv04_tv.c cd2fb2e9e0 drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD. 14 年之前
nv10_fb.c 87a326a385 drm/nv20: Add Z compression support. 14 年之前
nv10_fifo.c d908175cca drm/nouveau: make fifo.create_context() responsible for mapping control regs 14 年之前
nv10_gpio.c ee2e013131 drm/nouveau: introduce gpio engine 15 年之前
nv10_graph.c 38cf189fa1 drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch. 14 年之前
nv17_tv.c cd2fb2e9e0 drm/nv0x-nv4x: Leave the 0x40 bit untouched when changing CRE_LCD. 14 年之前
nv17_tv.h f243423759 drm/nouveau: Break some long lines in the TV-out code. 14 年之前
nv17_tv_modes.c f243423759 drm/nouveau: Break some long lines in the TV-out code. 14 年之前
nv20_graph.c 274fec93cd drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files 14 年之前
nv30_fb.c a5cf68b04b drm/nouveau: Rework tile region handling. 14 年之前
nv40_fb.c a5cf68b04b drm/nouveau: Rework tile region handling. 14 年之前
nv40_fifo.c e457acaed4 drm/nouveau: create grctx on the fly on all chipsets 14 年之前
nv40_graph.c e457acaed4 drm/nouveau: create grctx on the fly on all chipsets 14 年之前
nv40_grctx.c b3beb167af drm/nouveau: modify object accessors, offset in bytes rather than dwords 14 年之前
nv40_mc.c 3c7066bca9 drm/nouveau: Add some PFB register defines. 15 年之前
nv50_calc.c 2a56a0b913 drm/nva3: fix overflow in fixed point math used for pll calculation 14 年之前
nv50_crtc.c 6d86951a45 drm/nvc0: initial support for tiled buffer objects 14 年之前
nv50_cursor.c 4b5c152a79 drm/nouveau: Remove implicit argument from nv_wait(). 14 年之前
nv50_dac.c 4b5c152a79 drm/nouveau: Remove implicit argument from nv_wait(). 14 年之前
nv50_display.c fce2bad0ee drm/nv50: rework PGPIO IRQ handling and hotplug detection 14 年之前
nv50_display.h fce2bad0ee drm/nv50: rework PGPIO IRQ handling and hotplug detection 14 年之前
nv50_evo.c 6d86951a45 drm/nvc0: initial support for tiled buffer objects 14 年之前
nv50_evo.h b7bc613a4c drm/nv50: move evo handling to nv50_evo.c 14 年之前
nv50_fb.c 9fea1bcbff drm/nv50: fix 0x100c90 init for NVAF 14 年之前
nv50_fbcon.c 147dc38e97 drm/nv50: add missing license header to nv50_fbcon.c 14 年之前
nv50_fifo.c a11c3198c9 drm/nv50: import new vm code 14 年之前
nv50_gpio.c fce2bad0ee drm/nv50: rework PGPIO IRQ handling and hotplug detection 14 年之前
nv50_graph.c 6effe39364 drm/nv50: sync up gr data error names with rnn, use for nvc0 also 14 年之前
nv50_grctx.c e69b441882 drm/nv50: demagic grctx, and add NVAF support 14 年之前
nv50_instmem.c 3ee0128140 drm/nouveau: modify vm to accomodate dual page tables for nvc0 14 年之前
nv50_mc.c 6ee738610f drm/nouveau: Add DRM driver for NVIDIA GPUs 15 年之前
nv50_pm.c fade7ad56d drm/nva3: split pm backend out from nv50 14 年之前
nv50_sor.c 4b5c152a79 drm/nouveau: Remove implicit argument from nv_wait(). 14 年之前
nv50_vm.c 3ee0128140 drm/nouveau: modify vm to accomodate dual page tables for nvc0 14 年之前
nv50_vram.c d095e23206 drm/nouveau: sizeof() vs ARRAY_SIZE() 14 年之前
nv84_crypt.c 4c13614298 drm/nv50: implement global channel address space on new VM code 14 年之前
nva3_pm.c fade7ad56d drm/nva3: split pm backend out from nv50 14 年之前
nvc0_fb.c 4b223eefe4 drm/nvc0: starting point for GF100 support, everything stubbed 15 年之前
nvc0_fbcon.c 93d0cd7b9e drm/nvc0: nuke left-over debug messages 14 年之前
nvc0_fifo.c ec9c0883ea drm/nvc0/pfifo: support for chipsets with only one PSUBFIFO (0xc1) 14 年之前
nvc0_graph.c eeb9cc015f drm/nvc0: fix init without firmware present 14 年之前
nvc0_graph.h b1cd916ab9 drm/nvc0: kill off a couple more magics 14 年之前
nvc0_grctx.c 47a44d27ca drm/nvc0/pgraph: fix 0x406028/0x405870 init 14 年之前
nvc0_instmem.c 99805566d9 drm/nvc0: create shared channel vm 14 年之前
nvc0_vm.c 4c74eb7ff2 drm/nvc0: import initial vm backend 14 年之前
nvc0_vram.c 6d86951a45 drm/nvc0: initial support for tiled buffer objects 14 年之前
nvreg.h 63f7fcfebd drm/nv04: Make CRTC base changes effective in the next hsync. 14 年之前