aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-24drm/nouveau/fbcon/nv50-: use NVIDIA's headers for fillrect()Ben Skeggs1-7/+10
2020-07-24drm/nouveau/fbcon/nv50-: use NVIDIA's headers for copyarea()Ben Skeggs1-9/+11
2020-07-24drm/nouveau/fbcon/nv50-: use NVIDIA's headers for imageblit()Ben Skeggs1-9/+11
2020-07-24drm/nouveau/fbcon/nv50-: use NVIDIA's headers for accel_init()Ben Skeggs1-51/+94
2020-07-24drm/nouveau/fbcon: convert copyarea() to new push macrosBen Skeggs1-14/+12
2020-07-24drm/nouveau/fbcon: convert fillrect() to new push macrosBen Skeggs1-17/+20
2020-07-24drm/nouveau/fbcon: convert imageblit() to new push macrosBen Skeggs1-25/+25
2020-07-24drm/nouveau/fbcon: convert accel_init() to new push macrosBen Skeggs1-62/+53
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs1-2/+2
2020-05-22drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdevThomas Zimmermann1-5/+4
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs1-4/+5
2016-11-07drm/nouveau/fbcon: make use of drm_fb_helper.fbBen Skeggs1-1/+1
2016-11-07drm/nouveau/fbcon: make use of drm_fb_helper.devBen Skeggs1-4/+4
2016-07-30drm/nouveau/fbcon: fix font width not divisible by 8Mikulas Patocka1-1/+1
2016-06-02drm/nouveau/fbcon: fix out-of-bounds memory accessesBen Skeggs1-4/+2
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs1-1/+1
2015-07-27drm/nouveau/fbcon/g80: reduce PUSH_SPACE alloc, fire ring on accel initIlia Mirkin1-1/+2
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-5/+5
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-3/+2
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