summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv04_fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-1/+1
* drm/nouveau/fbcon: make use of drm_fb_helper.devBen Skeggs2016-11-071-4/+4
* drm/nouveau/fbcon: fix font width not divisible by 8Mikulas Patocka2016-07-301-2/+2
* drm/nouveau/fbcon: fix out-of-bounds memory accessesBen Skeggs2016-06-021-5/+2
* drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs2016-05-201-1/+1
* drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs2015-08-281-6/+6
* drm/nouveau/fbcon/nv11-: correctly account for ring space usageIlia Mirkin2015-07-271-1/+1
* drm/nouveau: remove as much direct use of core headers as possibleBen Skeggs2014-08-101-2/+0
* drm/nouveau: remove (most) hardcoded object handle usageBen Skeggs2014-08-101-18/+18
* drm/nouveau: port to nvif client/device/objectsBen Skeggs2014-08-101-15/+14
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-101-4/+4
* drm/nv11-: synchronise flips to vblank, unless async flip requestedBen Skeggs2013-11-141-0/+6
* 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-34/+36
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-1/+1
* drm/nouveau: use the same packet header macros as userspaceBen Skeggs2012-05-241-24/+24
* drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs2010-12-081-24/+10
* drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs2010-12-031-45/+23
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-241-5/+4
* drm/nouveau: Use 0x5f instead of 0x9f as imageblit on original NV10.Marcin Kościelnicki2010-05-191-1/+1
* drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-8/+8
* drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2010-03-101-3/+3
* 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/+3
* drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-111-10/+5
* drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2010-01-111-2/+5
* drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-111-9/+10
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+316
OpenPOWER on IntegriCloud