summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge 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
2023-11-09drm/edid: include drm_eld.h only where requiredJani Nikula2-0/+2
2023-10-11drm/tegra: gem: Do not return NULL in tegra_bo_mmap()Thierry Reding1-2/+11
2023-10-11drm/tegra: Zero-initialize iosys_mapMikko Perttunen1-1/+1
2023-10-11drm/tegra: hub: Increase buffer size to ensure all possible values can be storedLee Jones1-1/+1
2023-10-11drm/tegra: Remove two unused function declarationsYue Haibing1-3/+0
2023-10-11drm/tegra: Remove surplus else after returnSui Jingfeng1-9/+10
2023-09-20drm/tegra: rgb: Parameterize V- and H-sync polaritiesThierry Reding1-3/+13
2023-09-01drm/debugfs: rework drm_debugfs_create_files implementation v2Christian König4-2/+12
2023-07-31fbdev: Use _DMAMEM_ infix for DMA-memory helpersThomas Zimmermann2-3/+3
2023-07-27drm/tegra: sor: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-27drm/tegra: hdmi: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-07-27drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li1-1/+1
2023-07-27drm/tegra: output: hdmi: Support bridge/connectorMaxim Schwalm1-11/+33
2023-07-27drm/tegra: Enable runtime PM during probeMikko Perttunen4-38/+28
2023-07-27drm/tegra: dpaux: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-07-27drm/tegra: Add error check for NVDEC firmware memory allocationMikko Perttunen1-0/+2
2023-07-24drm/tegra: Store pointer to vmap'ed framebuffer in screen_bufferThomas Zimmermann1-1/+1
2023-07-24drm/tegra: Set fbdev FBINFO_VIRTFB flagThomas Zimmermann1-0/+1
2023-07-24drm/tegra: Use fbdev DMA helpersThomas Zimmermann2-3/+3
2023-07-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-4/+1
2023-07-21drm: Explicitly include correct DT includesRob Herring9-11/+10
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2-4/+0
2023-07-11drm/client: Send hotplug event after registering a clientThomas Zimmermann1-4/+0
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-6/+5
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-21drm: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko1-2/+0
2023-06-09drm/tegra: sor: Add a determine_rate hookMaxime Ripard1-0/+1
2023-06-01drm/tegra: Use regular fbdev I/O helpersThomas Zimmermann2-5/+4
2023-04-16Merge drm/drm-next into drm-misc-nextThomas Zimmermann21-433/+339
2023-04-16drm/aperture: Remove primary argumentDaniel Vetter1-1/+1
2023-04-06Merge tag 'drm/tegra/for-6.4-rc1' of https://gitlab.freedesktop.org/drm/tegra...Daniel Vetter21-433/+339
2023-04-06drm/tegra: Avoid potential 32-bit integer overflowNur Hussein1-1/+1
2023-04-06drm/tegra: Implement fbdev emulation as in-kernel clientThomas Zimmermann3-132/+86