index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
nouveau: fix nv40_perfctr_next() cleanup regression
Arnd Bergmann
1
-2
/
+4
2016-03-16
Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-8
/
+0
2016-03-14
drm/nouveau/clk/gm20b: add basic driver
Alexandre Courbot
4
-0
/
+201
2016-03-14
drm/nouveau/clk/gk20a: share reusable structures/functions
Alexandre Courbot
2
-36
/
+73
2016-03-14
drm/nouveau/clk/gk20a: set lowest frequency during init()
Alexandre Courbot
1
-2
/
+5
2016-03-14
drm/nouveau/clk/gk20a: split gk20a_clk_new()
Alexandre Courbot
1
-12
/
+31
2016-03-14
drm/nouveau/clk/gk20a: abstract pl_to_div
Alexandre Courbot
1
-21
/
+36
2016-03-14
drm/nouveau/clk/gk20a: put mnp values into their own struct
Alexandre Courbot
1
-31
/
+36
2016-03-14
drm/nouveau/clk/gk20a: emit parent rate as debug message
Alexandre Courbot
1
-2
/
+2
2016-03-14
drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
Alexandre Courbot
1
-3
/
+10
2016-03-14
drm/nouveau/clk/gk20a: only compute n_lo if needed
Alexandre Courbot
1
-3
/
+5
2016-03-14
drm/nouveau/clk/gk20a: fix VCO bit mask
Alexandre Courbot
1
-1
/
+2
2016-03-14
drm/nouveau/clk/gk20a: rename enable/disable functions
Alexandre Courbot
1
-28
/
+24
2016-03-14
drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
Alexandre Courbot
1
-4
/
+8
2016-03-14
drm/nouveau/clk/gk20a: convert parameters to Khz
Alexandre Courbot
1
-15
/
+17
2016-03-14
drm/nouveau/volt: add GM20B driver
Alexandre Courbot
4
-0
/
+59
2016-03-14
drm/nouveau/volt/gk20a: split constructor
Alexandre Courbot
2
-12
/
+25
2016-03-14
drm/nouveau/volt/gk20a: share reusable members & functions
Vince Hsu
2
-18
/
+51
2016-03-14
drm/nouveau/ce/gm107: expose MaxwellDmaCopyA
Ben Skeggs
4
-2
/
+59
2016-03-14
drm/nouveau/fifo/gm107: KeplerChannelGpfifoB, and 2048 channels
Ben Skeggs
4
-1
/
+49
2016-03-14
drm/nouveau/fifo/gk110: expose KeplerChannelGpfifoB
Ben Skeggs
9
-2
/
+89
2016-03-14
drm/nouveau/fifo/gk104: submit NOP after all PBDMA_INTR_0, not just DEVICE
Ben Skeggs
1
-1
/
+2
2016-03-14
drm/nouveau/fifo/gk104: add vic plumbing
Ben Skeggs
2
-0
/
+3
2016-03-14
drm/nouveau/fifo/gk104: add sec plumbing
Ben Skeggs
2
-0
/
+3
2016-03-14
drm/nouveau/fifo/gk104: add nvdec plumbing
Ben Skeggs
3
-0
/
+4
2016-03-14
drm/nouveau/fifo/gk104: add nvenc plumbing
Ben Skeggs
3
-7
/
+25
2016-03-14
drm/nouveau/fifo/gk104: add msenc plumbing
Ben Skeggs
1
-0
/
+1
2016-03-14
drm/nouveau/core: add vic plumbing
Ben Skeggs
4
-0
/
+7
2016-03-14
drm/nouveau/core: add nvdec plumbing
Ben Skeggs
7
-0
/
+13
2016-03-14
drm/nouveau/core: add nvenc plumbing
Ben Skeggs
7
-21
/
+41
2016-03-14
drm/nouveau/core: add msenc plumbing
Ben Skeggs
3
-0
/
+6
2016-03-14
drm/nouveau/core: sort engine indices alphabetically
Ben Skeggs
1
-14
/
+17
2016-03-14
drm/nouveau/fifo/gk104: make use of topology info during gpfifo construction
Ben Skeggs
5
-64
/
+127
2016-03-14
drm/nouveau/fifo/gk104: make use of topology info during fault recovery
Ben Skeggs
2
-34
/
+26
2016-03-14
drm/nouveau/fifo/gk104: make use of topology info when handling ctxsw timeout
Ben Skeggs
1
-20
/
+9
2016-03-14
drm/nouveau/fifo/gk104: read device topology information from hw
Ben Skeggs
3
-5
/
+103
2016-03-14
drm/nouveau/fifo/gk104: cosmetic engine->runlist changes
Ben Skeggs
4
-48
/
+50
2016-03-14
drm/nouveau/fifo/gk104: don't attempt recovery of unknown mmu engines
Ben Skeggs
1
-1
/
+1
2016-03-14
drm/nouveau/fifo/gk104: identify fault-recovery members more clearly
Ben Skeggs
2
-10
/
+12
2016-03-14
drm/nouveau/fifo/gk104: rename spoon to pbdma, and move detection to oneinit
Ben Skeggs
2
-10
/
+14
2016-03-14
drm/nouveau/fifo/gf100: fix certain engines not being recovered after a fault
Ben Skeggs
1
-2
/
+2
2016-03-14
drm/nouveau/fifo/gf100: don't attempt recovery of unknown mmu engines
Ben Skeggs
1
-1
/
+1
2016-03-14
drm/nouveau/fifo/gf100: identify fault-recovery members more clearly
Ben Skeggs
2
-10
/
+12
2016-03-14
drm/nouveau/fifo/gf100: rename spooon to pbdma, and move detection to oneinit
Ben Skeggs
2
-12
/
+17
2016-03-14
drm/nouveau/gr/fuc: Store $r0 in interrupt handler
Roy Spliet
14
-932
/
+936
2016-03-14
drm/nouveau/pmu/fuc: use imm32 in ld/st macros
Karol Herbst
1
-2
/
+2
2016-03-14
drm/nouveau/pmu/fuc: use the call macro instead of using the call instruction...
Karol Herbst
2
-9
/
+9
2016-03-14
drm/nouveau/pmu/fuc: replace mov+sethi with imm32
Karol Herbst
7
-3148
/
+3140
2016-03-14
drm/nouveau/pmu/fuc: fix imm32 for gk208+
Karol Herbst
2
-442
/
+442
2016-03-14
drm/nouveau/core: use vzalloc for allocating ramht
Ilia Mirkin
1
-3
/
+3
[next]