summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gr/gm20b: don't bypass MMU security checkoldstagingbaserock/gk20aVince Hsu2015-08-061-5/+0
* gr/gm20b: add MaxwellDmaCopyA classMark Zhang2015-08-062-0/+2
* mmu: fix sgt mappings that span multiple pde'sLauri Peltonen2015-08-061-0/+2
* plat: turn gpu_ref absence into warningAlexandre Courbot2015-08-061-1/+1
* HACK fix gk20aAlexandre Courbot2015-08-063-2/+5
* drm/nouveau/clk: add clocking driver for GM20BVince Hsu2015-08-064-0/+1397
* drm/nouveau/volt: add volt support for GM20BVince Hsu2015-08-064-0/+135
* drm/nouveau/volt: gk20a: make some reusable functions non-staticVince Hsu2015-08-062-18/+51
* drm/nouveau/volt: add function get_voltage_by_id()Vince Hsu2015-08-062-0/+11
* drm/nouveau/platform: add gpu_speedo_id informationVince Hsu2015-08-063-3/+5
* drm/nouveau/platform: add one more reference clockVince Hsu2015-08-062-0/+17
* drm/nouveau: Support fence fd's at kickoffLauri Peltonen2015-08-064-1/+146
* gem: Split nv50_dma_pushLauri Peltonen2015-08-063-12/+22
* drm/nouveau: Add fence fd helpersLauri Peltonen2015-08-062-1/+76
* drm/nouveau: Split nouveau_fence_syncLauri Peltonen2015-08-066-59/+54
* [STAGING] drm/nouveau: add GEM_SET_TILING staging ioctlAri Hirvonen2015-08-067-21/+95
* Some comments for GK20AAlexandre Courbot2015-08-063-0/+25
* WAR for 3.18 kernelsAlexandre Courbot2015-08-061-1/+1
* bios: add opcodes 0x73 and 0x77Ilia Mirkin2015-07-281-0/+37
* platform: recognize GM20BAlexandre Courbot2015-07-281-0/+1
* device: recognize GM20BAlexandre Courbot2015-07-281-0/+20
* gr: add GM20B supportAlexandre Courbot2015-07-2810-6/+217
* fifo: add GM20B fifoAlexandre Courbot2015-07-285-1/+41
* gr/gk20a: use same initialization sequence as nvgpuAlexandre Courbot2015-07-285-30/+421
* gr: use NVIDIA-provided external firmwaresAlexandre Courbot2015-07-282-12/+20
* pm/gk104: add compute signals/sourcesSamuel Pitoiset2015-07-283-1/+93
* pm/gk104: re-use gf100_pm_ctor()Samuel Pitoiset2015-07-283-56/+14
* pm/nv40: rename pcounter domains to 'pc' instead of 'pm'Samuel Pitoiset2015-07-281-1/+1
* pm: expose name of domainsSamuel Pitoiset2015-07-282-0/+2
* drm/nouveau/clk: fix tstate to pstate calculationWei Ni2015-07-281-1/+1
* pm: some fixes related to sourcesSamuel Pitoiset2015-07-281-5/+16
* pm: fix signals/sources for GT200+Samuel Pitoiset2015-07-282-6/+5
* pm/gf100: add compute signals/sourcesSamuel Pitoiset2015-07-287-5/+282
* pm/gf100: allow to share GPC, HUB and PART domainsSamuel Pitoiset2015-07-284-19/+34
* pm: stack perfdom class under perfmonBen Skeggs2015-07-282-21/+43
* pm: swap perfmon/perfdom code to avoid forward decl in next commitBen Skeggs2015-07-281-175/+175
* pm/nv50: add compute and graphics signals/sourcesSamuel Pitoiset2015-07-288-11/+485
* pm: allow the userspace to configure sourcesSamuel Pitoiset2015-07-283-10/+95
* pm: allow to configure domains instead of simple countersSamuel Pitoiset2015-07-287-170/+293
* pm: allow the userspace to schedule hardware countersSamuel Pitoiset2015-07-283-25/+48
* pm: implement NVIF_PERFMON_V0_QUERY_SOURCE methodSamuel Pitoiset2015-07-282-0/+89
* pm: allow to query the number of sources for a signalSamuel Pitoiset2015-07-282-4/+21
* pm: add concept of sourcesSamuel Pitoiset2015-07-283-4/+103
* pm: allow to monitor hardware signal index 0x00Samuel Pitoiset2015-07-283-6/+10
* pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset2015-07-283-46/+23
* pm: change signal iter to u16Samuel Pitoiset2015-07-284-11/+12
* pm: allow to query signals by domainSamuel Pitoiset2015-07-283-74/+150
* pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset2015-07-282-1/+96
* pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset2015-07-281-2/+4
* pm: reorganize the nvif interfaceSamuel Pitoiset2015-07-284-24/+57