summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-05-28drm/tegra: Explicitly specify PMC instance to useThierry Reding4-9/+31
2026-05-28drm/nouveau: tegra: Explicitly specify PMC instance to useThierry Reding2-1/+10
2026-05-28drm/amd/display: Add a default case for dc_status_to_strIvan Lipski1-2/+2
2026-05-28drm/amdgpu: fix amdgpu_vm_bo_reset_state_machineChristian König1-3/+14
2026-05-28Merge remote-tracking branch 'drm/drm-next' into drm-rust-nextDanilo Krummrich1445-21816/+118199
2026-05-28drm/nouveau/gsp: formally support GA100Timur Tabi1-8/+1
2026-05-28drm/nouveau/gsp: require GSP-RM for GA100 supportTimur Tabi1-1/+0
2026-05-28drm/nouveau/bios: skip the IFR header if presentTimur Tabi1-9/+101
2026-05-28drm/nouveau/bios: specify correct display fuse register for Ampere and AdaTimur Tabi1-1/+2
2026-05-28drm/nouveau: GA100 has an FRTS region size of zeroTimur Tabi1-2/+7
2026-05-28drm/nouveau: only boot FRTS if its region is allocatedTimur Tabi1-3/+6
2026-05-28drm/nouveau/gsp: read MMU_LOCK to fix WPR placement on GA100Timur Tabi1-0/+49
2026-05-28drm/nouveau/gsp: use fb.bios.addr for gspFwWprEnd instead of vga_workspace.addrTimur Tabi1-1/+1
2026-05-28drm/nouveau/gsp: add SEC2 to GA100 chip tableTimur Tabi1-0/+1
2026-05-28nouveau/gsp/rm: cleanup remaining IS_ERR_OR_NULL usageHongling Zeng2-4/+4
2026-05-28nouveau/gsp/rm: cleanup WARN_ON(IS_ERR_OR_NULL)Hongling Zeng1-1/+1
2026-05-28nouveau/gsp/rm: cleanup IS_ERR_OR_NULL in core implementationHongling Zeng2-4/+4
2026-05-28nouveau/gsp: cleanup IS_ERR_OR_NULL in rpc_rdHongling Zeng1-1/+1
2026-05-28nouveau/gsp: cleanup IS_ERR_OR_NULL in rm_alloc functionsHongling Zeng1-3/+3
2026-05-28drm/xe: gate observation streams with perf_allow_cpu()John Hubbard4-19/+46
2026-05-28drm/tegra: Fix iommu_map_sgtable() return value checkMikko Perttunen1-3/+6
2026-05-28gpu: host1x: Fix iommu_map_sgtable() return value checkMikko Perttunen1-4/+6
2026-05-28gpu: host1x: Fix missing 'host1x_context_device_bus_type'Ben Dooks3-2/+3
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-28gpu: host1x: Fix device reference leak in host1x_device_parse_dt() error pathGuangshuo Li1-1/+1
2026-05-28gpu: host1x: mipi: Fix device_node reference leak in tegra_mipi_request()Felix Gu1-2/+4
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-24/+35
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-28host1x: bus: Fix missing ops null check in error teardownshayderrr1-2/+2
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: Skip redundant HW state updateTanmay Patil1-2/+6
2026-05-28gpu: host1x: Skip redundant syncpoint loads in host1x_syncpt_wait()Tanmay Patil1-9/+14
2026-05-28gpu: host1x: Allow entries in BO caches to be freedMikko Perttunen3-14/+62
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-28drm/panthor: Reduce padding in gems debugfs for refcountNicolas Frattaroli1-4/+4
2026-05-28drm/panthor: Implement evicted status for GEM objectsNicolas Frattaroli2-4/+22
2026-05-28drm/i915/dp: Account for AS_SDP guardband only when enabledAnkit Nautiyal1-3/+2
2026-05-28drm/i915/dp: Enable AS SDP whenever VRR is possible or PR !asyncAnkit Nautiyal1-1/+5
2026-05-28drm/i915/dp: Compute AS SDP after PSR compute configAnkit Nautiyal1-1/+1
2026-05-28drm/i915/dp: Compute and include coasting vtotal for AS SDPAnkit Nautiyal2-1/+22
2026-05-28drm/i915/dp: Program AS SDP DB[1:0] for PR with Link offAnkit Nautiyal1-2/+3