summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
7 daysdrm/amdgpu/vcn: set no_user_fence for VCN v2.5 enc/dec ringsYinjie Yao1-0/+2
7 daysdrm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec ringsYinjie Yao1-0/+2
7 daysdrm/amd/display: properly handle family setting for early GC 11.5.4Alex Deucher2-4/+6
7 daysdrm/amd/pm: Update emit clock logicLijo Lazar1-1/+1
7 daysdrm/amd/display: Update MCIF_ADDR macro to address IGT DWB regressionGaghik Khachatrian1-2/+2
7 daysdrm/amdgpu: rework userq fence signal processingChristian König7-48/+19
8 daysdrm/udl: Increase GET_URB_TIMEOUTShixiong Ou2-3/+5
9 daysdrm/imagination: Fix segfault when updating ftrace maskBrajesh Gupta1-1/+1
9 daysdrm/color-mgmt: Typo s/R332/RGB332/Geert Uytterhoeven1-1/+1
9 daysdrm/appletbdrm: Use kvzalloc for big allocationsSasha Finkelstein1-2/+2
9 daysdrm/sysfb: ofdrm: fix PCI device reference leaksYuho Choi1-0/+2
9 daysdrm/gem: Fix inconsistent plane dimension calculation in drm_gem_fb_init_with...Ashutosh Desai1-2/+2
11 daysMerge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds11-10/+57
11 daysMerge tag 'drm-next-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds98-532/+1377
12 daysdrm/amdkfd: check if vm ready in svm map and unmap to gpuYuanShang1-0/+11
12 daysdrm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
12 daysdrm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande1-1/+5
12 daysdrm/amdgpu: Only send RMA CPER when threshold is exceededKent Russell1-1/+1
12 daysdrm/amdgpu: fix root reservation in amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer1-3/+14
12 daysdrm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)Timur Kristóf1-0/+66
12 daysdrm/amdgpu/uvd3.1: Don't validate the firmware when already validatedTimur Kristóf1-0/+10
12 daysdrm/amdgpu: fix AMDGPU_INFO_READ_MMR_REGChristian König1-33/+24
12 daysdrm/amd/pm: fix missing fine-grained dpm table flag on aldebaranYang Wang1-0/+1
12 daysdrm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAMTimur Kristóf1-1/+4
12 daysamdkfd: Only ignore -ENOENT for KFD init failuiresMario Limonciello (AMD)1-2/+4
12 daysdrm/amdgpu: avoid double drm_exec_fini() in userq validateHongyan Xu1-1/+2
12 daysdrm/amd/display: Restore analog connector supportRoman Li3-37/+71
12 daysdrm/amdgpu: fix zero-size GDS range init on RDNA4Arjan van de Ven1-0/+3
12 daysMerge tag 'drm-misc-fixes-2026-04-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie11-10/+57
12 daysMerge tag 'amd-drm-fixes-7.1-2026-04-23' of https://gitlab.freedesktop.org/ag...Dave Airlie7-18/+29
12 daysMerge tag 'drm-misc-next-fixes-2026-04-23' of https://gitlab.freedesktop.org/...Dave Airlie1-3/+3
12 daysdrm/amdkfd: Add upper bound check for num_of_nodesAlysa Liu3-0/+15
13 daysdrm: rcar-du: Fix crash when no CMM is availableLaurent Pinchart1-3/+3
13 daysMerge tag 'drm-intel-next-fixes-2026-04-22' of https://gitlab.freedesktop.org...Dave Airlie1-1/+1
2026-04-22Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds83-777/+1123
2026-04-22drm/amd/display: Disable 10-bit truncation and dithering on DCE 6.xTimur Kristóf1-0/+6
2026-04-22drm/amdgpu: OR init_pte_flags into invalid leaf PTE updatesSiwei He1-2/+5
2026-04-22drm/amd: Adjust ASPM support quirk to cover more Intel hostsMario Limonciello1-6/+3
2026-04-22drm/amd/display: Undo accidental fix revert in amdgpu_dm_ism.cLeo Li1-10/+0
2026-04-20drm/nouveau: fix u32 overflow in pushbuf reloc bounds checkGreg Kroah-Hartman1-1/+1
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-8/+7
2026-04-20drm/i915/psr: Init variable to avoid early exit from et alignment loopJouni Högander1-1/+1
2026-04-20drm/v3d: Reject empty multisync extension to prevent infinite loopAshutosh Desai1-0/+5
2026-04-17drm/amdgpu: drop userq fence driver refs out of fence process()Prike Liang1-14/+33
2026-04-17drm/amdgpu/userq: unpin and unref doorbell and wptr outside mutexSunil Khatri1-5/+5
2026-04-17drm/amdgpu/userq: use pm_runtime_resume_and_get and fix err handlingSunil Khatri1-5/+8
2026-04-17drm/amdgpu/userq: unmap_helper dont return the queue stateSunil Khatri1-1/+1
2026-04-17drm/amdgpu/userq: unmap is to be called before freeing doorbell/wptr boSunil Khatri1-15/+13
2026-04-17drm/amdgpu/userq: hold root bo lock in caller of input_va_validateSunil Khatri2-6/+32
2026-04-17drm/amdgpu/userq: caller to take reserv lock for vas_list_cleanupSunil Khatri1-12/+18