aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-03drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs1-4/+4
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-20/+16
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-2/+2
2012-05-24drm/nouveau/ttm: untangle code to support accelerated buffer movesBen Skeggs1-2/+1
2012-05-24drm/nouveau: use the same packet header macros as userspaceBen Skeggs1-29/+29
2011-06-23drm/nv50-nvc0: explicitly map fbcon fb into channel vmBen Skeggs1-5/+5
2010-12-21drm/nv50: add missing license header to nv50_fbcon.cBen Skeggs1-0/+24
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-7/+6
2010-12-08drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs1-8/+2
2010-12-03drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs1-46/+23
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-1/+3
2010-04-20Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie1-8/+8
2010-04-09drm/nv50: fix fbcon when framebuffer above 4GiB markBen Skeggs1-6/+7
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-8/+8
2010-03-10drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Koƛcielnicki1-1/+1
2010-02-25drm/nouveau: use ALIGN instead of open coding itMatt Turner1-1/+1
2010-02-09drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Koƛcielnicki1-6/+3
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz1-12/+5
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs1-2/+5
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+273