aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14drm/tegra: drop use of drmP.hSam Ravnborg1-4/+9
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-11/+6
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-25drm/tegra: Convert to using __drm_atomic_helper_crtc_reset() for reset.Maarten Lankhorst1-11/+6
2018-11-29drm/tegra: dc: Don't clean up unused display controllerThierry Reding1-16/+22
2018-09-26drm/tegra: dc: Add Tegra194 supportThierry Reding1-0/+51
2018-09-26drm/tegra: dc: Do not register DC without primary planeThierry Reding1-0/+22
2018-07-09driver core: Rename flag AUTOREMOVE to AUTOREMOVE_CONSUMERVivek Gautam1-1/+1
2018-05-18drm/tegra: dc: Support rotation propertyThierry Reding1-1/+25
2018-05-17drm/tegra: dc: Rename supports_blending to has_legacy_blendingDmitry Osipenko1-10/+10
2018-05-17drm/tegra: plane: Implement zpos plane property for older TegrasDmitry Osipenko1-37/+97
2018-05-17drm/tegra: dc: Enable plane scaling filtersDmitry Osipenko1-0/+81
2018-05-17drm/tegra: Refactor IOMMU attach/detachThierry Reding1-35/+7
2018-05-04drm/tegra: dc: Free syncpoint on errorsThierry Reding1-0/+2
2018-05-04drm/tegra: dc: Balance IOMMU group refcountingDmitry Osipenko1-16/+15
2018-04-02Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-33/+51
2018-03-28drm/tegra: dc: Using NULL instead of plain integerWei Yongjun1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-3/+13
2018-03-22drm/tegra: dc: Use correct format array for Tegra124Stefan Agner1-2/+2
2018-03-21Merge tag 'drm/tegra/for-4.17-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-32/+50
2018-03-19drm/tegra: dc: Detach IOMMU group from domain only onceThierry Reding1-3/+13
2018-03-17drm/tegra: hub: Use private object for global stateThierry Reding1-26/+0
2018-03-15drm/tegra: plane: Support format modifiersThierry Reding1-1/+25
2018-03-15drm/tegra: dc: Dedicate overlay plane to cursor on older Tegra'sDmitry Osipenko1-5/+25
2018-02-15drm/tegra: Handle 64-bit return from drm_crtc_vblank_count()Dhinakaran Pandiyan1-1/+1
2018-01-08drm/tegra: dc: Properly cleanup overlay planesThierry Reding1-7/+11
2018-01-08drm/tegra: dc: Fix possible_crtcs mask for planesThierry Reding1-5/+12
2017-12-21drm/tegra: dc: Implement legacy blendingThierry Reding1-13/+68
2017-12-21drm/tegra: dc: Link DC1 to DC0 on Tegra20Dmitry Osipenko1-30/+64
2017-12-21drm/tegra: Fix non-debugfs buildsArnd Bergmann1-1/+7
2017-12-21drm/tegra: Use IOMMU groupsThierry Reding1-10/+17
2017-12-21drm/tegra: Implement zpos propertyThierry Reding1-28/+66
2017-12-21drm/tegra: dc: Remove redundant spinlockThierry Reding1-11/+2
2017-12-21drm/tegra: dc: Use direct offset to plane registersThierry Reding1-82/+91
2017-12-21drm/tegra: dc: Support more formatsThierry Reding1-10/+137
2017-12-13drm/tegra: sor: Add Tegra186 supportThierry Reding1-0/+13
2017-12-13drm/tegra: Support ARGB and ABGR formatsThierry Reding1-0/+4
2017-12-13drm/tegra: dc: Add Tegra186 supportThierry Reding1-50/+200
2017-12-13drm/tegra: Add Tegra186 display hub supportThierry Reding1-0/+31
2017-12-13drm/tegra: Move common plane code to separate fileThierry Reding1-194/+5
2017-12-13drm/tegra: dc: Move state definition to headerThierry Reding1-18/+0
2017-12-13drm/tegra: dc: Remove duplicate plane funcsThierry Reding1-10/+1
2017-12-13drm/tegra: dc: Remove tegra_overlay_plane_destroy()Thierry Reding1-6/+1
2017-12-13drm/tegra: dc: Remove duplicate plane funcsThierry Reding1-12/+3
2017-12-13drm/tegra: dc: Remove tegra_primary_plane_destroy()Thierry Reding1-6/+1
2017-12-13drm/tegra: Remove custom page-flip handlerThierry Reding1-45/+17
2017-12-13drm/tegra: Use atomic commit helpersThierry Reding1-11/+16
2017-12-13drm/tegra: dc: Support background colorThierry Reding1-6/+8