index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_chan.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2024-08-08
1
-52
/
+46
|
\
|
*
drm/nouveau: remove push pointer from nouveau_channel
Ben Skeggs
2024-07-27
1
-21
/
+20
|
*
drm/nouveau: remove chan->drm
Ben Skeggs
2024-07-27
1
-14
/
+9
|
*
drm/nouveau: remove nouveau_chan.device
Ben Skeggs
2024-07-27
1
-3
/
+3
|
*
drm/nouveau: pass cli to nouveau_channel_new() instead of drm+device
Ben Skeggs
2024-07-27
1
-10
/
+11
|
*
drm/nouveau: move nvxx_* definitions to nouveau_drv.h
Ben Skeggs
2024-07-27
1
-2
/
+1
|
*
drm/nouveau/nvif: remove nvxx_client()
Ben Skeggs
2024-07-27
1
-1
/
+1
|
*
drm/nouveau: use GEM references instead of TTMs
Danilo Krummrich
2024-07-22
1
-1
/
+1
*
|
Revert "nouveau: rip out busy fence waits"
Dave Airlie
2024-08-02
1
-1
/
+1
|
/
*
nouveau: rip out busy fence waits
Dave Airlie
2024-06-17
1
-1
/
+1
*
drm/nouveau: exec: report max pushs through getparam
Danilo Krummrich
2023-10-04
1
-1
/
+1
*
drm/nouveau: chan: use channel class definitions
Danilo Krummrich
2023-10-04
1
-3
/
+5
*
drm/nouveau: chan: use struct nvif_mclass
Danilo Krummrich
2023-10-04
1
-4
/
+1
*
drm/nouveau: fence: fix undefined fence state after emit
Danilo Krummrich
2023-08-31
1
-4
/
+2
*
drm/nouveau: chan: provide nouveau_channel_kill()
Danilo Krummrich
2023-08-04
1
-3
/
+11
*
drm/nouveau: fence: separate fence alloc and emit
Danilo Krummrich
2023-08-04
1
-2
/
+4
*
drm/nouveau: get vmm via nouveau_cli_vmm()
Danilo Krummrich
2023-08-04
1
-1
/
+1
*
drm/nouveau: bring back blit subchannel for pre nv50 GPUs
Karol Herbst
2023-07-12
1
-0
/
+1
*
drm/nouveau/fifo/ga100-: initial support
Ben Skeggs
2022-11-09
1
-2
/
+2
*
drm/nouveau/fifo: add new channel classes
Ben Skeggs
2022-11-09
1
-127
/
+95
*
drm/nouveau/fifo: expose per-runlist CHID information
Ben Skeggs
2022-11-09
1
-4
/
+43
*
drm/nouveau/fifo: expose runlist topology info on all chipsets
Ben Skeggs
2022-11-09
1
-4
/
+3
*
drm/nouveau/fifo: expose channel killed in host channel event class
Ben Skeggs
2022-11-09
1
-9
/
+19
*
drm/nouveau/fifo: remove rd32/wr32 accessors from channels
Ben Skeggs
2022-07-13
1
-1
/
+3
*
drm/nouveau/ga102-: support ttm buffer moves via copy engine
Ben Skeggs
2021-10-06
1
-2
/
+4
*
drm/nouveau: rip out nvkm_client.super
Ben Skeggs
2021-08-18
1
-17
/
+2
*
drm/ttm: rename bo->mem and make it a pointer
Christian König
2021-06-02
1
-1
/
+1
*
drm/nouveau/fifo/gk104-: remove use of subdev index in runlist topology info
Ben Skeggs
2021-02-11
1
-1
/
+1
*
drm/nouveau: bail out of nouveau_channel_new if channel init fails
Frantisek Hrbata
2021-01-29
1
-0
/
+1
*
drm/nouveau: switch over to the new pin interface
Christian König
2020-09-24
1
-1
/
+1
*
drm/nouveau: stop using TTM placement flags
Christian König
2020-09-11
1
-2
/
+2
*
drm/nouveau/chan: convert nvsw init to new push macros
Ben Skeggs
2020-07-24
1
-10
/
+6
*
drm/nouveau: interop with new push macros
Ben Skeggs
2020-07-24
1
-0
/
+33
*
drm/nouveau/nvif: give every notify object a human-readable name
Ben Skeggs
2020-07-24
1
-2
/
+3
*
drm/nouveau/nvif: give every object a human-readable identifier
Ben Skeggs
2020-07-24
1
-16
/
+20
*
drm/nouveau: don't use ttm bo->offset v3
Nirmoy Das
2020-06-26
1
-1
/
+1
*
drm/nouveau: signal pending fences when channel has been killed
Ben Skeggs
2020-01-29
1
-0
/
+2
*
drm/nouveau/svm: initial support for shared virtual memory
Ben Skeggs
2019-02-20
1
-0
/
+9
*
drm/nouveau: prepare for enabling svm with existing userspace interfaces
Ben Skeggs
2019-02-20
1
-12
/
+11
*
drm/nouveau/fifo/tu104: initial support
Ben Skeggs
2018-12-11
1
-1
/
+2
*
drm/nouveau/fifo/gv100: return work submission token in channel ctor args
Ben Skeggs
2018-12-11
1
-0
/
+16
*
drm/nouveau/fifo/gk104-: support enabling privileged ce functions
Ben Skeggs
2018-12-11
1
-3
/
+5
*
drm/nouveau/fifo/gk104-: return channel instance in ctor args
Ben Skeggs
2018-12-11
1
-4
/
+6
*
drm/nouveau/fifo/gv100: initial support
Ben Skeggs
2018-05-18
1
-1
/
+2
*
drm/nouveau: no need to create ctxdma for push buffers on fermi and up
Ben Skeggs
2018-05-18
1
-2
/
+5
*
drm/nouveau/fifo/gk104-: require explicit runlist selection for channel alloc...
Ben Skeggs
2018-05-18
1
-2
/
+2
*
drm/nouveau/fifo: support channel count query
Ben Skeggs
2018-05-18
1
-0
/
+25
*
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
2017-11-02
1
-0
/
+11
*
drm/nouveau: pass handle of vmm object to channel allocation ioctls
Ben Skeggs
2017-11-02
1
-3
/
+4
*
drm/nouveau: switch to vmm limit
Ben Skeggs
2017-11-02
1
-7
/
+5
[next]