aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/nouveau/dispnv04/overlay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann1-6/+7
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-2/+2
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-9/+12
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das1-3/+3
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann1-9/+12
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+0
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä1-13/+13
2017-08-22drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin1-3/+6
2017-08-22drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin1-28/+34
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter1-5/+7
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter1-2/+4
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-8/+8
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-4/+4
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie1-1/+1
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/+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-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs1-10/+10
2014-08-10drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs1-55/+55
2014-08-10drm/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