aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11drm/nouveau/pci: switch to instanced constructorBen Skeggs13-26/+37
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2-2/+2
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2018-01-26Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-15/+31
2018-01-26drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul1-15/+31
2017-12-19Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie1-0/+7
2017-12-19drm/nouveau/pci: do a msi rearm on initKarol Herbst1-0/+7
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-02remove some useless semicolonsBen Skeggs1-1/+1
2017-08-22drm/nouveau/pci/msi: disable MSI on big-endian platforms by defaultIlia Mirkin1-0/+4
2017-02-17drm/nouveau/pci/g92: Fix rearmKarol Herbst3-1/+51
2017-02-17drm/nouveau/pci: Rename g94 to g92Karol Herbst5-9/+9
2016-07-14drm/nouveau/pci/gp100: initial supportBen Skeggs2-0/+45
2016-07-14drm/nouveau/mc: take nvkm_device as argument to public functionsBen Skeggs1-8/+6
2016-05-20drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs1-1/+1
2016-01-14drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst1-1/+1
2016-01-11drm/nouveau/pci: implement pcie speed change for kepler+Karol Herbst1-0/+189
2016-01-11drm/nouveau/pci: implement pcie speed change for FermiKarol Herbst3-0/+74
2016-01-11drm/nouveau/pci: implement pcie speed change for teslaKarol Herbst3-0/+120
2016-01-11drm/nouveau/pci: implement generic code for pcie speed changeKarol Herbst4-0/+196
2016-01-11drm/nouveau/pci: add gk104 variantKarol Herbst2-0/+40
2016-01-11drm/nouveau/pci: add gf106 variantKarol Herbst2-0/+40
2015-11-03drm/nouveau/pci: Handle 5-bit and 8-bit tag fieldPierre Moreau5-0/+36
2015-11-03drm/nouveau/pci: prepare for chipset-specific initialisation tasksBen Skeggs2-0/+4
2015-11-03drm/nouveau/pci/nv46: attempt to fix msi, and re-enable by defaultBen Skeggs4-9/+9
2015-11-03drm/nouveau/pci/g94: split implementation from nv40Ben Skeggs4-1/+41
2015-11-03drm/nouveau/pci/g84: split implementation from nv50Ben Skeggs4-2/+45
2015-10-12drm/nouveau/nouveau: Disable AGP for SiS 761Ondrej Zary1-2/+6
2015-08-28drm/nouveau/pci: merge agp handling from nouveau drmBen Skeggs4-0/+216
2015-08-28drm/nouveau/mc: move device irq handling to platform-specific codeBen Skeggs1-3/+77
2015-08-28drm/nouveau/pci: new subdevBen Skeggs8-0/+362