aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/dispnv04/overlay.c
AgeCommit message (Expand)Author
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä
2017-08-22drm/nouveau/kms/nv10-nv40: add NV21 support to overlayIlia Mirkin
2017-08-22drm/nouveau/kms/nv04-nv40: improve overlay error detection, fix pitch settingIlia Mirkin
2017-03-29drm: Add acquire ctx parameter to ->plane_disableDaniel Vetter
2017-03-29drm: Add acquire ctx parameter to ->update_planeDaniel Vetter
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-11-07drm/nouveau: add missing header dependenciesBaoyou Xie
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2015-08-28drm/nouveau/nvif: simplify and tidy library interfacesBen Skeggs
2015-08-12drm/plane: Use consistent data types for format countThierry Reding
2014-12-02drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocationBen Skeggs
2014-09-24drm/nouveau: use container_of to resolve nouveau_plane from drm_planeFabian Frederick
2014-08-10drm/nouveau: initial pass at moving to struct nvif_deviceBen Skeggs
2014-08-10drm/nouveau: kill nouveau_dev() + wrap register macrosBen Skeggs
2014-08-10drm/nouveau: fix some usages of the wrong print functionBen Skeggs
2014-01-23drm/nv04/plane: add support for nv04/nv05 video overlayIlia Mirkin
2014-01-23drm/nv10/plane: add YUYV supportIlia Mirkin
2013-12-03drm/nv10/plane: some chipsets don't support NV12Ilia Mirkin
2013-12-03drm/nv10/plane: add downscaling restrictionsIlia Mirkin
2013-12-03drm/nv10/plane: fix format computationIlia Mirkin
2013-11-08drm/nv10/kms: add plane support for nv10-nv40Ilia Mirkin