summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
5 daysamdgpu: handle malloc failure in split_env_varHEADmainMario Limonciello1-0/+4
5 daysamdgpu: check drmGetVersion result before dereferencingMario Limonciello1-0/+5
5 daysamdgpu: bound alloca sizes in CS submission pathsMario Limonciello1-1/+20
5 daysamdgpu: guard against overflow in handle_table_insertMario Limonciello1-1/+6
5 daysamdgpu: clamp num_shader_engines loop to array sizeMario Limonciello1-1/+9
5 daysamdgpu: reject out-of-range ip_instance in CS and semaphore APIsMario Limonciello1-0/+6
5 daysamdgpu: fix self-deadlock in amdgpu_bo_import error pathMario Limonciello1-0/+4
2026-07-28Add SPDX Licenses to top level files using the REUSE layoutIan Forbes15-325/+65
2026-07-28Remove libdrm_freedrenoRob Clark27-4769/+0
2026-07-14xf86drm: fix integer overflow in allocationsMario Limonciello2-31/+29
2026-07-14xf86drm: guard against negative read() return in drmOpenByNameMario Limonciello1-1/+1
2026-07-10xf86drmMode: avoid double-free of connector arrays on hot-plug retryMario Limonciello1-0/+4
2026-06-11amdgpu: disable SMEM loads on NULL PRT wa for gfx1156Yogesh Mohan Marimuthu1-15/+32
2026-05-29build: bump version to 2.4.134libdrm-2.4.134Simon Ser1-1/+1
2026-05-14Sync drm_fourcc.h with drm-nextSimon Ser1-28/+54
2026-04-27meson: do not mark exynos/omap/tegra as disabled featuresSamuel Pitoiset1-3/+0
2026-04-27omap: stop including linux/types.hSamuel Pitoiset1-1/+0
2026-04-27build: bump version to 2.4.133Samuel Pitoiset1-1/+1
2026-04-27modetest: fix discards 'const' qualifier from pointer target typeRudi Heitbaum1-4/+6
2026-04-27amdgpu: fix discards 'const' qualifier from pointer target typeRudi Heitbaum1-1/+1
2026-04-27add missing include to util_math.hSamuel Pitoiset1-0/+2
2026-04-27ci: bump debian from bookworm to trixieEric Engestrom1-2/+2
2026-04-27ci: fix indentationEric Engestrom1-3/+3
2026-04-27build: bump version to 2.4.132libdrm-2.4.132Samuel Pitoiset1-1/+1
2026-04-27amdgpu: reserve half of the addr space to implement a workaround for PRTSamuel Pitoiset6-9/+171
2026-04-06drm: handle asprintf() allocation failures in format modifier name functionsRudi Heitbaum1-4/+7
2026-03-06gen_table_fourcc: Add Apple as vendorJanne Grunau1-1/+1
2026-02-25amdgpu: update marketing namesAlex Deucher1-4/+5
2026-02-23amdgpu: update marketing namesAlex Deucher1-7/+55
2025-12-19amdgpu: update marketing names for strix point revisionsIlya Zlobintsev1-2/+2
2025-12-11build: bump version to 2.4.131libdrm-2.4.131Simon Ser1-1/+1
2025-12-11amdgpu: NetBSD lacks secure_getenvSergio Costas Rodriguez3-2/+13
2025-12-11amdgpu: add Steam Machine marketing nameSamuel Pitoiset1-0/+1
2025-12-08build: bump version to 2.4.130libdrm-2.4.130Simon Ser1-1/+1
2025-12-08Sync headers with drm-nextSimon Ser3-8/+164
2025-12-07headers: drm: Sync virtgpu_drm.h with Linux v6.16Val Packett1-1/+95
2025-12-04omap: fix omap_bo_size for tiled buffersAndrew Davis1-11/+1
2025-12-03amdgpu: Fix envar name in documentationSergio Costas Rodriguez1-1/+1
2025-12-02Support multiple paths in AMDGPU_ASIC_ID_TABLE_PATH envarSergio Costas Rodriguez2-7/+114
2025-12-02amdgpu: add env support for amdgpu.ids pathSergio Costas Rodriguez2-4/+22
2025-11-17build: bump version to 2.4.128libdrm-2.4.129Simon Ser1-1/+1
2025-11-16Sync headers with drm-nextSimon Ser3-14/+127
2025-11-10amdgpu: update marketing namesAlex Deucher1-0/+8
2025-11-03amdgpu: update marketing namesSamuel Pitoiset1-0/+1
2025-11-01Bump version to 2.4.128Marek Olšák1-1/+1
2025-11-01Revert ABI breakage "drm/amdgpu: Add user queue HQD count to hw_ip info"Marek Olšák1-2/+0
2025-10-27test/amdgpu: remove amdgpu unit testsChristian König28-18951/+0
2025-10-22amdgpu: Only read /proc/cpuinfo as a fallbackMario Limonciello1-7/+7
2025-10-22amdgpu: Slice and dice the string for APUsMario Limonciello (AMD)1-6/+23
2025-10-22amdgpu: Add parameter validation to amdgpu_bo functions to fix SIGSEGVJesse.Zhang1-2/+8