index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-15
drm/nouveau/flcn: export existing funcs
Ben Skeggs
5
-19
/
+41
2020-01-15
drm/nouveau/flcn: fetch PRI address from TOP if not provided by constructor
Ben Skeggs
1
-0
/
+7
2020-01-15
drm/nouveau/flcn: move fetching of configuration until first use
Ben Skeggs
2
-42
/
+55
2020-01-15
drm/nouveau/fault/gv100-: fix memory leak on module unload
Ben Skeggs
1
-0
/
+1
2020-01-15
drm/nouveau/disp/dp: fix typo when determining failsafe link configuration
Ben Skeggs
1
-1
/
+1
2020-01-15
drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
YueHaibing
1
-4
/
+0
2020-01-15
drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler
YueHaibing
1
-1
/
+1
2020-01-15
drm/nouveau/gr/gv100-: modify gr init to match newer version of RM
Ben Skeggs
4
-16
/
+27
2020-01-15
drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw
Ben Skeggs
1
-10
/
+11
2020-01-15
drm/nouveau/gr/gf100-: remove dtor
Ben Skeggs
2
-3
/
+0
2020-01-15
drm/nouveau/fault/tu102: define nvkm_fault_func.pin
Ben Skeggs
1
-0
/
+1
2020-01-15
drm/nouveau/core: fix missing newline in fw loader error message
Ben Skeggs
1
-1
/
+1
2020-01-15
drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
Dan Carpenter
1
-3
/
+2
2020-01-15
drm/nouveau/mmu: Add correct turing page kinds
James Jones
12
-22
/
+43
2020-01-15
drm/nouveau: Fix ttm move init with multiple GPUs
James Jones
1
-2
/
+3
2020-01-15
drm/nouveau: use NULL for pointer assignment.
Wambui Karuga
1
-1
/
+1
2020-01-15
drm/nouveau/kms/nv04: remove set but unused variable.
Wambui Karuga
1
-2
/
+1
2020-01-15
drm/nouveau/fb/gf100-: declare constants as unsigned long long.
Wambui Karuga
6
-6
/
+6
2020-01-15
drm/nouveau/kms/nv04-nv4x: Use match_string() helper to simplify the code
YueHaibing
1
-8
/
+5
2020-01-15
drm/nouveau/ce/gp10b: Use correct copy engine
Thierry Reding
1
-1
/
+1
2020-01-15
drm/nouveau/ltc/gp10b: Add custom L2 cache implementation
Thierry Reding
5
-1
/
+70
2020-01-15
drm/nouveau/secboot/gm20b,gp10b: Read WPR configuration from GPU registers
Thierry Reding
3
-35
/
+54
2020-01-15
drm/nouveau/tegra: Set clock rate if not set
Thierry Reding
1
-0
/
+12
2020-01-15
drm/nouveau/tegra: Avoid pulsing reset twice
Thierry Reding
1
-6
/
+6
2020-01-15
drm/nouveau: Do not try to disable PCI device on Tegra
Thierry Reding
1
-2
/
+1
2020-01-15
drm/nouveau/fault: Add support for GP10B
Thierry Reding
8
-7
/
+80
2020-01-15
drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst
Colin Ian King
1
-2
/
+2
2020-01-15
drm/nouveau/kms/nv50-: Report possible_crtcs incorrectly on mstos, for now
Lyude Paul
1
-0
/
+12
2020-01-15
drm/nouveau/kms/nv50-: Use less encoders by making mstos per-head
Lyude Paul
4
-46
/
+68
2020-01-15
drm/nouveau/kms/nv50-: Remove nv50_mstc_best_encoder()
Lyude Paul
1
-9
/
+0
2020-01-15
drm/nouveau/kms/gf119-: allow both 256- and 1024-sized LUTs to be used
Ilia Mirkin
14
-40
/
+93
2020-01-15
drm/nouveau/gr/gk208-gm10x: regenerate built-in firmware
Ben Skeggs
2
-786
/
+786
2020-01-09
drm/dp_mst: Manually overwrite PBN divider for calculating timeslots
Mikita Lipski
1
-1
/
+1
2020-01-09
drm/dp_mst: Add PBN calculation for DSC modes
David Francis
1
-1
/
+1
2019-12-17
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
5
-26
/
+45
2019-12-10
drm/nouveau/kms/nv50-: fix panel scaling
Ben Skeggs
1
-3
/
+3
2019-12-10
drm/nouveau/kms/nv50-: Limit MST BPC to 8
Lyude Paul
1
-1
/
+8
2019-12-10
drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atom
Lyude Paul
3
-27
/
+36
2019-12-10
drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBN
Lyude Paul
1
-20
/
+24
2019-12-10
drm/nouveau: Fix drm-core using atomic code-paths on pre-nv50 hardware
Hans de Goede
2
-7
/
+27
2019-12-10
drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bit
Hans de Goede
1
-55
/
+55
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
1
-2
/
+2
2019-11-30
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-90
/
+140
2019-11-23
nouveau: use mmu_interval_notifier instead of hmm_mirror
Jason Gunthorpe
1
-80
/
+99
2019-11-23
nouveau: use mmu_notifier directly for invalidate_range_start
Jason Gunthorpe
1
-32
/
+63
2019-11-20
drm/nouveau: Fix Kconfig indentation
Krzysztof Kozlowski
1
-1
/
+1
2019-11-14
drm/nouveau: use drm_debug_enabled() to check for debug categories
Jani Nikula
2
-4
/
+4
2019-11-06
drm/nouveau: slowpath for pushbuf ioctl
Daniel Vetter
1
-19
/
+38
2019-10-24
drm/dp_mst: Add basic topology reprobing when resuming
Lyude Paul
1
-3
/
+3
2019-10-24
drm/nouveau: Resume hotplug interrupts earlier
Lyude Paul
1
-8
/
+11
[prev]
[next]