summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2024-11-04Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds...Dave Airlie1-2/+2
2024-10-24drm/tegra: Fix NULL vs IS_ERR() check in probe()Dan Carpenter1-2/+2
2024-10-14drm/tegra: Use video aperture helpersThomas Zimmermann1-2/+2
2024-10-10Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"Ulf Hansson1-13/+33
2024-09-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-2/+4
2024-09-26drm/tegra: Run DRM default client setupThomas Zimmermann4-96/+20
2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-50/+40
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+1
2024-09-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-0/+1
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter1-0/+1
2024-09-10drm/tegra: Use iommu_paging_domain_alloc()drm-misc-fixes-2024-09-12Lu Baolu1-2/+3
2024-09-05drm/tegra: fix potential uninitialized variable usedrm-misc-next-fixes-2024-09-05Jani Nikula1-1/+1
2024-09-03drm/tegra: fix potential uninitialized variable useJani Nikula1-1/+1
2024-09-03drm/bridge-connector: move to DRM_DISPLAY_HELPER moduleDmitry Baryshkov1-0/+1
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-0/+1
2024-08-29drm/tegra: hdmi: Make read-only const array freqs staticColin Ian King1-1/+1
2024-08-29drm/tegra: gem: Don't attach dma-bufs when not neededMikko Perttunen2-30/+57
2024-08-29drm/tegra: gem: Open code drm_prime_gem_destroyMikko Perttunen1-1/+4
2024-08-29Revert "drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()"Thierry Reding1-13/+33
2024-08-29drm/tegra: convert to struct drm_edidJani Nikula2-13/+18
2024-08-28drm/tegra: hub: Use fn parameter directly to fix Coccinelle warningThorsten Blum1-4/+3
2024-08-28drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()Ulf Hansson1-33/+13
2024-07-08drm/tegra: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson1-0/+6
2024-05-02Revert "drm: Switch DRM_DISPLAY_HELPER to depends on"Geert Uytterhoeven1-1/+1
2024-05-02Revert "drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends on"Geert Uytterhoeven1-1/+1
2024-05-02Revert "drm: Switch DRM_DISPLAY_DP_HELPER to depends on"Geert Uytterhoeven1-1/+1
2024-05-02Revert "drm: Switch DRM_DISPLAY_HDMI_HELPER to depends on"Geert Uytterhoeven1-1/+1
2024-04-05Merge tag 'drm-misc-next-2024-03-28' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-4/+4
2024-03-28drm: Switch DRM_DISPLAY_HDMI_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_DP_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_DP_AUX_BUS to depends onMaxime Ripard1-1/+1
2024-03-28drm: Switch DRM_DISPLAY_HELPER to depends onMaxime Ripard1-1/+1
2024-03-28drm/display: Make DisplayPort AUX bus Kconfig name consistentMaxime Ripard1-1/+1
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds8-41/+92
2024-02-26Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-1/+2
2024-02-26drm/tegra: Remove existing framebuffer only if we support displayThierry Reding1-3/+20
2024-02-22drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin1-0/+1
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+2
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-41/+90
2024-02-01drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe1-1/+2
2024-01-16ASoC: hdmi-codec: drop drm/drm_edid.h includeJani Nikula1-0/+1
2023-12-14drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET1-4/+12
2023-12-14drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET1-1/+3
2023-12-14drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET1-5/+11
2023-12-14drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET1-7/+13
2023-12-14drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2023-12-14drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2023-12-14drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong1-4/+10
2023-12-14drm/tegra: include drm/drm_edid.h only where neededJani Nikula3-1/+3
2023-12-14drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3