summaryrefslogtreecommitdiff
path: root/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* optimize gm20bAlexandre Courbot2016-01-151-3/+2
* move stuff around...Alexandre Courbot2016-01-153-138/+111
* clk/gk20a: convert parameters to khz for more precisionAlexandre Courbot2016-01-151-13/+14
* gm20b: quick insertion of clock driverAlexandre Courbot2016-01-154-0/+1426
* volt: add GM20B driverAlexandre Courbot2016-01-154-0/+119
* drm/nouveau/volt: gk20a: make some reusable functions non-staticVince Hsu2016-01-152-18/+51
* drm/nouveau/volt: add function get_voltage_by_id()Vince Hsu2016-01-153-0/+11
* add speedo GPU ID informationAlexandre Courbot2016-01-153-3/+5
* add pll_g reference clockAlexandre Courbot2016-01-152-0/+17
* ltc/gm107: wait on relevant bit in gm107_ltc_cbc_waitAlexandre Courbot2016-01-151-4/+2
* pmu: prevent falcon from acking interrupts routed to the hostBen Skeggs2016-01-115-2266/+2252
* perf: change pcie speed on pstate changeKarol Herbst2016-01-111-0/+3
* perf: add fields for pci speed and width and use it for the pstatesKarol Herbst2016-01-112-0/+5
* bios/perf: parse the pci speed from the bios for tesla and newer cardsKarol Herbst2016-01-112-0/+18
* pci: implement pcie speed change for kepler+Karol Herbst2016-01-111-0/+189
* pci: implement pcie speed change for FermiKarol Herbst2016-01-113-0/+74
* pci: implement pcie speed change for teslaKarol Herbst2016-01-113-0/+120
* pci: implement generic code for pcie speed changeKarol Herbst2016-01-115-0/+210
* pci: add gk104 variantKarol Herbst2016-01-114-10/+51
* pci: add gf106 variantKarol Herbst2016-01-114-5/+46
* kms: take mode_config mutex in connector hotplug pathBen Skeggs2016-01-111-0/+3
* nouveau/perfmon: add interface files for current core voltageKarol Herbst2016-01-112-0/+51
* sysfs: remove pstate interfaceKarol Herbst2016-01-115-225/+0
* debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst2016-01-111-2/+138
* debugfs: we need a ctrl object for debugfsKarol Herbst2016-01-114-0/+57
* debugfs: rename functions to indicate they are used inside drmKarol Herbst2016-01-113-8/+9
* debugfs: add infrastructure to add files with other fops than only readKarol Herbst2016-01-111-3/+53
* fifo/gf100: remove references to "daemon"Ben Skeggs2016-01-111-2/+2
* fb/nv50: remove references to "daemon"Ben Skeggs2016-01-111-1/+1
* clk: remove references to "daemon"Ben Skeggs2016-01-114-8/+8
* gr/gf100: provide a bit more info for various errorsIlia Mirkin2016-01-111-9/+69
* bios: parse 8.1 Gbps DP link rateBen Skeggs2016-01-111-4/+7
* ltc/gm204: split implementation from gm107Ben Skeggs2016-01-116-8/+79
* ltc/gm107: use nvkm_mask to set cbc_ctrl1Ben Skeggs2016-01-111-1/+1
* ibus/gm204: split implementation from gk104Ben Skeggs2016-01-116-4/+47
* gr/gf100-: subclass nvkm_object to store channel pointerBen Skeggs2016-01-111-0/+28
* nvif: modify nvif_unvers/nvif_unpack macros to be more obviousBen Skeggs2016-01-1145-171/+186
* nvif: split out client interface definitionsBen Skeggs2016-01-113-13/+13
* nvif: split out device interface definitionsBen Skeggs2016-01-116-49/+50
* nvif: split out ctxdma interface definitionsBen Skeggs2016-01-1112-75/+79
* nvif: split out perfmon interface definitionsBen Skeggs2016-01-114-77/+75
* nvif: split out device control interface definitionsBen Skeggs2016-01-114-49/+49
* nvif: split out fifo interface definitionsBen Skeggs2016-01-1123-78/+132
* nvif: split out display interface definitionsBen Skeggs2016-01-1130-222/+261
* nvif: split out nvsw interface definitonsBen Skeggs2016-01-117-22/+30
* nvif: split out fermi interface definitionsBen Skeggs2016-01-113-54/+53
* nvif: move internal class identifiers to class.hBen Skeggs2016-01-1111-31/+28
* gr/gm107-: make use of gpc_addr() macro for tpc ramchain setupBen Skeggs2016-01-112-170/+167
* instmem/gk20a: use DMA API CPU mappingAlexandre Courbot2016-01-111-92/+62
* instmem/gk20a: fix race conditionsAlexandre Courbot2016-01-111-29/+37