summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv04_fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Koƛcielnicki1-3/+3
2010-02-25drm/nouveau: use ALIGN instead of open coding itMatt Turner1-1/+1
2010-02-04drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Koƛcielnicki1-6/+3
2010-01-05drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz1-10/+5
2010-01-04drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs1-2/+5
2009-12-28drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez1-9/+10
2009-10-07drm/nv04-nv40: support acceleration of 8bpp fbconBen Skeggs1-2/+13
2009-10-06drm/nv04-nv40: disable accel for unsupported fbcon depthsBen Skeggs1-13/+23
2009-09-19drm/nouveau: checkpatch, remove spaces after function namesPekka Paalanen1-50/+50
2009-09-15drm/nv04-nv40: do imageblit fallbacks the same way as the othersBen Skeggs1-2/+5
2009-08-28drm/nv04-nv40: fix fbcon fallbacks some moreBen Skeggs1-2/+2
2009-08-18drm/nouveau: remove mask in nv04_fbcon_imageblit()Pekka Paalanen1-3/+2
2009-08-18drm/nouveau: OUT_RINGp - optimize OUT_RING loopsPekka Paalanen1-6/+8
2009-07-10drm/nouveau: fix fbcon endianness issue on ppcBen Skeggs1-4/+0
2009-06-26drm: import nouveau driverBen Skeggs1-0/+295