summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra
Commit message (Expand)AuthorAgeFilesLines
* Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
* Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"Geert Uytterhoeven2024-05-021-1/+1
* Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
* Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"Geert Uytterhoeven2024-05-021-1/+1
* Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2024-04-051-4/+4
|\
| * drm: Switch DRM_DISPLAY_HDMI_HELPER to depends onMaxime Ripard2024-03-281-1/+1
| * drm: Switch DRM_DISPLAY_DP_HELPER to depends onMaxime Ripard2024-03-281-1/+1
| * drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends onMaxime Ripard2024-03-281-1/+1
| * drm: Switch DRM_DISPLAY_HELPER to depends onMaxime Ripard2024-03-281-1/+1
| * drm/display: Make DisplayPort AUX bus Kconfig name consistentMaxime Ripard2024-03-281-1/+1
* | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-138-41/+92
|\|
| * drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin2024-02-221-0/+1
| * 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
| | |\
| * | | 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
* | | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2024-02-261-1/+2
|\ \ \ | | |/ | |/|
| * | drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe2024-02-011-1/+2
| |/
* / drm/tegra: Remove existing framebuffer only if we support displayThierry Reding2024-02-261-3/+20
|/
* 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
| |\ \