aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/subdev
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/mc: disable msi support by default, it's busted in tons of placesBen Skeggs2013-10-081-1/+1
* drm/nouveau/bios/init: fix thinko in INIT_CONFIGURE_MEMBen Skeggs2013-09-181-1/+1
* drm/nouveau/bios/init: stub opcode 0xaaBen Skeggs2013-09-181-2/+17
* drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres2013-09-041-1/+2
* drm/nouveau: use MSI interruptsLucas Stach2013-09-041-1/+23
* drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin2013-09-047-18/+18
* drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres2013-09-044-1/+51
* drm/nouveau/timer: add a way to cancel alarmsMartin Peres2013-09-042-0/+27
* drm/nouveau/timer: restore the time on resumeMartin Peres2013-09-041-1/+14
* drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2013-09-042-1/+9
* drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov2013-09-041-1/+1
* drm/nouveau: remove duplicate copy of nv44_graph_classIlia Mirkin2013-09-041-8/+2
* drm/nouveau/vdec: implement support for VP3 enginesIlia Mirkin2013-09-042-1/+3
* Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-09-0214-64/+84
|\
| * drm/nouveau/mc: fix race condition between constructor and request_irq()Ben Skeggs2013-08-216-11/+10
| * drm/nouveau/ltcg: fix allocating memory as freeMaarten Lankhorst2013-08-211-1/+1
| * drm/nouveau/ltcg: fix ltcg memory initialization after suspendMaarten Lankhorst2013-08-211-9/+23
| * drm/nouveau/fb: fix null derefs in nv49 and nv4e initIlia Mirkin2013-08-212-8/+8
| * drm/nouveau/vm: make vm refcount into a krefBen Skeggs2013-07-301-17/+10
| * drm/nv50/mc: include vp in the fb error reporting maskIlia Mirkin2013-07-301-1/+1
| * drm/nv50/gpio: post-nv92 cards have 32 interrupt linesEmil Velikov2013-07-301-5/+5
| * drm/nvc0/fb: take lock in nvc0_ram_put()Roy Spliet2013-07-303-12/+26
* | nouveau: add runtime PM support (v0.9)Dave Airlie2013-08-292-1/+7
|/
* drm/nouveau: use vmalloc for pgt allocationMarcin Slusarz2013-07-051-3/+3
* drm/nvc0/devinit: minor typoBen Skeggs2013-07-051-1/+1
* drm/nvd0-/disp: handle case where display engine is missing/disabledMaarten Lankhorst2013-07-012-1/+7
* drm/nouveau/bsp/nv84: initial vp2 engine implementationIlia Mirkin2013-07-011-0/+1
* drm/nouveau/vp/nv84: initial vp2 engine implementationIlia Mirkin2013-07-012-0/+2
* drm/nouveau/vm: perform a bar flush when flushing vmMaarten Lankhorst2013-07-012-0/+8
* drm/nouveau/vm: make each vma take a reference on its parent vmBen Skeggs2013-07-011-1/+4
* drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/...Ben Skeggs2013-07-011-16/+17
* drm/nvc0/vm: handle bar tlb flushes internallyBen Skeggs2013-07-012-32/+28
* drm/nv50-/vm: take mutex rather than irqsave spinlockBen Skeggs2013-07-012-10/+4
* drm/nv50/vm: remove explicit vm knowledge from enginesBen Skeggs2013-07-011-19/+25
* drm/nv50/vm: handle bar tlb flushes internallyBen Skeggs2013-07-012-4/+12
* drm/nva3/clk: minor improvements to fractional N calculationBen Skeggs2013-07-011-3/+11
* drm/nouveau/fb: initialise vram controller as pfb sub-objectBen Skeggs2013-07-0133-630/+1244
* drm/nouveau/devinit: move simple pll setting routines to devinitBen Skeggs2013-07-0116-454/+587
* drm/nouveau: pass generic subdev to calculation routinesBen Skeggs2013-07-017-18/+17
* drm/nve0/ce: stub interrupt handlerBen Skeggs2013-07-011-0/+1
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-212-9/+12
|\
| * drm/nve0/ltcg: poke the partition count into yet another registerBen Skeggs2013-05-201-0/+2
| * drm/nvc0/ltcg: fix handling of disabled partitionsBen Skeggs2013-05-201-7/+8
| * drm/nouveau/bios: fix thinko in ZM_MASK_ADD opcodeBen Skeggs2013-05-201-2/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-0236-2585/+624
|\ \ | |/
| * drm/nouveau/timer: allow alarms to be cancelledBen Skeggs2013-04-261-4/+9
| * drm/nouveau/device: convert to engine, rather than subdevBen Skeggs2013-04-269-2344/+0
| * drm/nv04-nv40/instmem: use self as parent for subobjectsBen Skeggs2013-04-262-8/+13
| * drm/nv04-nv40/vm: use self as parent for subobjectsBen Skeggs2013-04-263-3/+3
| * drm/nv50-/bar: use self as parent for subobjectsBen Skeggs2013-04-262-15/+21