summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04/overlay.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs1-6/+7
2015-08-12drm/plane: Use consistent data types for format countThierry Reding1-1/+1
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs1-2/+2
2014-09-24drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick1-5/+10
2014-08-09drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-10/+10
2014-08-09drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs1-55/+55
2014-08-09drm/nouveau: fix some usages of the wrong print functionBen Skeggs1-5/+5
2014-01-23drm/nv04/plane: add support for nv04/nv05 video overlayIlia Mirkin1-10/+166
2014-01-23drm/nv10/plane: add YUYV supportIlia Mirkin1-3/+4
2013-12-03drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin1-2/+13
2013-12-03drm/nv10/plane: add downscaling restrictionsIlia Mirkin1-1/+9
2013-12-03drm/nv10/plane: fix format computationIlia Mirkin1-8/+9
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin1-0/+320