aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04Revert "drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul3-15/+8
2021-10-01drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos3-8/+15
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/linux into drm-nextDave 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
2021-08-10drm/tegra: Implement new UAPIMikko Perttunen5-16/+389
2021-08-10drm/tegra: Allocate per-engine channel in core codeMikko Perttunen2-0/+13
2021-08-10drm/tegra: Boot VIC during runtime PM resumeMikko Perttunen1-61/+51
2021-08-10drm/tegra: Extract tegra_gem_lookup()Mikko Perttunen3-17/+18
2021-08-10gpu: host1x: Add option to skip firewall for a jobMikko Perttunen1-1/+1
2021-08-10gpu: host1x: Add no-recovery modeMikko Perttunen1-0/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-4/+1
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-8/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-29drm/tegra: Don't set struct drm_device.irq_enabledThomas Zimmermann1-7/+0
2021-06-23Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie8-20/+223
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie3-30/+44
2021-06-11drm/tegra: Don't call SET_APPLICATION_ID in VIC bootMikko Perttunen2-3/+0
2021-06-11drm/tegra: Remove superfluous error messages around platform_get_irq()Tan Zhongjun1-3/+1
2021-05-31drm/tegra: hub: Implement basic scaling supportThierry Reding2-5/+144
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding5-9/+78
2021-05-31drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUTDmitry Osipenko1-1/+1
2021-05-27drm/tegra: sor: Fix AUX device reference leakThierry Reding2-14/+20
2021-05-27drm/tegra: Get ref for DP AUX channel, not its ddc adapterLyude Paul2-4/+7
2021-05-17drm/tegra: Fix shift overflow in tegra_shared_plane_atomic_updateNathan Chancellor1-1/+1
2021-05-17drm/tegra: sor: Fully initialize SOR before registrationThierry Reding1-14/+13
2021-05-17drm/tegra: sor: Do not leak runtime PM referencePavel Machek (CIP)1-4/+10
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann11-28/+224
2021-04-30Merge tag 'drm/tegra/for-5.13-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie11-28/+224
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul1-0/+1
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard2-17/+20
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter2-4/+8
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-2/+2
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter2-17/+20
2021-04-08drm/tegra: Don't register DP AUX channels before connectorsLyude Paul1-5/+6
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding7-0/+78
2021-03-31drm/tegra: Count number of display controllers at runtimeThierry Reding3-2/+27
2021-03-31drm/tegra: gem: Add a clarifying commentThierry Reding1-0/+8
2021-03-31drm/tegra: fb: Add diagnostics for framebuffer modifiersThierry Reding1-0/+1
2021-03-31drm/tegra: dc: Implement hardware cursor on Tegra186 and laterThierry Reding2-8/+58
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding3-3/+17
2021-03-31drm/tegra: dc: Inherit DMA maskThierry Reding2-0/+14
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen1-0/+6