summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm: nouveau: fix nouveau_debugfs_init prototypeArnd Bergmann2016-01-141-2/+2
* drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst2016-01-141-1/+1
* drm/nouveau/pmu: prevent falcon from acking interrupts routed to the hostBen Skeggs2016-01-115-2266/+2252
* drm/nouveau/perf: change pcie speed on pstate changeKarol Herbst2016-01-111-0/+3
* drm/nouveau/perf: add fields for pci speed and width and use it for the pstatesKarol Herbst2016-01-112-0/+5
* drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...Karol Herbst2016-01-112-0/+18
* 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-115-0/+210
* drm/nouveau/pci: add gk104 variantKarol Herbst2016-01-114-10/+51
* drm/nouveau/pci: add gf106 variantKarol Herbst2016-01-114-5/+46
* drm/nouveau/kms: take mode_config mutex in connector hotplug pathBen Skeggs2016-01-111-0/+3
* drm/nouveau/nouveau/perfmon: add interface files for current core voltageKarol Herbst2016-01-112-0/+51
* drm/nouveau/sysfs: remove pstate interfaceKarol Herbst2016-01-115-225/+0
* drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst2016-01-111-2/+138
* drm/nouveau/debugfs: we need a ctrl object for debugfsKarol Herbst2016-01-114-0/+57
* drm/nouveau/debugfs: rename functions to indicate they are used inside drmKarol Herbst2016-01-113-8/+9
* drm/nouveau/debugfs: add infrastructure to add files with other fops than onl...Karol Herbst2016-01-111-3/+53
* drm/nouveau/fifo/gf100: remove references to "daemon"Ben Skeggs2016-01-111-2/+2
* drm/nouveau/fb/nv50: remove references to "daemon"Ben Skeggs2016-01-111-1/+1
* drm/nouveau/clk: remove references to "daemon"Ben Skeggs2016-01-114-8/+8
* drm/nouveau/gr/gf100: provide a bit more info for various errorsIlia Mirkin2016-01-111-9/+69
* drm/nouveau/bios: parse 8.1 Gbps DP link rateBen Skeggs2016-01-111-4/+7
* drm/nouveau/ltc/gm204: split implementation from gm107Ben Skeggs2016-01-116-8/+79
* drm/nouveau/ltc/gm107: use nvkm_mask to set cbc_ctrl1Ben Skeggs2016-01-111-1/+1
* drm/nouveau/ibus/gm204: split implementation from gk104Ben Skeggs2016-01-116-4/+47
* drm/nouveau/gr/gf100-: subclass nvkm_object to store channel pointerBen Skeggs2016-01-111-0/+28
* drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs2016-01-1145-171/+186
* drm/nouveau/nvif: split out client interface definitionsBen Skeggs2016-01-113-13/+13
* drm/nouveau/nvif: split out device interface definitionsBen Skeggs2016-01-116-49/+50
* drm/nouveau/nvif: split out ctxdma interface definitionsBen Skeggs2016-01-1112-75/+79
* drm/nouveau/nvif: split out perfmon interface definitionsBen Skeggs2016-01-114-77/+75
* drm/nouveau/nvif: split out device control interface definitionsBen Skeggs2016-01-114-49/+49
* drm/nouveau/nvif: split out fifo interface definitionsBen Skeggs2016-01-1123-78/+132
* drm/nouveau/nvif: split out display interface definitionsBen Skeggs2016-01-1130-222/+261
* drm/nouveau/nvif: split out nvsw interface definitonsBen Skeggs2016-01-117-22/+30
* drm/nouveau/nvif: split out fermi interface definitionsBen Skeggs2016-01-113-54/+53
* drm/nouveau/nvif: move internal class identifiers to class.hBen Skeggs2016-01-1111-31/+28
* drm/nouveau/gr/gm107-: make use of gpc_addr() macro for tpc ramchain setupBen Skeggs2016-01-112-170/+167
* drm/nouveau/instmem/gk20a: use DMA API CPU mappingAlexandre Courbot2016-01-111-92/+62
* drm/nouveau/instmem/gk20a: fix race conditionsAlexandre Courbot2016-01-111-29/+37
* drm/nouveau/gk20a: Add MODULE_FIRMWARE for gk20aNicolas Chauvet2016-01-111-0/+11
* drm/nouveau/fifo/gk104: fix engine status register offsetVince Hsu2016-01-111-1/+1
* drm/nouveau/ce/gk104: attempt at better handling of LAUNCHERRBen Skeggs2016-01-111-4/+50
* drm/nouveau/fifo/gf100: fix race condition when updating engine runlistsBen Skeggs2016-01-113-7/+26
* drm/nouveau/fifo/gk104: fix race condition when updating engine runlistsBen Skeggs2016-01-113-7/+26
* drm/nouveau/nvkm: add/remove 0's to make 7 (or 9)-nibble constants use 8 nibblesIlia Mirkin2016-01-113-6/+6
* drm/nouveau/kms: no need to check for empty edid before drm_detect_hdmi_monitorIlia Mirkin2016-01-111-1/+0
* drm/nouveau/core: fix return in error path of device probeAlexandre Courbot2016-01-111-1/+2