summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)Author
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-02-26Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2024-02-26drm/tegra: Remove existing framebuffer only if we support displayThierry Reding
2024-02-22drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin
2024-02-07Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-02-05Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2024-02-01drm/tegra: Do not assume that a NULL domain means no DMA IOMMUJason Gunthorpe
2024-01-16ASoC: hdmi-codec: drop drm/drm_edid.h includeJani Nikula
2023-12-14drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET
2023-12-14drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc...Christophe JAILLET
2023-12-14drm/tegra: rgb: Fix some error handling paths in tegra_dc_rgb_probe()Christophe JAILLET
2023-12-14drm/tegra: hdmi: Fix some error handling paths in tegra_hdmi_probe()Christophe JAILLET
2023-12-14drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET
2023-12-14drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET
2023-12-14drm/tegra: dpaux: Fix PM disable depth imbalance in tegra_dpaux_probeZhang Shurong
2023-12-14drm/tegra: include drm/drm_edid.h only where neededJani Nikula
2023-12-14drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula
2023-10-11drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding
2023-10-11drm/tegra: Zero-initialize iosys_mapMikko Perttunen
2023-10-11drm/tegra: hub: Increase buffer size to ensure all possible values can be storedLee Jones
2023-10-11drm/tegra: Remove two unused function declarationsYue Haibing
2023-10-11drm/tegra: Remove surplus else after returnSui Jingfeng
2023-09-20drm/tegra: rgb: Parameterize V- and H-sync polaritiesThierry Reding
2023-09-01drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann
2023-07-27drm/tegra: sor: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-07-27drm/tegra: hdmi: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-07-27drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li
2023-07-27drm/tegra: output: hdmi: Support bridge/connectorMaxim Schwalm
2023-07-27drm/tegra: Enable runtime PM during probeMikko Perttunen
2023-07-27drm/tegra: dpaux: Use devm_platform_ioremap_resource()Yang Li
2023-07-27drm/tegra: Add error check for NVDEC firmware memory allocationMikko Perttunen
2023-07-24drm/tegra: Store pointer to vmap'ed framebuffer in screen_bufferThomas Zimmermann
2023-07-24drm/tegra: Set fbdev FBINFO_VIRTFB flagThomas Zimmermann
2023-07-24drm/tegra: Use fbdev DMA helpersThomas Zimmermann
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-07-21drm: Explicitly include correct DT includesRob Herring
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-11drm/client: Send hotplug event after registering a clientThomas Zimmermann
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-21drm: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko
2023-06-08drm/tegra: sor: Add a determine_rate hookMaxime Ripard
2023-06-01drm/tegra: Use regular fbdev I/O helpersThomas Zimmermann
2023-04-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter
2023-04-06drm/tegra: Avoid potential 32-bit integer overflowNur Hussein
2023-04-06drm/tegra: Implement fbdev emulation as in-kernel clientThomas Zimmermann