summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-071-1/+2
|\
| * Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2024-02-057-41/+90
| |\
| * | drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe2024-02-011-1/+2
* | | ASoC: hdmi-codec: drop drm/drm_edid.h includeJani Nikula2024-01-161-0/+1
| |/ |/|
* | drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET2023-12-141-4/+12
* | drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET2023-12-141-1/+3
* | drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET2023-12-141-5/+11
* | drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET2023-12-141-7/+13
* | drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET2023-12-141-0/+1
* | drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET2023-12-141-19/+35
* | drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong2023-12-141-4/+10
* | drm/tegra: include drm/drm_edid.h only where neededJani Nikula2023-12-143-1/+3
* | drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni2023-12-141-1/+3
|/
* drm/edid: include drm_eld.h only where requiredJani Nikula2023-11-092-0/+2
* drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding2023-10-111-2/+11
* drm/tegra: Zero-initialize iosys_mapMikko Perttunen2023-10-111-1/+1
* drm/tegra: hub: Increase buffer size to ensure all possible values can be storedLee Jones2023-10-111-1/+1
* drm/tegra: Remove two unused function declarationsYue Haibing2023-10-111-3/+0
* drm/tegra: Remove surplus else after returnSui Jingfeng2023-10-111-9/+10
* drm/tegra: rgb: Parameterize V- and H-sync polaritiesThierry Reding2023-09-201-3/+13
* drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König2023-09-014-2/+12
* fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann2023-07-312-3/+3
* drm/tegra: sor: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-271-3/+1
* drm/tegra: hdmi: Convert to devm_platform_ioremap_resource()Yangtao Li2023-07-271-3/+1
* drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li2023-07-271-1/+1
* drm/tegra: output: hdmi: Support bridge/connectorMaxim Schwalm2023-07-271-11/+33
* drm/tegra: Enable runtime PM during probeMikko Perttunen2023-07-274-38/+28
* drm/tegra: dpaux: Use devm_platform_ioremap_resource()Yang Li2023-07-271-3/+1
* drm/tegra: Add error check for NVDEC firmware memory allocationMikko Perttunen2023-07-271-0/+2
* drm/tegra: Store pointer to vmap'ed framebuffer in screen_bufferThomas Zimmermann2023-07-241-1/+1
* drm/tegra: Set fbdev FBINFO_VIRTFB flagThomas Zimmermann2023-07-241-0/+1
* drm/tegra: Use fbdev DMA helpersThomas Zimmermann2023-07-242-3/+3
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-07-242-4/+1
|\
| * Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-172-4/+0
| |\
| * | drm/client: Send hotplug event after registering a clientThomas Zimmermann2023-07-111-4/+0
| * | Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-06-293-6/+5
| |\ \
| * | | drm/tegra: sor: Add a determine_rate hookMaxime Ripard2023-06-081-0/+1
* | | | drm: Explicitly include correct DT includesRob Herring2023-07-219-11/+10
| |_|/ |/| |
* | | drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-2/+0
* | | drm: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko2023-06-211-2/+0
| |/ |/|
* | drm/tegra: Use regular fbdev I/O helpersThomas Zimmermann2023-06-012-5/+4
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-04-1621-433/+339
|\|
| * Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter2023-04-0621-433/+339
| |\
| | * drm/tegra: Avoid potential 32-bit integer overflowNur Hussein2023-04-061-1/+1
| | * drm/tegra: Implement fbdev emulation as in-kernel clientThomas Zimmermann2023-04-063-132/+86
| | * drm/tegra: Initialize fbdev DRM clientThomas Zimmermann2023-04-061-1/+32
| | * drm/tegra: Hide fbdev support behind config optionThomas Zimmermann2023-04-064-225/+253
| | * drm/tegra: Remove struct tegra_fbdevThomas Zimmermann2023-04-052-47/+22
| | * drm/tegra: Removed fb from struct tegra_fbdevThomas Zimmermann2023-04-052-12/+12
| | * drm/tegra: Include <linux/i2c.h>Thomas Zimmermann2023-04-051-0/+1