summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04/overlay.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-8/+8
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-4/+4
* drm/nouveau: add missing header dependenciesBaoyou Xie2016-11-071-1/+1
* 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/+7
* drm/plane: Use consistent data types for format countThierry Reding2015-08-121-1/+1
* drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs2014-12-021-2/+2
* drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick2014-09-241-5/+10
* drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs2014-08-101-10/+10
* drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs2014-08-101-55/+55
* drm/nouveau: fix some usages of the wrong print functionBen Skeggs2014-08-101-5/+5
* drm/nv04/plane: add support for nv04/nv05 video overlayIlia Mirkin2014-01-231-10/+166
* drm/nv10/plane: add YUYV supportIlia Mirkin2014-01-231-3/+4
* drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin2013-12-031-2/+13
* drm/nv10/plane: add downscaling restrictionsIlia Mirkin2013-12-031-1/+9
* drm/nv10/plane: fix format computationIlia Mirkin2013-12-031-8/+9
* drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin2013-11-081-0/+320