summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2011-12-21nouveau: add prime support.drm-prime-dmabufDave Airlie14-16/+235
2011-12-21ttm: change interface to allow passing an sg_tableDave Airlie1-1/+1
2011-12-21nouveau: add optimus detectionDave Airlie3-0/+10
2011-11-30drm/nv50/disp: silence compiler warningBen Skeggs1-2/+2
2011-11-30drm/nouveau: fix oopses caused by clear being called on unpopulated ttmsBen Skeggs1-0/+3
2011-11-30drm/nouveau: Keep RAMIN heap within the channel.Younes Manton1-1/+1
2011-11-30drm/nvd0/disp: fix sor dpms typo, preventing dpms on in some situationsBen Skeggs1-1/+1
2011-11-30drm/nvc0/gr: fix TP init for transform feedback offset queriesChristoph Bumiller1-0/+2
2011-11-30drm/nouveau: add dumb ioctl supportBen Skeggs3-0/+55
2011-11-10drm/nouveau: Fix bandwidth calculation for DisplayPortAdam Jackson1-1/+1
2011-11-10drm/nouveau: by default use low bpp framebuffer on low memory cardsMarcin Slusarz1-1/+10
2011-11-10drm/nv10: Change the BO size threshold determining the memory placement range.Francisco Jerez1-1/+1
2011-11-10drm/nvc0: enable acceleration for nvc1 by defaultBen Skeggs1-1/+3
2011-11-10drm/nvc0/gr: fixup the mmio list register writes for 0xc1Ben Skeggs1-9/+32
2011-11-10drm/nvc1: hacky workaround to fix accel issuesBen Skeggs1-0/+8
2011-11-10drm/nvc0/gr: fix some bugs in grctx generationBen Skeggs1-17/+14
2011-11-10drm/nvc0: enable acceleration on 0xc8 by defaultBen Skeggs1-1/+0
2011-11-10drm/nvc0/vram: skip disabled PBFB subunitsBen Skeggs1-5/+9
2011-11-10drm/nv40/pm: fix issues on igp chipsets, which don't have memoryBen Skeggs1-5/+15
2011-11-10drm/nouveau: testing the wrong variableDan Carpenter1-1/+1
2011-11-10drm/nvc0/vram: storage type 0xc3 is not compressedChristoph Bumiller1-1/+1
2011-11-10drm/nv50: fix stability issue on NV86.Maxim Levitsky1-1/+1
2011-11-10drm/nouveau: initialize chan->fence.lock before useMarcin Slusarz2-2/+1
2011-11-10drm/nv50/vram: fix incorrect detection of bank count on newer chipsetsBen Skeggs1-1/+1
2011-11-10drm/nv50/gr: typo fix, how about we not reset fifo during graph init?Ben Skeggs1-2/+2
2011-11-10drm/nv50/bios: fixup mpll programming from the init table parserBen Skeggs1-9/+13
2011-11-10drm/nouveau: fix oops if i2c bus not found in nouveau_i2c_identify()Ben Skeggs1-1/+1
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker4-0/+6
2011-10-27Revert "drm/ttm: add a way to bo_wait for either the last read or last write"Dave Airlie2-5/+3
2011-09-20Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu...Dave Airlie56-1597/+4217
2011-09-20drm/nouveau: remove allocations from gart populate() hookBen Skeggs1-45/+21
2011-09-20drm/nvc0/fb: slightly improve PMFB intr handling, move out of nvc0_graph.cBen Skeggs2-18/+27
2011-09-20drm/nvc0/fifo: avoid touching missing subfifosBen Skeggs1-1/+1
2011-09-20drm/nvd9/disp: bail out of mode_set_base if no fb bound to crtcBen Skeggs1-0/+5
2011-09-20drm/nvd9/disp: stub some more api hooks so we don't oops on resumeBen Skeggs1-0/+12
2011-09-20drm/nouveau: fix printk typo in ioremap failure pathMarcin Slusarz1-1/+1
2011-09-20drm/nvc0/pm: minor clock readback fixesBen Skeggs1-2/+6
2011-09-20drm/nv40/pm: execute memory reset script from vbiosBen Skeggs3-0/+16
2011-09-20drm/nv50/gr: refactor initialisationBen Skeggs1-81/+37
2011-09-20drm/nouveau: if requested, try harder at disabling sysmem pushbufsBen Skeggs1-6/+10
2011-09-20drm/nv50/gr: enable ctxprog xfer only when we need it to save powerMartin Peres1-0/+5
2011-09-20drm/nouveau/dp: add support for displayport table 0x30Ben Skeggs1-22/+48
2011-09-20drm/nouveau/dp: return master dp table pointer too when looking up encoderBen Skeggs4-70/+66
2011-09-20drm/nouveau/bios: simplify U/d table hash matching func to just matchBen Skeggs2-51/+40
2011-09-20drm/nouveau/dp: preserve non-pattern bits in DP_TRAINING_PATTERN_SETBen Skeggs1-1/+8
2011-09-20drm/nvc0/gr: remove MODULE_FIRMWARE() linesBen Skeggs1-17/+0
2011-09-20drm/nouveau/dp: use alternate lane mask for nvafBen Skeggs1-1/+10
2011-09-20drm/nouveau/dp: link rate scripts are selected with a comparison tableBen Skeggs1-4/+3
2011-09-20drm/nv40/pm: write nv40-specific reclocking routinesBen Skeggs4-4/+342
2011-09-20drm/nv40/pm: parse geometric delta clock from vbiosBen Skeggs1-2/+3