index
:
~darktama/nouveau
devel-events
devel-gk110
devel-gk208
devel-keplerpm
devel-mst
devel-olddisp
devel-pm
devel-wip
hack-gk106m
linux-3.10
linux-3.11
linux-3.12
linux-3.13
linux-3.14
linux-3.15
linux-3.16
linux-3.17
linux-3.18
linux-3.19
linux-3.20
linux-3.8
linux-3.9
linux-4.1
linux-4.2
linux-4.3
linux-4.4
master
Nouveau driver - core, tools and DRM implementation
darktama
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-25
nvif: modify nvif_unvers/nvif_unpack macros to be more obvious
HEAD
master
Ben Skeggs
46
-173
/
+188
2015-11-25
nvif: split out client interface definitions
Ben Skeggs
4
-13
/
+14
2015-11-25
nvif: split out device interface definitions
Ben Skeggs
6
-49
/
+50
2015-11-25
nvif: split out ctxdma interface definitions
Ben Skeggs
12
-75
/
+79
2015-11-25
nvif: split out perfmon interface definitions
Ben Skeggs
5
-77
/
+77
2015-11-25
nvif: split out device control interface definitions
Ben Skeggs
4
-49
/
+49
2015-11-25
nvif: split out fifo interface definitions
Ben Skeggs
23
-78
/
+132
2015-11-25
nvif: split out display interface definitions
Ben Skeggs
30
-222
/
+261
2015-11-25
nvif: split out nvsw interface definitons
Ben Skeggs
7
-22
/
+30
2015-11-25
nvif: split out fermi interface definitions
Ben Skeggs
3
-54
/
+53
2015-11-25
nvif: move internal class identifiers to class.h
Ben Skeggs
12
-33
/
+30
2015-11-25
gr/gm107-: make use of gpc_addr() macro for tpc ramchain setup
Ben Skeggs
2
-170
/
+167
2015-11-25
instmem/gk20a: use DMA API CPU mapping
Alexandre Courbot
2
-92
/
+62
2015-11-25
instmem/gk20a: fix race conditions
Alexandre Courbot
1
-29
/
+37
2015-11-25
gk20a: Add MODULE_FIRMWARE for gk20a
Nicolas Chauvet
1
-0
/
+11
2015-11-25
fifo/gk104: fix engine status register offset
Vince Hsu
1
-1
/
+1
2015-11-25
WIPce/gk104: attempt at better handling of LAUNCHERR
Ben Skeggs
1
-4
/
+50
2015-11-25
fifo/gf100: fix race condition when updating engine runlists
Ben Skeggs
3
-7
/
+26
2015-11-25
fifo/gk104: fix race condition when updating engine runlists
Ben Skeggs
3
-7
/
+26
2015-11-25
nvkm: add/remove 0's to make 7 (or 9)-nibble constants use 8 nibbles
Ilia Mirkin
3
-6
/
+6
2015-11-25
kms: no need to check for empty edid before drm_detect_hdmi_monitor
Ilia Mirkin
1
-1
/
+0
2015-11-25
core: fix return in error path of device probe
Alexandre Courbot
1
-1
/
+2
2015-11-25
kms: allow 225/297MHz pixel clocks for HDMI on Fermi/Kepler
Ilia Mirkin
1
-3
/
+21
2015-11-25
disp: activate dual link TMDS links only when possible
Hauke Mehrtens
3
-6
/
+13
2015-11-25
volt/pwm/gk104: fix an off-by-one resulting in the voltage not being set
linux-4.4
Martin Peres
1
-1
/
+1
2015-11-25
nvif: allow userspace access to its own client object
Ben Skeggs
2
-2
/
+7
2015-11-25
gr/gf100-: fix oops when calling zbc methods
Ben Skeggs
1
-2
/
+2
2015-11-25
gr/gf117-: assume no PPC if NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK is zero
Ben Skeggs
3
-0
/
+5
2015-11-25
gr/gf117-: read NV_PGRAPH_GPC_GPM_PD_PES_TPC_ID_MASK from correct GPC
Ben Skeggs
6
-897
/
+897
2015-11-25
gr/gf100-: split out per-gpc address calculation macro
Ben Skeggs
2
-47
/
+49
2015-11-25
bios: return actual size of the buffer retrieved via _ROM
Ben Skeggs
1
-0
/
+1
2015-11-25
instmem: protect instobj list with a spinlock
Ben Skeggs
2
-0
/
+6
2015-11-25
pci: enable c800 magic for some unknown Samsung laptop
Ben Skeggs
1
-1
/
+7
2015-11-25
pci: enable c800 magic for Clevo P157SM
Karol Herbst
1
-1
/
+7
2015-11-03
drm: bump patchlevel to indicate availability of abi16/nvif interop
Ben Skeggs
1
-1
/
+3
2015-11-03
abi16: implement limited interoperability with usif/nvif
Ben Skeggs
3
-2
/
+53
2015-11-03
abi16: introduce locked variant of nouveau_abi16_get()
Ben Skeggs
1
-5
/
+13
2015-11-03
abi16: remove unused argument from nouveau_abi16_get()
Ben Skeggs
3
-9
/
+8
2015-11-03
pci: enable c800 magic for Medion Erazer X7827
Ilia Mirkin
1
-0
/
+1
2015-11-03
pci: enable c800 magic for Lenovo Y510P
Ilia Mirkin
1
-1
/
+7
2015-11-03
pll/gk104: fix PLL instability due to bad configuration with gddr5
Karol Herbst
1
-23
/
+77
2015-11-03
clk/g84: Enable reclocking for GDDR3 G94-G200
Roy Spliet
1
-1
/
+1
2015-11-03
bus/hwsq: Implement VBLANK waiting heuristic
Roy Spliet
5
-2
/
+41
2015-11-03
fb/ramnv50: Script changes for G94 and up
Roy Spliet
1
-6
/
+30
2015-11-03
fb/ramnv50: Deal with cards without timing entries
Roy Spliet
3
-7
/
+50
2015-11-03
fb/ramnv50: Voltage GPIOs
Roy Spliet
2
-0
/
+42
2015-11-03
fb/ramgt215: Restructure r111100 calculation for DDR2
Roy Spliet
1
-30
/
+34
2015-11-03
fb/ramgt215: Change FBVDD/Q when BIOS asks for it
Roy Spliet
3
-0
/
+20
2015-11-03
fb/ramgt215: Transform GPIO ramfuc method from FBVREF-specific to generic
Roy Spliet
2
-24
/
+19
2015-11-03
bios/rammap: Identify DLLoff for >= GF100
Roy Spliet
5
-12
/
+39
[next]