summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm
AgeCommit message (Expand)AuthorFilesLines
2017-08-29drm/nouveau/core/mm: allow to find nvkm_vma from offsetJérôme Glisse2-0/+40
2017-08-23drm/nouveau/core/mm: allow partial mapping of bo (buffer object)Jérôme Glisse4-10/+22
2017-08-23drm/nouveau/core/mm: allow to create bo vma to fix offset inside vmJérôme Glisse2-0/+97
2017-08-23drm/nouveau/core/mm: convert to u64 tu support bigger address spaceJérôme Glisse1-17/+17
2017-08-09fault/gp100: initial implementation of MaxwellFaultBufferABen Skeggs8-0/+360
2017-08-09mc/gp100-: handle replayable fault interruptBen Skeggs3-2/+22
2017-08-09core: define engine for handling replayable faultsBen Skeggs5-0/+5
2017-08-09mmu/gp100: allow gcc/tex to generate replayable faultsBen Skeggs3-0/+22
2017-08-09WIPmmu: handle instance block setupBen Skeggs22-173/+166
2017-08-09mmu/gf100-: implement vmm on top of new baseBen Skeggs9-49/+185
2017-08-09mmu/nv50,g84: implement vmm on top of new baseBen Skeggs7-8/+158
2017-08-09mmu/nv44: implement vmm on top of new baseBen Skeggs5-9/+67
2017-08-09mmu/nv41: implement vmm on top of new baseBen Skeggs4-8/+67
2017-08-09mmu/nv04: implement vmm on top of new baseBen Skeggs5-13/+115
2017-08-09mmu: implement base for new vm managementBen Skeggs5-20/+175
2017-08-09mmu/gp100: fork from gf100Ben Skeggs3-6/+39
2017-08-09mmu/g84: fork from nv50Ben Skeggs3-13/+46
2017-08-09mmu/gf100: allow implementation to be subclassedBen Skeggs2-3/+45
2017-08-09mmu/nv50: allow implementation to be subclassedBen Skeggs2-3/+45
2017-08-09mmu: automatically handle "un-bootstrapping" of vmmBen Skeggs3-8/+5
2017-08-09falcon: use a more reasonable msgqueue timeout valueBen Skeggs1-1/+1
2017-07-25drm/nouveau/bar/gf100: fix access to upper half of BAR2Ben Skeggs1-1/+1
2017-07-25drm/nouveau/disp/nv50-: bump max chans to 21Ilia Mirkin1-1/+1
2017-07-24drm/nouveau/disp: add tv encoders to output resource mappingBen Skeggs2-0/+2
2017-07-24drm/nouveau/i2c/gf119-: add support for address-only transactionsBen Skeggs7-15/+70
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds79-3335/+3874
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+4
2017-06-17drm/nouveau/disp/nv50-: avoid creating ORs that aren't present on HWBen Skeggs14-10/+39
2017-06-16drm/nouveau/tegra: Don't leave GPU in resetMikko Perttunen1-3/+0
2017-06-16drm/nouveau/tegra: Skip manual unpowergating when not necessaryMikko Perttunen1-4/+6
2017-06-16drm/nouveau/disp/gm200-: allow non-identity mapping of SOR <-> macro linksBen Skeggs1-2/+2
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 3.0Ben Skeggs7-333/+34
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.2Ben Skeggs25-246/+321
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.1Ben Skeggs3-21/+11
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 2.0Ben Skeggs5-155/+41
2017-06-16drm/nouveau/disp/nv50-: implement a common supervisor 1.0Ben Skeggs3-12/+70
2017-06-16drm/nouveau/disp/nv50-gt21x: remove workaround for dp->tmds hotplug issuesBen Skeggs1-27/+0
2017-06-16drm/nouveau/disp/dp: use new devinit script interpreter entry-pointBen Skeggs1-38/+30
2017-06-16drm/nouveau/disp/dp: determine link bandwidth requirements from head stateBen Skeggs7-2/+62
2017-06-16drm/nouveau/disp: introduce acquire/release display path methodsBen Skeggs12-33/+206
2017-06-16drm/nouveau/disp: remove hw-specific customisation of output pathsBen Skeggs28-342/+36
2017-06-16drm/nouveau/disp/gf119-: port OR DP VCPI control to nvkm_iorBen Skeggs7-14/+16
2017-06-16drm/nouveau/disp/gt215-: port HDA ELD controls to nvkm_iorBen Skeggs20-136/+161
2017-06-16drm/nouveau/disp/g94-: port OR DP drive setting control to nvkm_iorBen Skeggs12-143/+66
2017-06-16drm/nouveau/disp/g94-: port OR DP training pattern control to nvkm_iorBen Skeggs12-30/+27
2017-06-16drm/nouveau/disp/g94-: port OR DP link power control to nvkm_iorBen Skeggs12-43/+17
2017-06-16drm/nouveau/disp/g94-: port OR DP link setup to nvkm_iorBen Skeggs12-30/+47
2017-06-16drm/nouveau/disp/g94-: port OR DP lane mapping to nvkm_iorBen Skeggs9-9/+30
2017-06-16drm/nouveau/disp/g84-: port OR HDMI control to nvkm_iorBen Skeggs29-219/+134
2017-06-16drm/nouveau/disp/nv50-: port OR manual sink detection to nvkm_iorBen Skeggs17-80/+40