index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-22
drm/nouveau/disp/hda/gf119-: add HAL for programming device entry in SF
Ben Skeggs
8
-2
/
+17
2020-05-22
drm/nouveau/disp/hda/gt215-: pass head to nvkm_ior.hda.eld()
Ben Skeggs
4
-6
/
+6
2020-05-22
drm/nouveau/disp/nv50-: increase timeout on pio channel free() polling
Ben Skeggs
1
-1
/
+1
2020-05-22
drm/nouveau/kms: Fix regression by audio component transition
Takashi Iwai
1
-6
/
+10
2020-05-22
drm/nouveau/device: use regular PRI accessors in chipset detection
Ben Skeggs
1
-18
/
+13
2020-05-22
drm/nouveau/device: detect vGPUs
Karol Herbst
1
-3
/
+12
2020-05-22
drm/nouveau/device: detect if changing endianness failed
Karol Herbst
1
-5
/
+21
2020-05-22
drm/nouveau/device: rework mmio mapping code to get rid of second map
Karol Herbst
1
-12
/
+15
2020-05-22
drm/nouveau/mmu: Remove unneeded semicolon
Zheng Bin
2
-2
/
+2
2020-05-22
drm/nouveau: Use generic helper to check _PR3 presence
Kai-Heng Feng
1
-34
/
+10
2020-05-22
drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpy
Zou Wei
1
-8
/
+4
2020-05-22
drm/nouveau/core/memory: remove redundant assignments to variable ret
Colin Ian King
1
-1
/
+1
2020-05-22
drm/nouveau/svm: map pages after migration
Ralph Campbell
4
-17
/
+95
2020-05-22
drm/nouveau/disp/gv100-: expose capabilities class
Ben Skeggs
6
-0
/
+69
2020-05-22
drm/nouveau/bios: move ACPI _ROM handling
Ben Skeggs
3
-76
/
+47
2020-05-22
drm/nouveau: remove open-coded version of remove_conflicting_pci_framebuffers()
Ben Skeggs
1
-28
/
+3
2020-05-22
drm/nouveau/gr/gk20a: move MODULE_FIRMWARE firmware definitions
Ben Skeggs
2
-11
/
+11
2020-05-22
drm/nouveau/ibus: use nvkm_subdev_new_()
Ben Skeggs
6
-30
/
+6
2020-05-22
drm/nouveau/core: add nvkm_subdev_new_() for bare subdevs
Ben Skeggs
2
-0
/
+13
2020-05-22
drm/nouveau/kms: Support NVIDIA format modifiers
James Jones
3
-9
/
+104
2020-05-22
drm/nouveau/kms: Check framebuffer size against bo
James Jones
1
-0
/
+98
2020-05-22
drm/nouveau/kms: Add format mod prop to base/ovly/nvdisp
James Jones
6
-4
/
+112
2020-05-22
drm/nouveau/acr: ensure falcon providing acr functions is bootstrapped first
Ben Skeggs
1
-0
/
+5
2020-05-22
drm/nouveau/kms: Remove struct nouveau_framebuffer
Thomas Zimmermann
4
-38
/
+28
2020-05-22
drm/nouveau/kms: Remove field nvbo from struct nouveau_framebuffer
Thomas Zimmermann
7
-84
/
+75
2020-05-22
drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdev
Thomas Zimmermann
5
-14
/
+14
2020-05-22
drm/nouveau/kms: Remove unused fields from struct nouveau_framebuffer
Thomas Zimmermann
1
-5
/
+0
2020-05-22
drm/nouveau: fix out-of-tree module build
Ben Skeggs
1
-4
/
+6
2020-04-22
Merge tag 'drm-misc-next-2020-04-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-11
/
+7
2020-04-16
Merge branch 'linux-5.7' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
2
-0
/
+19
2020-04-16
drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()
Ben Skeggs
2
-0
/
+19
2020-04-07
Merge tag 'drm-next-2020-04-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
23
-50
/
+263
2020-04-07
drm/nouveau/kms/nv50-: wait for FIFO space on PIO channels
Ben Skeggs
3
-6
/
+25
2020-04-07
drm/nouveau/nvif: protect waits against GPU falling off the bus
Ben Skeggs
11
-22
/
+102
2020-04-07
drm/nouveau/nvif: access PTIMER through usermode class, if available
Ben Skeggs
3
-5
/
+24
2020-04-07
drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init
Ben Skeggs
1
-0
/
+26
2020-04-07
drm/nouveau: workaround runpm fail by disabling PCI power management on certa...
Karol Herbst
2
-0
/
+65
2020-04-07
drm/nouveau/svm: remove useless SVM range check
Ralph Campbell
1
-3
/
+0
2020-04-07
drm/nouveau/svm: check for SVM initialized before migrating
Ralph Campbell
1
-0
/
+5
2020-04-07
drm/nouveau/svm: fix vma range check for migration
Ralph Campbell
1
-0
/
+1
2020-04-07
drm/nouveau: remove checks for return value of debugfs functions
Wambui Karuga
1
-12
/
+8
2020-04-07
drm/nouveau/ttm: evict other IO mappings when running out of BAR1 space
Ben Skeggs
1
-2
/
+7
2020-04-03
Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+15
2020-04-01
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2
-16
/
+6
2020-03-30
PCI: Use ioremap(), not phys_to_virt() for platform ROM
Mikel Rychliski
1
-2
/
+15
2020-03-28
drm/nouveau/therm: convert to use i2c_new_client_device()
Wolfram Sang
1
-2
/
+2
2020-03-27
mm/hmm: remove HMM_FAULT_SNAPSHOT
Jason Gunthorpe
1
-1
/
+1
2020-03-26
mm/hmm: check the device private page owner in hmm_range_fault()
Christoph Hellwig
1
-12
/
+0
2020-03-26
mm: simplify device private page handling in hmm_range_fault
Christoph Hellwig
2
-3
/
+3
2020-03-26
mm: handle multiple owners of device private pages in migrate_vma
Christoph Hellwig
1
-0
/
+1
[next]