summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nv04_fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-09drm/nouveau/kms: switch to drm fbdev helpersBen Skeggs1-259/+0
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-2/+4
2020-07-24drm/nouveau/fbcon: convert copyarea() to new push macrosBen Skeggs1-6/+6
2020-07-24drm/nouveau/fbcon: convert fillrect() to new push macrosBen Skeggs1-10/+8
2020-07-24drm/nouveau/fbcon: convert imageblit() to new push macrosBen Skeggs1-14/+13
2020-07-24drm/nouveau/fbcon: convert accel_init() to new push macrosBen Skeggs1-63/+46
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs1-10/+10
2017-02-17drm/nouveau: allocate device object for every clientBen 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-2/+2
2016-06-02drm/nouveau/fbcon: fix out-of-bounds memory accessesBen Skeggs1-5/+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-6/+6
2015-07-27drm/nouveau/fbcon/nv11-: correctly account for ring space usageIlia Mirkin1-1/+1
2014-08-10drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs1-2/+0
2014-08-10drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs1-18/+18
2014-08-10drm/nouveau: port to nvif client/device/objectsBen Skeggs1-15/+14
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-4/+4
2013-11-14drm/nv11-: synchronise flips to vblank, unless async flip requestedBen Skeggs1-0/+6
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-34/+36
2012-10-03drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs1-1/+1
2012-05-24drm/nouveau: use the same packet header macros as userspaceBen Skeggs1-24/+24
2010-12-08drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs1-24/+10
2010-12-03drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs1-45/+23
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-5/+4
2010-05-19drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.Marcin Kościelnicki1-1/+1
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-3/+3
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-10/+5
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs1-2/+5
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez1-9/+10
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+316