summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* pwr: add support for GK20AVince Hsu2015-01-106-1/+238
* 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
* kms/nv50-: reject attempts at flipping to incompatible framebufferBen Skeggs2015-01-101-0/+4
* kms: default to panel scaling, except for fixed panels prior to nv50Ben Skeggs2015-01-101-5/+9
* kms: untangle connector property logic a littleBen Skeggs2015-01-101-16/+37
* kms: avoid adding scaler-only modes the same as the panel's native modeBen Skeggs2015-01-101-1/+3
* kms/nv50-: allow disabling of gpu scaling on fixed panelsBen Skeggs2015-01-103-10/+44
* kms/nv50-: move identical scaler mode fixup code into a functionBen Skeggs2015-01-101-54/+24
* drm: sgdma: add comment around suspiscious error handlerAlexandre Courbot2015-01-101-0/+5
* drm: sgdma: remove unused nouveau_sgdma_be::devAlexandre Courbot2015-01-101-2/+0
* 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-1025-85/+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
* bin: fix nv_init s/rBen Skeggs2015-01-101-3/+3
* lib: fix for spinlock changeBen Skeggs2015-01-101-0/+1
* drm-fixes 79305ec6e60d320832505e95c1a028d309fcd2b6Ben Skeggs2015-01-105-15/+5
* 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
* drm: wake up the card if necessary during gem callbacksBen Skeggs2014-12-221-5/+30
* device: Add support for GK208B, resolves bug 86935Sven Köhler2014-12-221-0/+33
* drm: fix missing return statement in nouveau_ttm_tt_unpopulateAlexandre Courbot2014-12-221-1/+3
* bios: fix oops on pre-nv50 chipsetsBen Skeggs2014-12-221-2/+4
* kms/nv50: drop requirement that framebuffer bos be contig up-frontBen Skeggs2014-12-021-5/+0
* kms/nv50: directly use cursor image from userspace bufferBen Skeggs2014-12-022-49/+32
* kms: when pinning display-related buffers, force contig vramBen Skeggs2014-12-022-7/+7
* drm: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-0213-27/+52
* volt: add support for GK20AVince Hsu2014-12-029-1/+252
* platform: add GPU speedo information to nouveau platformVince Hsu2014-12-022-0/+4
* 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