summaryrefslogtreecommitdiff
path: root/nvkm
Commit message (Expand)AuthorAgeFilesLines
* drm: remove symlinks from build, use Kbuild files for lib buildBen Skeggs2015-01-19591-113415/+1
* clk: allow users to enable auto mode when loading driverVince Hsu2015-01-101-0/+3
* pwr: add support for GK20AVince Hsu2015-01-104-1/+236
* pwr: make nouveau_pwr_pgob() non-staticVince Hsu2015-01-102-1/+2
* clk: allow non-blocking for nouveau_clock_astate()Vince Hsu2015-01-102-3/+3
* mc: add missing bracesVince Hsu2015-01-101-1/+2
* core: object.engine is always a nouveau_engine nowBen Skeggs2015-01-1018-33/+30
* core: can now assume client/device object tree based on object.engineBen Skeggs2015-01-102-7/+10
* disp: outp/conns do not have an engineBen Skeggs2015-01-105-8/+7
* bar: barobjs may not have an engineBen Skeggs2015-01-101-4/+4
* fb: ram impl does not have an engineBen Skeggs2015-01-101-1/+1
* i2c: pad/ports do not have an engineBen Skeggs2015-01-1010-27/+27
* instmem: instobjs may not have an engineBen Skeggs2015-01-103-11/+12
* core: fix subdev/engine/device lookup to not require engine pointerBen Skeggs2015-01-103-21/+20
* core: uninline subdev/engine/device lookup functionsBen Skeggs2015-01-106-38/+44
* core: prepare printk for NULL engine pointer on device object treeBen Skeggs2015-01-101-8/+13
* core: drop the pointer value in debug printk outputBen Skeggs2015-01-101-2/+2
* i2c: fix some blatant abuseBen Skeggs2015-01-102-3/+3
* bar/gf100-: don't fill in bar->alloc until after all vm setup doneBen Skeggs2015-01-101-2/+4
* core: rename parent to handle, use parent for nouveau_parentBen Skeggs2015-01-101-10/+12
* core: rename subclass.base to subclass.superclassBen Skeggs2015-01-1024-84/+51
* subdev: always upcast through nouveau_subdev()/nouveau_engine()Ben Skeggs2015-01-1023-23/+23
* fb: remove some (now) unnecessary hacksBen Skeggs2015-01-101-2/+0
* nouveau: Do not BUG_ON(!spin_is_locked()) on UPBruno Prémont2014-12-222-3/+3
* mc/nv4c: disable msiIlia Mirkin2014-12-221-8/+0
* fb/ram/mcp77: enable NISO pollerPierre Moreau2014-12-221-5/+39
* fb/ram/mcp77: use carveout reg to determine sizeBen Skeggs2014-12-221-4/+3
* fb/ram/mcp77: subclass nouveau_ramBen Skeggs2014-12-221-10/+14
* device: Add support for GK208B, resolves bug 86935Sven Köhler2014-12-221-0/+33
* bios: fix oops on pre-nv50 chipsetsBen Skeggs2014-12-221-2/+4
* volt: add support for GK20AVince Hsu2014-12-025-1/+218
* volt: allow non-bios voltage scalingVince Hsu2014-12-021-29/+38
* gr/gf100-: return non-fatal error code when fw not presentBen Skeggs2014-12-021-1/+1
* devinit: bump priv ring timeouts before executing scriptsBen Skeggs2014-12-022-1/+10
* bios: translate ramcfg strap through M0203Ben Skeggs2014-12-021-1/+12
* fb: make use of M0203 routines for ram type determinationBen Skeggs2014-12-021-22/+15
* bios: add parsing of BIT M(v2) +0x03 tableBen Skeggs2014-12-023-0/+161
* core: allow vbios parsing without knowing chipset typeBen Skeggs2014-12-021-0/+5
* device: store revisionBen Skeggs2014-12-022-1/+4
* core: add some forgotten subdevs to disable maskBen Skeggs2014-12-021-0/+2
* clk/gk20a: fix max VCO valueAlexandre Courbot2014-12-021-1/+1
* drm: introduce nv_device_is_cpu_coherent()Alexandre Courbot2014-12-021-0/+6
* disp: clear notify intr status when enabling, to prevent racesBen Skeggs2014-12-022-0/+4
* disp/nv50-: rename class members to match nvidia channel namesBen Skeggs2014-12-0211-206/+206
* core: remove some dead code that got forgottenBen Skeggs2014-12-023-135/+0
* pwr/fuc: Fix thinko in nouveau_memx_wait()Roy Spliet2014-12-021-1/+1
* clock/nva3: Allow user reclockingRoy Spliet2014-12-021-1/+1
* fb/ramnva3: Reclocking script for GDDR3Roy Spliet2014-12-022-10/+92
* fb/ramnva3: Reclocking script for DDR2Roy Spliet2014-12-021-15/+42
* fb/ramnva3: Reclocking script for DDR3Roy Spliet2014-12-023-75/+219