.. |
Kconfig
|
6a108a14fa
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
|
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
|
7eae3efa13
nouveau: change the backlight parent device to the connector, not the PCI dev
|
14 年之前 |
nouveau_bios.c
|
a589e87fe7
drm/nouveau/vbios: parse more gpio tag bits from connector table
|
14 年之前 |
nouveau_bios.h
|
c7ca4d1b6b
drm/nouveau: make vbios parser runnable from an atomic context
|
14 年之前 |
nouveau_bo.c
|
34db18abd3
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
|
14 年之前 |
nouveau_calc.c
|
855a95e4fc
drm/nouveau: make the behaviour of get_pll_limits() consistent
|
14 年之前 |
nouveau_channel.c
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 年之前 |
nouveau_connector.c
|
7eae3efa13
nouveau: change the backlight parent device to the connector, not the PCI dev
|
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
|
2503c6fa3e
drm/nouveau: Fix pageflip event
|
14 年之前 |
nouveau_dma.c
|
38f1cff086
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
|
14 年之前 |
nouveau_dma.h
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 年之前 |
nouveau_dp.c
|
ea5f2786a0
drm/nouveau: silence some compiler warnings
|
14 年之前 |
nouveau_drv.c
|
8410ea3b95
drm: rework PCI/platform driver interface.
|
14 年之前 |
nouveau_drv.h
|
7eae3efa13
nouveau: change the backlight parent device to the connector, not the PCI dev
|
14 年之前 |
nouveau_encoder.h
|
fe224bb7e1
drm/nouveau: enable enhanced framing only if DP display supports it
|
14 年之前 |
nouveau_fb.h
|
45c4e0aae9
drm/nv50-nvc0: precalculate some fb state when creating them
|
14 年之前 |
nouveau_fbcon.c
|
6ba9a68317
drm/nouveau: pass domain rather than ttm flags to gem_new()
|
14 年之前 |
nouveau_fbcon.h
|
ddbaf79a8b
drm/nvc0: implement fbcon acceleration
|
14 年之前 |
nouveau_fence.c
|
bd35fe5a79
drm/nouveau: fix __nouveau_fence_wait performance
|
14 年之前 |
nouveau_gem.c
|
7fa0cba2b2
drm/nouveau: properly handle pushbuffer check failures
|
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
|
38f1cff086
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
|
14 年之前 |
nouveau_mm.c
|
ef1b287169
drm/nouveau: fix regression causing ttm to not be able to evict vram
|
14 年之前 |
nouveau_mm.h
|
d5f423947a
drm/nouveau: rename nouveau_vram to nouveau_mem
|
14 年之前 |
nouveau_notifier.c
|
38f1cff086
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
|
14 年之前 |
nouveau_object.c
|
cdccc70eff
drm/nv50-nvc0: initialise display sync channels
|
14 年之前 |
nouveau_perf.c
|
ca8e7c6ccd
drm/nouveau: parse voltage from perf 0x40 entires
|
14 年之前 |
nouveau_pm.c
|
317495b25e
drm/nouveau: fix suspend/resume on GPUs that don't have PM support
|
14 年之前 |
nouveau_pm.h
|
fade7ad56d
drm/nva3: split pm backend out from nv50
|
14 年之前 |
nouveau_ramht.c
|
961b6e686e
drm/nv50-nvc0: fix ramht entries for multiple evo channels
|
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
|
459ca7e528
drm/nv40: attempt to reserve just enough vram for all 32 channels
|
14 年之前 |
nouveau_state.c
|
7eae3efa13
nouveau: change the backlight parent device to the connector, not the PCI dev
|
14 年之前 |
nouveau_temp.c
|
f17811dfa7
drm/nouveau: use I2C_MODULE_PREFIX kernel define
|
14 年之前 |
nouveau_ttm.c
|
ba4420c224
drm: move ttm global code to core drm
|
15 年之前 |
nouveau_util.c
|
bb9b18a390
drm/nouveau: add nouveau_enum_find() util function
|
14 年之前 |
nouveau_util.h
|
bb9b18a390
drm/nouveau: add nouveau_enum_find() util function
|
14 年之前 |
nouveau_vm.c
|
b84f30e65c
drm/nvc0: remove vm hack forcing large/small pages to not share a PDE
|
14 年之前 |
nouveau_vm.h
|
8f7286f8e4
drm/nv50: support for compression
|
14 年之前 |
nouveau_volt.c
|
dc7339df11
drm/nouveau: fix thinko in volt 0x1x parsing
|
14 年之前 |
nv04_crtc.c
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
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
|
8788622147
drm/nv04-nv40: Fix NULL dereference when we fail to find an LVDS 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
|
6fdb383e81
drm/nv50: check for vm traps on every gr irq
|
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
|
b1f559ecdc
drm: Mark constant arrays of drm_display_mode const
|
14 年之前 |
nv17_tv.h
|
b1f559ecdc
drm: Mark constant arrays of drm_display_mode const
|
14 年之前 |
nv17_tv_modes.c
|
b1f559ecdc
drm: Mark constant arrays of drm_display_mode const
|
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
|
7948758d27
drm/nv40: implement support for on-chip PCIEGART
|
14 年之前 |
nv40_fifo.c
|
e457acaed4
drm/nouveau: create grctx on the fly on all chipsets
|
14 年之前 |
nv40_graph.c
|
1dc32671d8
drm/nv40: fix tiling-related setup for a number of chipsets
|
14 年之前 |
nv40_grctx.c
|
c693931d93
drm/nv40: make detection of 0x4097-ful chipsets available everywhere
|
14 年之前 |
nv40_mc.c
|
1380da4979
drm/nv40: initialise 0x17xx on all chipsets that have it
|
14 年之前 |
nv50_calc.c
|
2a56a0b913
drm/nva3: fix overflow in fixed point math used for pll calculation
|
14 年之前 |
nv50_crtc.c
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 年之前 |
nv50_cursor.c
|
59c0f5780f
drm/nv50-nvc0: rename disp->evo to disp->master
|
14 年之前 |
nv50_dac.c
|
59c0f5780f
drm/nv50-nvc0: rename disp->evo to disp->master
|
14 年之前 |
nv50_display.c
|
cdccc70eff
drm/nv50-nvc0: initialise display sync channels
|
14 年之前 |
nv50_display.h
|
cdccc70eff
drm/nv50-nvc0: initialise display sync channels
|
14 年之前 |
nv50_evo.c
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 年之前 |
nv50_evo.h
|
cdccc70eff
drm/nv50-nvc0: initialise display sync channels
|
14 年之前 |
nv50_fb.c
|
6fdb383e81
drm/nv50: check for vm traps on every gr irq
|
14 年之前 |
nv50_fbcon.c
|
147dc38e97
drm/nv50: add missing license header to nv50_fbcon.c
|
14 年之前 |
nv50_fifo.c
|
ec23802d61
drm/nv50: drop explicit yields in favour of smaller PFIFO timeslice
|
14 年之前 |
nv50_gpio.c
|
d82f8e6c80
drm/nouveau: use system_wq instead of dev_priv->wq
|
14 年之前 |
nv50_graph.c
|
6fdb383e81
drm/nv50: check for vm traps on every gr irq
|
14 年之前 |
nv50_grctx.c
|
e69b441882
drm/nv50: demagic grctx, and add NVAF support
|
14 年之前 |
nv50_instmem.c
|
38f1cff086
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
|
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
|
59c0f5780f
drm/nv50-nvc0: rename disp->evo to disp->master
|
14 年之前 |
nv50_vm.c
|
38f1cff086
Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-next
|
14 年之前 |
nv50_vram.c
|
8f7286f8e4
drm/nv50: support for compression
|
14 年之前 |
nv84_crypt.c
|
6fdb383e81
drm/nv50: check for vm traps on every gr irq
|
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
|
d550c41e4f
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
|
14 年之前 |
nvc0_graph.c
|
bd2f2037a4
drm/nvc0: support for sw methods + enable page flipping
|
14 年之前 |
nvc0_graph.h
|
b1cd916ab9
drm/nvc0: kill off a couple more magics
|
14 年之前 |
nvc0_grctx.c
|
5d07929808
drm/nvc0/grctx: correct an off-by-one
|
14 年之前 |
nvc0_instmem.c
|
31a5b8ce8f
drm/nouveau: don't munge in drm_mm internals
|
14 年之前 |
nvc0_vm.c
|
8f7286f8e4
drm/nv50: support for compression
|
14 年之前 |
nvc0_vram.c
|
8f7286f8e4
drm/nv50: support for compression
|
14 年之前 |
nvreg.h
|
63f7fcfebd
drm/nv04: Make CRTC base changes effective in the next hsync.
|
14 年之前 |