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