summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2025-12-07drm/tegra: dc: Fix reference leak in tegra_dc_couple()Ma Ke1-0/+1
2025-07-17drm/tegra: Fix a possible null pointer dereferenceQiu-ji Chen1-1/+4
2025-07-17drm/tegra: Assign plane type before registrationThierry Reding3-7/+12
2025-06-27drm/tegra: rgb: Fix the unbound reference countBiju Das1-1/+13
2024-03-27drm/tegra: put drm_gem_object ref on error in tegra_fb_createFedor Pchelkin1-0/+1
2024-03-27drm/tegra: output: Fix missing i2c_put_adapter() in the error handling paths ...Christophe JAILLET1-4/+12
2024-03-27drm/tegra: dsi: Fix missing pm_runtime_disable() in the error handling path o...Christophe JAILLET1-0/+1
2024-03-27drm/tegra: dsi: Fix some error handling paths in tegra_dsi_probe()Christophe JAILLET1-19/+35
2024-03-27drm/tegra: dsi: Make use of the helper function dev_err_probe()Cai Huoqing1-16/+12
2024-03-27drm/tegra: dsi: Add missing check for of_find_device_by_nodeChen Ni1-1/+3
2023-09-19drm/tegra: dpaux: Fix incorrect return value of platform_get_irqYangtao Li1-1/+1
2023-09-19drm/tegra: Remove superfluous error messages around platform_get_irq()Tan Zhongjun1-3/+1
2023-05-30drm/tegra: Avoid potential 32-bit integer overflowNur Hussein1-1/+1
2023-01-14drm/tegra: Add missing clk_disable_unprepare() in tegra_dc_probe()Zhang Zekun1-1/+3
2022-12-02gpu: host1x: Avoid trying to use GART on Tegra20Robin Murphy1-0/+4
2022-04-08drm/tegra: Fix reference leak in tegra_dsi_ganged_probeMiaoqian Lin1-1/+3
2022-01-27drm/tegra: vic: Fix DMA API misuseRobin Murphy1-4/+3
2021-07-19drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter2-4/+8
2021-06-18drm/tegra: sor: Fully initialize SOR before registrationThierry Reding1-14/+13
2021-06-18drm/tegra: sor: Do not leak runtime PM referencePavel Machek (CIP)1-4/+10
2021-04-16drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko1-5/+5
2021-04-07drm/tegra: sor: Grab runtime PM reference across resetThierry Reding1-0/+7
2021-04-07drm/tegra: dc: Restore coupling of display controllersThierry Reding1-12/+8
2021-03-04drm/tegra: Fix reference leak when pm_runtime_get_sync() failsQinglang Miao6-6/+6
2020-11-26drm/tegra: sor: Disable clocks on error in tegra_sor_init()Qinglang Miao1-2/+8
2020-11-13drm/tegra: output: Do not put OF node twiceThierry Reding1-1/+0
2020-11-10drm/tegra: replace idr_init() by idr_init_base()Deepak R Varma1-1/+1
2020-11-10drm/tegra: sor: Ensure regulators are disabled on teardownMarc Zyngier1-35/+24
2020-11-09drm/tegra: sor: Don't warn on probe deferralJon Hunter1-4/+3
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-96/+97
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2020-09-23Merge tag 'drm/tegra/for-5.10-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie4-55/+80
2020-09-17drm/tegra: output: rgb: Wrap directly-connected panel into DRM bridgeDmitry Osipenko1-52/+18
2020-09-17drm/tegra: output: rgb: Support LVDS encoder bridgeDmitry Osipenko1-9/+49
2020-09-17drm/tegra: output: Support DRM bridgesDmitry Osipenko2-0/+14
2020-09-17drm/tegra: output: Don't leak OF node on errorDmitry Osipenko1-4/+4
2020-09-17drm/tegra: Properly reference count the DDC I2C adapterThierry Reding2-3/+8
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2-27/+15
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-09-10drm: tegra: fix common struct sg_table related issuesMarek Szyprowski2-27/+15
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-1/+1
2020-09-07Merge tag 'v5.9-rc4' into patchworkMauro Carvalho Chehab1-1/+1
2020-08-28media: gpu: host1x: mipi: Keep MIPI clock enabled and mutex locked till calib...Sowjanya Komatineni1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann10-21/+73
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2-13/+1
2020-07-24Merge tag 'drm/tegra/for-5.9-rc1' of ssh://git.freedesktop.org/git/tegra/linu...Dave Airlie9-19/+57
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie2-2/+16
2020-07-17drm/tegra: plane: Support 180° rotationDmitry Osipenko1-0/+2