summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs2015-08-281-1/+1
* drm/nouveau/fbcon/g80: reduce PUSH_SPACE alloc, fire ring on accel initIlia Mirkin2015-07-271-1/+2
* drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs2014-08-091-5/+5
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-091-3/+2Star
* drm/nouveau: port remainder of drm code, and rip out compat layerBen Skeggs2012-10-031-4/+4
* drm/nouveau: port all engines to new engine module formatBen Skeggs2012-10-031-20/+16Star
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-2/+2
* drm/nouveau/ttm: untangle code to support accelerated buffer movesBen Skeggs2012-05-241-2/+1Star
* drm/nouveau: use the same packet header macros as userspaceBen Skeggs2012-05-241-29/+29
* drm/nv50-nvc0: explicitly map fbcon fb into channel vmBen Skeggs2011-06-231-5/+5
* drm/nv50: add missing license header to nv50_fbcon.cBen Skeggs2010-12-201-0/+24
* drm/nv50: implement global channel address space on new VM codeBen Skeggs2010-12-081-7/+6Star
* drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs2010-12-081-8/+2Star
* drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs2010-12-031-46/+23Star
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-241-1/+3
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-8/+8
|\
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-8/+8
* | drm/nv50: fix fbcon when framebuffer above 4GiB markBen Skeggs2010-04-091-6/+7
|/
* drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Koƛcielnicki2010-03-101-1/+1
* drm/nouveau: use ALIGN instead of open coding itMatt Turner2010-02-251-1/+1
* drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Koƛcielnicki2010-02-091-6/+3Star
* drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-111-12/+5Star
* drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2010-01-111-2/+5
* drm/nv50: fix fillrect colorMarcin Slusarz2010-01-111-1/+2
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+273