aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/dc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-13drm/tegra: dc: Extend debug stats with total number of eventsDmitry Osipenko1-0/+10
2021-08-13drm/tegra: dc: Support memory bandwidth managementDmitry Osipenko1-2/+346
2021-06-23Merge tag 'drm/tegra/for-5.14-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave Airlie1-1/+1
2021-05-31drm/tegra: hub: Fix YUV supportThierry Reding1-1/+1
2021-05-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-10/+103
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard1-17/+13
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+8
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter1-17/+13
2021-03-31drm/tegra: Support sector layout on Tegra194Thierry Reding1-0/+7
2021-03-31drm/tegra: Count number of display controllers at runtimeThierry Reding1-0/+22
2021-03-31drm/tegra: dc: Implement hardware cursor on Tegra186 and laterThierry Reding1-8/+53
2021-03-31drm/tegra: dc: Parameterize maximum resolutionThierry Reding1-0/+6
2021-03-31drm/tegra: dc: Inherit DMA maskThierry Reding1-0/+7
2021-03-31gpu: host1x: Reserve VBLANK syncpoints at initializationMikko Perttunen1-0/+6
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-2/+2
2021-03-30Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding1-17/+13
2021-03-30drm/tegra: dc: Restore coupling of display controllersThierry Reding1-12/+8
2021-03-30drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko1-5/+5
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-52/+64
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-5/+9
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-10/+10
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-20/+22
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-19/+19
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao1-1/+1
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-3/+5
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-5/+5
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-24Merge tag 'drm/tegra/for-5.9-rc1' of ssh://git.freedesktop.org/git/tegra/linux into drm-nextDave 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