summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
2015-11-17drm/nouveau/gem: return only valid domain when there's only oneIlia Mirkin1-2/+3
2014-06-09drm/nouveau/acpi: allow non-optimus setups to load vbios from acpiIlia Mirkin1-3/+0
2014-01-03drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fenceBen Skeggs1-1/+2
2013-01-16drm/nouveau: fix init with agpgart-uninorthAaro Koskinen1-1/+1
2012-11-16drm/nouveau: headless mode by default if pci class != vga displayBen Skeggs2-3/+3
2012-11-16drm/nouveau: fix suspend/resume when in headless modeBen Skeggs1-12/+20
2012-11-16drm/nouveau: silence modesetting spam on pre-gf8 chipsetsBen Skeggs3-9/+9
2012-09-19drm/nouveau: fix booting with plymouth + dumb supportDave Airlie1-1/+1
2012-09-12drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinateChristoph Bumiller1-1/+1
2012-08-02nouveau: Fix alignment requirements on src and dst addressesMaarten Lankhorst3-10/+175
2012-07-04drm/nouveau/fbcon: using nv_two_heads is not a good ideaBen Skeggs1-1/+1
2012-06-20drm/nouveau/disp: fix dithering not being enabled on some eDP macbooksBen Skeggs1-1/+7
2012-06-20drm/nouveau: default to 8bpc for non-LVDS panels if EDID isn't usefulBen Skeggs1-3/+6
2012-06-20drm/nouveau: determine a value for display_info.bpc if edid doesn'tBen Skeggs1-0/+46
2012-05-31nouveau: nouveau_set_bo_placement takes TTM flagsDave Airlie1-1/+1
2012-05-11nouveau: initialise has_optimus variable.Dave Airlie1-1/+1
2012-02-13drm/nouveau/gem: fix fence_sync race / oopsBen Skeggs1-2/+21
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-11-01gpu: 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