summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/subdev (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* drm/nouveau/pmu/fuc: use imm32 in ld/st macrosKarol Herbst2016-03-141-2/+2
* drm/nouveau/pmu/fuc: use the call macro instead of using the call instruction...Karol Herbst2016-03-142-9/+9
* drm/nouveau/pmu/fuc: replace mov+sethi with imm32Karol Herbst2016-03-147-3148/+3140
* drm/nouveau/pmu/fuc: fix imm32 for gk208+Karol Herbst2016-03-142-442/+442
* drm/nouveau/instmem/gk20a: add write barrier when releasing DMA objectAlexandre Courbot2016-03-141-0/+2
* drm/nouveau/ltc/gf100: use more reasonable timeout valueAlexandre Courbot2016-03-141-6/+2
* drm/nouveau/bios/extdev: also parse v4.1 tableKarol Herbst2016-03-141-1/+1
* drm/nouveau/iccsense: implement for ina209, ina219 and ina3221Karol Herbst2016-03-144-1/+230
* drm/nouveau/nvbios/iccsense: add parsing of the SENSE tableMartin Peres2016-03-142-0/+101
* drm/nouveau/subdev/iccsense: add new subdev for power sensorsMartin Peres2016-03-144-0/+53
* drm/nouveau/secboot/gm20b: add secure boot supportAlexandre Courbot2016-03-142-0/+234
* drm/nouveau/secboot/gm200: add secure-boot supportAlexandre Courbot2016-03-143-0/+1668
* drm/nouveau/core: add support for secure bootAlexandre Courbot2016-03-144-0/+338
* drm/nouveau/bios/devinit: properly handle unknown generic conditionsBen Skeggs2016-03-141-2/+3
* drm/nouveau/bios/devinit: rename INIT_DP_CONDITION to INIT_GENERIC_CONDITIONBen Skeggs2016-03-141-5/+5
* drm/nouveau/ltc/gm107: fix slice intr offsetBen Skeggs2016-03-141-1/+1
* drm/nouveau/devinit/gf100-: detect if BIOS invoked devinitAlexandre Courbot2016-03-144-3/+16
* drm/nouveau/devinit/nv50: remove unneeded variableAlexandre Courbot2016-03-141-7/+6
* drm/nouveau: s/gm204/gm200/ in a number of placesBen Skeggs2016-03-1412-52/+52
* drm/nouveau/ltc/gm107: wait on relevant bit in gm107_ltc_cbc_waitAlexandre Courbot2016-03-141-4/+2
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-211-2/+1
|\
| * nouveau/nvkm/subdev/clk/gk20a.c: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+1
* | drm/nouveau/pci: fix check in nvkm_pcie_set_linkKarol Herbst2016-01-131-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-111-0/+2
* | drm/nouveau/bios/perf: parse the pci speed from the bios for tesla and newer ...Karol Herbst2016-01-111-0/+16
* | 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/fb/nv50: remove references to "daemon"Ben Skeggs2016-01-111-1/+1
* | drm/nouveau/clk: remove references to "daemon"Ben Skeggs2016-01-113-7/+7
* | 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-114-5/+75
* | 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-114-2/+44
* | 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/nvkm: add/remove 0's to make 7 (or 9)-nibble constants use 8 nibblesIlia Mirkin2016-01-112-5/+5
* | Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2015-12-191-0/+1
|\ \
| * | drm/nouveau/bios/fan: hardcode the fan mode to linearMartin Peres2015-12-181-0/+1
* | | Merge branch 'linux-4.4' of https://github.com/skeggsb/linux into drm-fixesDave Airlie2015-12-091-3/+1
|\| |
| * | drm/nouveau/pmu: remove whitelist for PGOB-exit WAR, enable by defaultBen Skeggs2015-12-091-3/+1
* | | Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2...Dave Airlie2015-11-272-1/+6
|\| | | |/ |/|
| * drm/nouveau/volt/pwm/gk104: fix an off-by-one resulting in the voltage not be...Martin Peres2015-11-251-1/+1
| * drm/nouveau/instmem: protect instobj list with a spinlockBen Skeggs2015-11-251-0/+5
* | drm/nouveau: fix build failures on all non ARM.Dave Airlie2015-11-111-0/+6
|/