summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-5/+5
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-5/+5
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst19-318/+1572
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-3/+4
2022-01-27drm/tegra: Add support for the nomodeset kernel parameterJavier Martinez Canillas1-0/+3
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann3-3/+3
2022-01-17drm/dp: Move DisplayPort helpers into separate helper moduleThomas Zimmermann1-0/+1
2021-12-16drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2021-12-16drm/tegra: Consolidate runtime PM management of older UAPI codepathDmitry Osipenko5-43/+14
2021-12-16drm/tegra: submit: Remove pm_runtime_enabled() checksDmitry Osipenko1-10/+6
2021-12-16drm/tegra: nvdec: Stop channel on suspendDmitry Osipenko1-11/+18
2021-12-16drm/tegra: vic: Stop channel on suspendDmitry Osipenko1-18/+18
2021-12-16drm/tegra: gr3d: Support generic power domain and runtime PMDmitry Osipenko1-58/+305
2021-12-16drm/tegra: gr2d: Support generic power domain and runtime PMDmitry Osipenko1-36/+148
2021-12-16drm/tegra: hdmi: Add OPP supportDmitry Osipenko1-4/+11
2021-12-16drm/tegra: dc: Support OPP and SoC core voltage scalingDmitry Osipenko2-0/+81
2021-12-16drm/tegra: submit: Add missing pm_runtime_mark_last_busy()Dmitry Osipenko1-1/+3
2021-12-16drm/tegra: vic: Handle tegra_drm_alloc() failureThierry Reding1-0/+2
2021-12-16drm/tegra: vic: Fix DMA API misuseRobin Murphy1-4/+3
2021-12-16drm/tegra: hdmi: Register audio CODEC on Tegra20Dmitry Osipenko2-11/+145
2021-12-16drm/tegra: hdmi: Unwind tegra_hdmi_init() errorsDmitry Osipenko1-3/+12
2021-12-16drm/tegra: Mark nvdec PM functions as __maybe_unusedArnd Bergmann1-2/+2
2021-12-16drm/tegra: Mark nvdec_writel() as inlineArnd Bergmann1-1/+2
2021-12-16drm/tegra: dc: rgb: Allow changing PLLD rate on Tegra30+Dmitry Osipenko3-12/+65
2021-12-16drm/tegra: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-12-16drm/tegra: vic: Use autosuspendMikko Perttunen1-0/+2
2021-12-16drm/tegra: gr2d: Explicitly control module resetThierry Reding1-2/+31
2021-12-16drm/tegra: dc: rgb: Move PCLK shifter programming to CRTCDmitry Osipenko2-4/+6
2021-12-16drm/tegra: Bump VIC/NVDEC clock rates to FmaxMikko Perttunen2-0/+12
2021-12-16drm/tegra: Add NVDEC driverMikko Perttunen4-1/+471
2021-12-16drm/tegra: Support asynchronous commits for cursorThierry Reding1-4/+76
2021-12-16drm/tegra: Propagate errors from drm_gem_plane_helper_prepare_fb()Thierry Reding1-1/+4
2021-12-16drm/tegra: Do not reference tegra_plane_funcs directlyThierry Reding1-2/+2
2021-12-16drm/tegra: Implement buffer object cacheThierry Reding4-5/+14
2021-12-16drm/tegra: Implement correct DMA-BUF semanticsThierry Reding6-170/+190
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2021-10-28BackMerge tag 'v5.15-rc7' into drm-nextDave Airlie3-10/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2021-09-16drm/tegra: uapi: Fix wrong mapping end address in case of disabled IOMMUDmitry Osipenko1-1/+1
2021-09-16drm/tegra: dc: Remove unused variablesDmitry Osipenko2-9/+0
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard16-99/+1946
2021-08-26Merge tag 'drm/tegra/for-5.15-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie16-99/+1946
2021-08-16drm/tegra: Use fourcc_mod_is_vendor() helperThierry Reding2-2/+2
2021-08-13drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko2-0/+15
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko6-3/+507
2021-08-10drm/tegra: Bump driver versionMikko Perttunen1-1/+1
2021-08-10drm/tegra: Add job firewallMikko Perttunen4-2/+268
2021-08-10drm/tegra: Implement job submission part of new UAPIMikko Perttunen4-1/+639
2021-08-10drm/tegra: Implement syncpoint wait UAPIMikko Perttunen3-28/+15
2021-08-10drm/tegra: Implement syncpoint management UAPIMikko Perttunen3-0/+59