summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/pci
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: fix bogus GPL-2 license headerBen Skeggs2019-07-191-1/+1
* drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin2019-07-192-2/+2
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-01-261-15/+31
|\
| * drm/nouveau: Move irq setup/teardown to pci ctor/dtorLyude Paul2018-01-261-15/+31
* | Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2017-12-191-0/+7
|\|
| * drm/nouveau/pci: do a msi rearm on initKarol Herbst2017-12-191-0/+7
* | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-1/+1
|\|
| * remove some useless semicolonsBen Skeggs2017-11-021-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* drm/nouveau/pci/msi: disable MSI on big-endian platforms by defaultIlia Mirkin2017-08-221-0/+4
* drm/nouveau/pci/g92: Fix rearmKarol Herbst2017-02-173-1/+51
* drm/nouveau/pci: Rename g94 to g92Karol Herbst2017-02-175-9/+9
* drm/nouveau/pci/gp100: initial supportBen Skeggs2016-07-142-0/+45
* drm/nouveau/mc: take nvkm_device as argument to public functionsBen Skeggs2016-07-141-8/+6Star
* drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs2016-05-201-1/+1
* drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst2016-01-131-1/+1
* drm/nouveau/pci: implement pcie speed change for kepler+Karol Herbst2016-01-111-0/+189
* drm/nouveau/pci: implement pcie speed change for FermiKarol Herbst2016-01-113-0/+74
* drm/nouveau/pci: implement pcie speed change for teslaKarol Herbst2016-01-113-0/+120
* drm/nouveau/pci: implement generic code for pcie speed changeKarol Herbst2016-01-114-0/+196
* drm/nouveau/pci: add gk104 variantKarol Herbst2016-01-112-0/+40
* drm/nouveau/pci: add gf106 variantKarol Herbst2016-01-112-0/+40
* drm/nouveau/pci: Handle 5-bit and 8-bit tag fieldPierre Moreau2015-11-035-0/+36
* drm/nouveau/pci: prepare for chipset-specific initialisation tasksBen Skeggs2015-11-032-0/+4
* drm/nouveau/pci/nv46: attempt to fix msi, and re-enable by defaultBen Skeggs2015-11-034-9/+9
* drm/nouveau/pci/g94: split implementation from nv40Ben Skeggs2015-11-034-1/+41
* drm/nouveau/pci/g84: split implementation from nv50Ben Skeggs2015-11-034-2/+45
* drm/nouveau/nouveau: Disable AGP for SiS 761Ondrej Zary2015-10-121-2/+6
* drm/nouveau/pci: merge agp handling from nouveau drmBen Skeggs2015-08-284-0/+216
* drm/nouveau/mc: move device irq handling to platform-specific codeBen Skeggs2015-08-281-3/+77
* drm/nouveau/pci: new subdevBen Skeggs2015-08-288-0/+362