summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/tegra: Fix NULL vs IS_ERR() check in probe()Dan Carpenter2024-10-241-2/+2
* Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"Ulf Hansson2024-10-101-13/+33
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-195-50/+40
|\
| * Merge v6.11-rc7 into drm-nextSimona Vetter2024-09-111-0/+1
| |\
| * | drm/tegra: fix potential uninitialized variable useJani Nikula2024-09-051-1/+1
| * | drm/tegra: convert to struct drm_edidJani Nikula2024-08-292-13/+18
| * | drm/tegra: hub: Use fn parameter directly to fix Coccinelle warningThorsten Blum2024-08-281-4/+3
| * | drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()Ulf Hansson2024-08-281-33/+13
| * | drm/tegra: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson2024-07-081-0/+6
* | | Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2024-09-161-0/+1
|\ \ \
| * | | fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner2024-08-301-0/+1
| |/ /
* | / drm/tegra: Use iommu_paging_domain_alloc()Lu Baolu2024-09-101-2/+3
| |/ |/|
* | drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov2024-09-031-0/+1
|/
* 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-148-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