summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra/dc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24Merge tag 'drm/tegra/for-5.9-rc1' of ssh://git.freedesktop.org/git/tegra/linu...Dave Airlie1-12/+38
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-0/+1
2020-07-17drm/tegra: plane: Support 180° rotationDmitry Osipenko1-0/+2
2020-07-17drm/tegra: plane: Support horizontal reflectionDmitry Osipenko1-6/+32
2020-07-17drm/tegra: plane: Rename bottom_up to reflect_yDmitry Osipenko1-5/+5
2020-07-17drm/tegra: dc: Omit superfluous error message in tegra_dc_probe()Tang Bin1-3/+1
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter1-1/+0
2020-06-16drm/tegra: Add zpos property for cursor planesThierry Reding1-0/+1
2020-03-26Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-5/+15
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga1-10/+1
2020-03-13drm/tegra: dc: Silence RGB output deferred-probe errorDmitry Osipenko1-1/+7
2020-03-12drm/tegra: dc: Release PM and RGB output when client's registration failsDmitry Osipenko1-1/+7
2020-03-12drm/tegra: dc: Use devm_platform_ioremap_resourceDmitry Osipenko1-3/+1
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding1-57/+84
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-3/+3
2019-12-04drm/tegra: Silence expected errors on IOMMU attachThierry Reding1-1/+1
2019-12-04drm/tegra: Use proper IOVA address for cursor imageThierry Reding1-8/+8
2019-10-29drm/tegra: Support DMA API for display controllersThierry Reding1-3/+5
2019-10-29drm/tegra: Simplify IOMMU group selectionThierry Reding1-1/+1
2019-10-28drm/tegra: gem: Rename paddr -> iovaThierry Reding1-3/+3
2019-10-28drm/tegra: Move IOMMU group into host1x clientThierry Reding1-5/+4
2019-10-28drm/tegra: Inherit device DMA parameters from host1xThierry Reding1-0/+9
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/...Linus 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/lin...Dave 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