summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2025-12-01drm/amdgpu/jpeg: Add parse_cs for JPEG5_0_1Sathishkumar S1-0/+1
2025-12-01drm/amdgpu/jpeg: Move parse_cs to amdgpu_jpeg.cSathishkumar S10-70/+83
2025-12-01drm/amdgpu: fix gpu page fault after hibernation on PF passthroughSamuel Zhang2-2/+5
2025-12-01drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabledYifan Zha1-2/+2
2025-12-01drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-24drm/amdgpu: disable peer-to-peer access for DCC-enabled GC12 VRAM surfacesVitaly Prosyak1-0/+12
2025-11-24drm/amdgpu: fix lock warning in amdgpu_userq_fence_driver_processJesse.Zhang1-2/+3
2025-11-24drm/amd/amdgpu: Ensure isp_kernel_buffer_alloc() creates a new BOSultan Alsawaf1-0/+2
2025-11-24drm/amdgpu: Fix NULL pointer dereference in VRAM logic for APU devicesJesse.Zhang3-6/+7
2025-11-24drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAMChristian König1-0/+3
2025-11-24drm/amdgpu: remove two invalid BUG_ON()sChristian König2-4/+0
2025-11-24drm/amd: Disable ASPM on SITimur Kristóf1-0/+7
2025-11-24drm/amd: Fix suspend failure with secure display TAMario Limonciello1-1/+4
2025-11-24drm/amdgpu: set default gfx reset masks for gfx6-8Alex Deucher3-0/+15
2025-11-13drm/amdgpu/userq: assign an error code for invalid userq vaPrike Liang1-0/+2
2025-11-13drm/amdgpu: Fix function header names in amdgpu_connectors.cSrinivasan Shanmugam1-3/+12
2025-11-13drm/amdgpu: Fix unintended error log in VCN5_0_0Sathishkumar S1-2/+3
2025-11-13drm/amdkfd: Don't clear PT after process killedPhilip Yang1-0/+4
2025-11-13drm/amdgpu: Report individual reset errorLijo Lazar1-10/+15
2025-11-13drm/amdgpu: Fix fence signaling race condition in userqueueJesse.Zhang1-1/+1
2025-11-13drm/amdgpu: Add fallback to pipe reset if KCQ ring reset failsJesse.Zhang1-0/+12
2025-11-13drm/amdgpu/atom: Check kcalloc() for WS buffer in amdgpu_atom_execute_table_l...Guangshuo Li1-0/+4
2025-11-13drm/amdgpu: reject gang submissions under SRIOVChristian König1-1/+1
2025-11-13drm/amd: Avoid evicting resources at S5Mario Limonciello (AMD)1-0/+4
2025-11-13drm/amdgpu: Release hive reference properlyLijo Lazar2-4/+7
2025-11-13drm/amdgpu: validate userq buffer virtual address and sizePrike Liang3-0/+58
2025-11-13drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctlTvrtko Ursulin1-14/+5
2025-11-13drm/amdgpu: validate userq input argsPrike Liang2-32/+56
2025-11-13drm/amdgpu: add support for cyan skillfish gpu_infoAlex Deucher1-0/+4
2025-11-13drm/amdgpu: don't enable SMU on cyan skillfishAlex Deucher1-1/+4
2025-11-13drm/amd: add more cyan skillfish PCI idsAlex Deucher1-0/+5
2025-11-13drm/amdgpu: Correct info field of bad page threshold exceed CPERXiang Liu1-1/+3
2025-11-13drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)Timur Kristóf1-13/+44
2025-11-13drm/amdgpu: Avoid vcn v5.0.1 poison irq call trace on sriov guestMangesh Gadre1-1/+1
2025-11-13drm/amdgpu: Avoid jpeg v5.0.1 poison irq call trace on sriov guestMangesh Gadre1-1/+1
2025-11-13drm/amdgpu: Notify pmfw bad page threshold exceededXiang Liu1-2/+3
2025-11-13drm/amdgpu/vpe: cancel delayed work in hw_finiAlex Deucher1-4/+2
2025-11-13drm/amdgpu: Correct the counts of nr_banks and nr_errorsCe Sun1-0/+2
2025-11-13drm/amdgpu: Correct the loss of aca bank reg infoCe Sun4-32/+29
2025-11-13drm/amdgpu: refactor bad_page_work for corner case handlingChenglei Xie4-13/+58
2025-11-13drm/amdgpu: fix nullptr err of vm_handle_movedHeng Zhou1-1/+14
2025-11-13drm/amdgpu: add to custom amdgpu_drm_release drm_dev_enter/exitVitaly Prosyak1-1/+4
2025-11-13drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroffSathishkumar S1-2/+4
2025-11-13drm/amdgpu: skip mgpu fan boost for multi-vfYunxiang Li1-1/+1
2025-11-13drm/amdgpu: Initialize jpeg v5_0_1 ras functionMangesh Gadre1-0/+8
2025-11-13drm/amdgpu: Skip poison aca bank from UE channelXiang Liu1-21/+30
2025-11-13drm/amdgpu: Fix vcn v5.0.1 poison irq call traceStanley.Yang2-5/+12
2025-11-13drm/amd/amdgpu: Release xcp drm memory after unplugMeng Li1-0/+1
2025-11-13drm/amdgpu: Effective health check before resetCe Sun1-18/+8
2025-11-13drm/amdgpu: Avoid rma causes GPU duplicate resetCe Sun2-7/+11