summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2016-02-25drm/nouveau/disp/dp: ensure sink is powered up before attempting link trainingBen Skeggs2-0/+16
2016-02-25drm/nouveau: platform: Fix deferred probeThierry Reding2-12/+30
2016-02-19drm/nouveau: use post-decrement in error handlingRasmus Villemoes1-1/+1
2016-02-17drm/nouveau/display: Enable vblank irqs after display engine is on again.Mario Kleiner1-4/+4
2016-01-21Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds149-3764/+4933
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds3-4/+3
2016-01-14drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann1-2/+2
2016-01-14drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst1-1/+1
2016-01-11drm/nouveau/pmu: prevent falcon from acking interrupts routed to the hostBen Skeggs5-2266/+2252
2016-01-11drm/nouveau/perf: change pcie speed on pstate changeKarol Herbst1-0/+3
2016-01-11drm/nouveau/perf: add fields for pci speed and width and use it for the pstatesKarol Herbst2-0/+5
2016-01-11drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...Karol Herbst2-0/+18
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 Herbst5-0/+210
2016-01-11drm/nouveau/pci: add gk104 variantKarol Herbst4-10/+51
2016-01-11drm/nouveau/pci: add gf106 variantKarol Herbst4-5/+46
2016-01-11drm/nouveau/kms: take mode_config mutex in connector hotplug pathBen Skeggs1-0/+3
2016-01-11drm/nouveau/nouveau/perfmon: add interface files for current core voltageKarol Herbst2-0/+51
2016-01-11drm/nouveau/sysfs: remove pstate interfaceKarol Herbst5-225/+0
2016-01-11drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst1-2/+138
2016-01-11drm/nouveau/debugfs: we need a ctrl object for debugfsKarol Herbst4-0/+57
2016-01-11drm/nouveau/debugfs: rename functions to indicate they are used inside drmKarol Herbst3-8/+9
2016-01-11drm/nouveau/debugfs: add infrastructure to add files with other fops than onl...Karol Herbst1-3/+53
2016-01-11drm/nouveau/fifo/gf100: remove references to "daemon"Ben Skeggs1-2/+2
2016-01-11drm/nouveau/fb/nv50: remove references to "daemon"Ben Skeggs1-1/+1
2016-01-11drm/nouveau/clk: remove references to "daemon"Ben Skeggs4-8/+8
2016-01-11drm/nouveau/gr/gf100: provide a bit more info for various errorsIlia Mirkin1-9/+69
2016-01-11drm/nouveau/bios: parse 8.1 Gbps DP link rateBen Skeggs1-4/+7
2016-01-11drm/nouveau/ltc/gm204: split implementation from gm107Ben Skeggs6-8/+79
2016-01-11drm/nouveau/ltc/gm107: use nvkm_mask to set cbc_ctrl1Ben Skeggs1-1/+1
2016-01-11drm/nouveau/ibus/gm204: split implementation from gk104Ben Skeggs6-4/+47
2016-01-11drm/nouveau/gr/gf100-: subclass nvkm_object to store channel pointerBen Skeggs1-0/+28
2016-01-11drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs45-171/+186
2016-01-11drm/nouveau/nvif: split out client interface definitionsBen Skeggs3-13/+13
2016-01-11drm/nouveau/nvif: split out device interface definitionsBen Skeggs6-49/+50
2016-01-11drm/nouveau/nvif: split out ctxdma interface definitionsBen Skeggs12-75/+79
2016-01-11drm/nouveau/nvif: split out perfmon interface definitionsBen Skeggs4-77/+75
2016-01-11drm/nouveau/nvif: split out device control interface definitionsBen Skeggs4-49/+49
2016-01-11drm/nouveau/nvif: split out fifo interface definitionsBen Skeggs23-78/+132
2016-01-11drm/nouveau/nvif: split out display interface definitionsBen Skeggs30-222/+261
2016-01-11drm/nouveau/nvif: split out nvsw interface definitonsBen Skeggs7-22/+30
2016-01-11drm/nouveau/nvif: split out fermi interface definitionsBen Skeggs3-54/+53
2016-01-11drm/nouveau/nvif: move internal class identifiers to class.hBen Skeggs11-31/+28
2016-01-11drm/nouveau/gr/gm107-: make use of gpc_addr() macro for tpc ramchain setupBen Skeggs2-170/+167
2016-01-11drm/nouveau/instmem/gk20a: use DMA API CPU mappingAlexandre Courbot1-92/+62
2016-01-11drm/nouveau/instmem/gk20a: fix race conditionsAlexandre Courbot1-29/+37
2016-01-11drm/nouveau/gk20a: Add MODULE_FIRMWARE for gk20aNicolas Chauvet1-0/+11