summaryrefslogtreecommitdiff
path: root/drm
Commit message (Expand)AuthorAgeFilesLines
* pm: use hardware signals indexes instead of user-readable namesSamuel Pitoiset2015-08-282-44/+19
* pm: change signal iter to u16Samuel Pitoiset2015-08-283-9/+10
* pm: allow to query signals by domainSamuel Pitoiset2015-08-282-25/+14
* pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN methodSamuel Pitoiset2015-08-282-1/+96
* pm: prevent creating a perfctr object when signals are not foundSamuel Pitoiset2015-08-281-2/+4
* pm: reorganize the nvif interfaceSamuel Pitoiset2015-08-283-18/+51
* pm: remove unused nvkm_perfsig_wrap() functionSamuel Pitoiset2015-08-282-24/+0
* pm: remove pmu signalsSamuel Pitoiset2015-08-288-151/+1
* clk/nv50: Enable user reclocking for NVA0Roy Spliet2015-08-281-1/+2
* fb/gddr3: Add a few CL and WR entries observed on GTX260Roy Spliet2015-08-281-4/+4
* fb/ramnv50: GDDR3 script for NVA0Roy Spliet2015-08-281-25/+104
* bios/ramcfg: Separate out RON pull valueRoy Spliet2015-08-284-3/+9
* bios/rammap: Parse perf mode as if it's a rammap entryRoy Spliet2015-08-284-0/+24
* fb/ramnv50: Ressurect timing code, use proper timing/rammap handlersRoy Spliet2015-08-284-33/+182
* fb/ramgt215: No need to cuss like thatRoy Spliet2015-08-281-1/+1
* fb/ramnv50: Make 0x100da0 per-partitionRoy Spliet2015-08-281-7/+13
* bios/rammap: Pull DLLoff bit out of version 0x10 structRoy Spliet2015-08-286-8/+8
* remove unnecessary includeBen Skeggs2015-08-281-30/+0
* drm-next d7b273685fedba5359a4ba0ae4f542e3ece28153Ben Skeggs2015-08-285-33/+17
* v4.2-rc7Ben Skeggs2015-08-171-21/+8
* nouveau/ttm: fix tiled system memory with MaxwellAlexandre Courbot2015-07-281-0/+9
* kms/nv50-: guard against enabling cursor on disabled headsBen Skeggs2015-07-281-1/+1
* fbcon/g80: reduce PUSH_SPACE alloc, fire ring on accel initIlia Mirkin2015-07-271-1/+2
* fbcon/gf100-: reduce RING_SPACE allocationIlia Mirkin2015-07-271-1/+1
* fbcon/nv11-: correctly account for ring space usageIlia Mirkin2015-07-271-1/+1
* bios: add proper support for opcode 0x59Ilia Mirkin2015-07-271-4/+20
* bios: add 0x59 and 0x5a opcodesIlia Mirkin2015-07-271-0/+24
* disp: Use NULL for pointersThierry Reding2015-07-271-1/+1
* pm: fix a potential race condition when creating an engine contextSamuel Pitoiset2015-07-271-4/+3
* pm: prevent freeing the wrong engine contextSamuel Pitoiset2015-07-271-2/+5
* gr/gf100: wait for GR idle after GO_IDLE bundleAlexandre Courbot2015-07-272-0/+38
* gr/gf100: wait on bottom half of FE's pipelineAlexandre Courbot2015-07-271-1/+1
* fifo/gk104: kick channels when deactivating themAlexandre Courbot2015-07-271-8/+21
* ibus/gk20a: increase SM wait timeoutAlexandre Courbot2015-07-271-0/+8
* platform: fix compile error if !CONFIG_IOMMUAlexandre Courbot2015-07-271-0/+16
* drm: Do not leak client objectsThierry Reding2015-07-271-0/+1
* clk/gt215: u32->s32 for difference in req. and set clockRoy Spliet2015-07-271-1/+2
* drm/nv04-nv40/instmem: protect access to priv->heap by mutexKamil Dudka2015-07-271-0/+8
* drm: hold mutex when calling nouveau_abi16_fini()Kamil Dudka2015-07-271-0/+2
* v4.2-rc2Ben Skeggs2015-07-182-4/+3
* gr/gm204: remove a stray printkBen Skeggs2015-05-291-1/+0
* devinit/gm100-: force devinit table execution on boards without PDISPBen Skeggs2015-05-294-3/+6
* devinit/gf100: make the force-post condition more obviousBen Skeggs2015-05-291-1/+4
* gr/gf100-: fix wrong constant definitionLars Seipel2015-05-291-1/+1
* v4.1-rc5Ben Skeggs2015-05-299-23/+32
* bios: fix fetching from acpi on certain systemsJan Vesely2015-04-141-2/+2
* gr/gm206: initial init+ctx codeBen Skeggs2015-04-149-16/+162
* ce/gm206: enable support via gm204 codeBen Skeggs2015-04-141-1/+1
* fifo/gm206: enable support via gm204 codeBen Skeggs2015-04-141-2/+2
* gr/gm204: initial init+ctx codeBen Skeggs2015-04-1410-18/+1484