aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gf100-: reduce RING_SPACE allocationIlia Mirkin1-1/+1
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-2/+2
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-19/+12
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-2/+2
2012-05-24drm/nouveau: use the same packet header macros as userspaceBen Skeggs1-27/+27
2011-06-23drm/nv50-nvc0: explicitly map notifier bo into channel vmBen Skeggs1-2/+2
2011-06-23drm/nv50-nvc0: explicitly map fbcon fb into channel vmBen Skeggs1-5/+5
2011-06-23drm/nouveau: convert some bo.offset use to vma.offsetBen Skeggs1-2/+2
2010-12-29drm/nvc0: nuke left-over debug messagesBen Skeggs1-2/+0
2010-12-21drm/nvc0: implement fbcon accelerationBen Skeggs1-0/+271