aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/sor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25drm/display: Move SCDC helpers into display-helper libraryThomas Zimmermann1-1/+1
2022-04-25drm: Rename dp/ to display/Thomas Zimmermann1-1/+1
2022-01-17drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann1-1/+1
2021-10-04Revert "drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul1-7/+4
2021-10-01drm/tegra: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-4/+7
2021-05-27drm/tegra: sor: Fix AUX device reference leakThierry Reding1-10/+19
2021-05-27drm/tegra: Get ref for DP AUX channel, not its ddc adapterLyude Paul1-3/+3
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-03-30drm/tegra: sor: Grab runtime PM reference across resetThierry Reding1-0/+7
2021-01-15drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao1-1/+1
2020-11-26drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao1-2/+8
2020-11-10drm/tegra: sor: Ensure regulators are disabled on teardownMarc Zyngier1-35/+24
2020-11-09drm/tegra: sor: Don't warn on probe deferralJon Hunter1-4/+3
2020-09-17drm/tegra: Properly reference count the DDC I2C adapterThierry Reding1-1/+6
2020-07-17drm/tegra: sor: Use correct power supply names for HDMIThierry Reding1-2/+2
2020-04-17drm/tegra: Clean up GPIO includesLinus Walleij1-1/+0
2020-04-02drm/tegra: Use simple encoderThomas Zimmermann1-6/+2
2020-03-18drm/tegra: remove checks for debugfs functions return valueWambui Karuga1-10/+1
2020-02-07Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-22/+27
2020-01-31drm/tegra: sor: Initialize runtime PM before useThierry Reding1-15/+17
2020-01-31drm/tegra: sor: Disable runtime PM on probe failureThierry Reding1-6/+8
2020-01-31drm/tegra: sor: Suspend on clock registration failureThierry Reding1-6/+7
2020-01-15Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-62/+101
2020-01-10drm/tegra: output: Implement system suspend/resumeThierry Reding1-0/+17
2020-01-10drm/tegra: sor: Mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2020-01-10drm/tegra: Do not implement runtime PMThierry Reding1-66/+88
2020-01-10gpu: host1x: Rename "parent" to "host"Thierry Reding1-1/+1
2020-01-07drm/tegra: Provide ddc symlink in output connector sysfs directoryAndrzej Pietrasiewicz1-3/+4
2019-12-04drm/tegra: sor: Make the +5V HDMI supply optionalThierry Reding1-2/+16
2019-12-04drm/tegra: sor: Implement system suspend/resumeThierry Reding1-5/+19
2019-10-28drm/tegra: sor: Introduce audio enable/disable callbacksThierry Reding1-2/+8
2019-10-28drm/tegra: sor: Extract common audio enabling codeThierry Reding1-18/+25
2019-10-28drm/tegra: sor: Avoid timeouts on unplug eventsThierry Reding1-3/+10
2019-10-28drm/tegra: sor: Unify eDP and DP supportThierry Reding1-347/+74
2019-10-28drm/tegra: sor: Use correct I/O pad for DPThierry Reding1-0/+1
2019-10-28drm/tegra: sor: Unify clock setup for eDP, HDMI and DPThierry Reding1-11/+81
2019-10-28drm/tegra: sor: Support DisplayPort on Tegra194Thierry Reding1-0/+5
2019-10-28drm/tegra: sor: Deduplicate connector type detection codeThierry Reding1-109/+109
2019-10-28drm/tegra: sor: Implement pad clock for all SOR instancesThierry Reding1-6/+14
2019-10-28drm/tegra: sor: Use correct SOR index on Tegra210Thierry Reding1-0/+5
2019-10-28drm/tegra: sor: Remove tegra186-sor1 supportThierry Reding1-18/+0
2019-10-28drm/tegra: sor: Add DisplayPort supportThierry Reding1-2/+341
2019-10-28drm/tegra: sor: Filter eDP ratesThierry Reding1-0/+26
2019-10-28drm/tegra: sor: Stabilize eDPThierry Reding1-89/+49
2019-10-28drm/tegra: sor: Hook up I2C-over-AUX to outputThierry Reding1-0/+2
2019-10-28drm/tegra: sor: Use DP link training helpersThierry Reding1-216/+468
2019-10-28drm/tegra: dp: Turn link capabilities into booleansThierry Reding1-2/+2
2019-10-28drm/tegra: dp: Track link capabilities alongside settingsThierry Reding1-14/+14
2019-10-24drm/tegra: sor: Move register programming out of ->init()Thierry Reding1-13/+11