summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)Author
2020-03-13drm/tegra: dc: Silence RGB output deferred-probe errorDmitry Osipenko
2020-03-12drm/tegra: dc: Release PM and RGB output when client's registration failsDmitry Osipenko
2020-03-12drm/tegra: dc: Use devm_platform_ioremap_resourceDmitry Osipenko
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding
2019-12-04drm/tegra: Use proper IOVA address for cursor imageThierry Reding
2019-10-29drm/tegra: Support DMA API for display controllersThierry Reding
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding
2019-10-28drm/tegra: Inherit device DMA parameters from host1xThierry Reding
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-25drm/tegra: Convert to using __drm_atomic_helper_crtc_reset() for reset.Maarten Lankhorst
2018-11-29drm/tegra: dc: Don't clean up unused display controllerThierry Reding
2018-09-26drm/tegra: dc: Add Tegra194 supportThierry Reding
2018-09-26drm/tegra: dc: Do not register DC without primary planeThierry Reding
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam
2018-05-18drm/tegra: dc: Support rotation propertyThierry Reding
2018-05-17drm/tegra: dc: Rename supports_blending to has_legacy_blendingDmitry Osipenko
2018-05-17drm/tegra: plane: Implement zpos plane property for older TegrasDmitry Osipenko
2018-05-17drm/tegra: dc: Enable plane scaling filtersDmitry Osipenko
2018-05-17drm/tegra: Refactor IOMMU attach/detachThierry Reding
2018-05-04drm/tegra: dc: Free syncpoint on errorsThierry Reding
2018-05-04drm/tegra: dc: Balance IOMMU group refcountingDmitry Osipenko
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-03-28drm/tegra: dc: Using NULL instead of plain integerWei Yongjun
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie
2018-03-22drm/tegra: dc: Use correct format array for Tegra124Stefan Agner
2018-03-21Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie
2018-03-19drm/tegra: dc: Detach IOMMU group from domain only onceThierry Reding
2018-03-17drm/tegra: hub: Use private object for global stateThierry Reding
2018-03-15drm/tegra: plane: Support format modifiersThierry Reding
2018-03-15drm/tegra: dc: Dedicate overlay plane to cursor on older Tegra'sDmitry Osipenko
2018-02-15drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan
2018-01-08drm/tegra: dc: Properly cleanup overlay planesThierry Reding
2018-01-08drm/tegra: dc: Fix possible_crtcs mask for planesThierry Reding
2017-12-21drm/tegra: dc: Implement legacy blendingThierry Reding
2017-12-21drm/tegra: dc: Link DC1 to DC0 on Tegra20Dmitry Osipenko
2017-12-21drm/tegra: Fix non-debugfs buildsArnd Bergmann
2017-12-21drm/tegra: Use IOMMU groupsThierry Reding
2017-12-21drm/tegra: Implement zpos propertyThierry Reding
2017-12-21drm/tegra: dc: Remove redundant spinlockThierry Reding
2017-12-21drm/tegra: dc: Use direct offset to plane registersThierry Reding
2017-12-21drm/tegra: dc: Support more formatsThierry Reding
2017-12-13drm/tegra: sor: Add Tegra186 supportThierry Reding