summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tegra
AgeCommit message (Expand)AuthorFilesLines
2026-06-17Merge tag 'soc-drivers-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-9/+31
2026-05-28drm/tegra: Explicitly specify PMC instance to useThierry Reding4-9/+31
2026-05-28drm/tegra: Fix iommu_map_sgtable() return value checkMikko Perttunen1-3/+6
2026-05-28drm/tegra: dc: Fix device node reference leak in tegra_dc_has_output()Felix Gu1-1/+3
2026-05-28drm/tegra: Enable cmu for Tegra186 and Tegra194Aaron Kling3-0/+154
2026-05-28drm/tegra: Make tegra_fb_alloc() an internal interfaceThomas Zimmermann2-5/+1
2026-05-28drm/tegra: fbdev: Use a DRM client bufferThomas Zimmermann1-25/+36
2026-05-28drm/tegra: fbdev: Calculate buffer geometry with format helpersThomas Zimmermann1-18/+16
2026-05-28drm/tegra: fbdev: Remove offset into framebuffer memoryThomas Zimmermann1-6/+2
2026-05-28drm/tegra: fbdev: Do not assign to struct drm_fb_helper.infoThomas Zimmermann1-1/+0
2026-05-28drm/tegra: dp: fix kernel-doc warnings in dp.hRandy Dunlap1-7/+5
2026-05-28drm/tegra: sor: Remove usage of drm_simple_encoder_init()Jacob McLemore1-2/+7
2026-05-28drm/tegra: hdmi: Open-code drm_simple_encoder_init()Souradipto Das1-3/+7
2026-05-28gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen2-13/+3
2026-05-28drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_removeIon Agorria2-14/+12
2026-05-28drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is...Svyatoslav Ryhel2-8/+8
2026-05-28drm/tegra: sor: use str_plural in tegra_sor_dp_link_configureThorsten Blum1-1/+2
2026-05-28drm/tegra: dp: use str_plural in drm_dp_link_train_{full,fast}Thorsten Blum1-2/+4
2026-05-07Merge drm/drm-next into drm-misc-nextMaxime Ripard5-28/+28
2026-05-04drm: Rename struct drm_atomic_state to drm_atomic_commitMaxime Ripard5-28/+28
2026-04-30drm/tegra: rgb: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-30drm/tegra: hdmi: remove now-redundant call to drm_connector_attach_encoder()Luca Ceresoli1-2/+0
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+16
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-1/+1
2026-03-20drm/tegra: Switch private_obj initialization to atomic_create_stateMaxime Ripard1-6/+16
2026-03-19gpu: host1x: convert MIPI to use operation function pointersSvyatoslav Ryhel1-0/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds10-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook10-28/+28
2026-01-14drm/tegra: dsi: fix device leak on probeJohan Hovold1-4/+2
2026-01-13host1x: Make remove callback return voidUwe Kleine-König1-3/+1
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds12-45/+380
2025-11-25drm/fb-helper: Allocate and release fb_info in single placeThomas Zimmermann1-8/+1
2025-11-14drm/tegra: Add NVJPG driverDiogo Ivo4-0/+334
2025-11-14drm/tegra: dsi: Calculate packet parameters for video modeSvyatoslav Ryhel1-3/+10
2025-11-14drm/tegra: dsi: Make SOL delay calculation mode independentSvyatoslav Ryhel1-24/+18
2025-11-14Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"Diogo Ivo1-9/+0
2025-11-14drm/tegra: Add call to put_pid()Prateek Agarwal1-2/+5
2025-11-14drm/tegra: dc: Fix reference leak in tegra_dc_couple()Ma Ke1-0/+1
2025-10-31drm: include drm_print.h where neededJani Nikula7-0/+7
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann1-2/+0
2025-10-06drm/tegra: Switch to drm_atomic_get_new_crtc_state()Maxime Ripard1-1/+1
2025-09-29drm/tegra: Compute dumb-buffer sizes with drm_mode_size_dumb()Thomas Zimmermann1-3/+5
2025-09-15Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-1/+1
2025-09-11drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not usedBrahmajit Das2-4/+4
2025-08-26Revert "drm/tegra: Use dma_buf from GEM object instance"Thomas Zimmermann1-1/+1
2025-07-31Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds4-6/+11
2025-07-16drm/tegra: Pass along the format info from .fb_create() to drm_helper_mode_fi...Ville Syrjälä3-3/+7
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä2-3/+2
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-1/+3