summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2013-01-25gpu/vga_switcheroo: add driver control power feature. (v2.1)Dave Airlie1-1/+1
2013-01-14Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie17-52/+114
2013-01-13drm/nvc0/fb: fix crash when different mutex is used to protect same listAleksi Torhamo1-3/+3
2013-01-13drm/nouveau/clock: fix support for more than 2 monitors on nve0Aleksi Torhamo2-0/+4
2013-01-13drm/nv50/disp: fix selection of bios script for analog outputsMarcin Slusarz1-20/+26
2013-01-13drm/nv17-50: restore fence buffer on resumeMarcin Slusarz3-0/+10
2013-01-13drm/nouveau: fix blank LVDS screen regression on pre-nv50 cardsMarcin Slusarz1-1/+1
2013-01-13drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz3-4/+10
2013-01-13drm/nouveau: don't return freed object from nouveau_handle_createMarcin Slusarz1-1/+4
2013-01-13drm/nouveau/vm: fix memory corruption when pgt allocation failsMarcin Slusarz1-1/+3
2013-01-13drm/nouveau: add locking around instobj list operationsMarcin Slusarz1-8/+27
2013-01-13drm/nouveau: do not forcibly power on lvds panelsBen Skeggs2-13/+26
2013-01-13drm/nouveau/devinit: ensure legacy vga control is enabled during postBen Skeggs1-1/+0
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim1-0/+1
2013-01-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-3/+3
2013-01-04drm/nouveau: fix init with agpgart-uninorthAaro Koskinen1-1/+1
2013-01-04drm: nouveau: Fix build warning seen if HWMON is undefinedGuenter Roeck1-2/+2
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-23drm/nve0/graph: fix fuc, and enable acceleration on all known chipsetsBen Skeggs5-86/+108
2012-12-23drm/nvc0/graph: fix fuc, and enable acceleration on GF119Ben Skeggs3-83/+85
2012-12-23drm/nouveau/bios: cache ramcfg strap on later chipsetsBen Skeggs2-1/+18
2012-12-23drm/nouveau/mxm: silence output if no bios dataBen Skeggs1-1/+1
2012-12-23drm/nouveau/bios: parse/display extra version componentBen Skeggs2-2/+4
2012-12-23drm/nouveau/bios: implement opcode 0xa9Ben Skeggs5-8/+53
2012-12-23drm/nouveau/bios: update gpio parsing apis to match current designBen Skeggs5-61/+90
2012-12-23drm/nouveau: initial support for GK106Ben Skeggs3-0/+30
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst3-31/+28
2012-12-10Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie14-29/+74
2012-11-30drm/nouveau: drm_connector_property -> drm_object_propertyRob Clark2-19/+19
2012-11-29drm/nouveau/device: Remove duplicate inclusion of core/device.hSachin Kamat1-1/+0
2012-11-29drm/nouveau: remove duplicate inclusion of nouveau_ttm.hSachin Kamat1-2/+0
2012-11-29drm/nouveau/fifo: trigger engine context unload before zeroing context pointerBen Skeggs4-25/+25
2012-11-29drm/nouveau: prevent log manglingDaniel J Blueman1-1/+1
2012-11-29drm/nouveau: unpin various bo's before destroyingMarcin Slusarz5-7/+39
2012-11-29drm/nouveau: unpin pushbuffer bo before destroying itMarcin Slusarz1-0/+2
2012-11-29drm/nouveau: remove misleading comment from nouveau_prime_newMarcin Slusarz1-4/+0
2012-11-29drm/nouveau: raise reporting levels of some messagesMarcin Slusarz6-13/+13
2012-11-29drm/nouveau/core: fix the assumption that NVDEV_XXXX is always under 32Martin Peres11-58/+58
2012-11-29drm/nouveau/ppp: remove nouveau_ppp base classBen Skeggs2-131/+15
2012-11-29nve0/ppp: enable support via nvc0's implementationBen Skeggs1-0/+3
2012-11-29nvc0/ppp: initial implementation of engineMaarten Lankhorst4-8/+120
2012-11-29nvc0/vp: initial implementation of engineMaarten Lankhorst4-8/+120
2012-11-29nvc0/bsp: initial implementation of engineMaarten Lankhorst5-9/+130
2012-11-29drm/nouveau/vdec: remove nouveau_{bsp,vp} base classes, use nouveau_engine di...Ben Skeggs4-268/+26
2012-11-29drm/nve0/fifo: allow for future binding of ppp contextsBen Skeggs1-0/+2
2012-11-29drm/nve0/vp: implement initial support for engineBen Skeggs6-0/+118
2012-11-29drm/nve0/bsp: implement initial support for engineBen Skeggs5-0/+117
2012-11-29drm/nve0: allow specification of channel engine type in abi16 callBen Skeggs3-11/+18
2012-11-29drm/nouveau/core: implement shortcut for simple engctx constructionBen Skeggs8-115/+24