summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2024-06-16drm/amdkfd: handle duplicate BOs in reserve_bo_and_cond_vmsLang Yu1-1/+2
2024-06-16drm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma1-0/+15
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-06-12drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rl...Srinivasan Shanmugam1-1/+1
2024-06-12drm/amdgpu: init microcode chip name from ip versionsLe Ma1-4/+4
2024-06-12drm/amdgpu: Fix VRAM memory accountingMukul Joshi1-1/+1
2024-06-12drm/amdgpu/mes: fix use-after-free issueJack Xiao1-0/+1
2024-06-12drm/amdgpu: Fix the ring buffer size for queue VM flushPrike Liang3-6/+2
2024-06-12drm/amdgpu: Update BO eviction prioritiesFelix Kuehling1-0/+2
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam1-0/+3
2024-05-17drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2Christian König3-28/+38
2024-05-17drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-17drm/amdgpu: Fix VCN allocation in CPX partitionLijo Lazar1-4/+11
2024-05-17drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2Tao Zhou1-13/+3
2024-05-17drm/amdgpu: Refine IB schedule error loggingLijo Lazar1-2/+5
2024-05-17drm/amdgpu: fix doorbell regressionShashank Sharma1-1/+1
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-02drm/amdgpu: Assign correct bits for SDMA HDP flushLijo Lazar1-1/+2
2024-05-02drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher1-11/+15
2024-05-02drm/amdgpu: fix visible VRAM handling during faultsChristian König5-57/+53
2024-05-02drm/amdgpu: add shared fdinfo statsAlex Deucher3-0/+21
2024-04-27drm/amdgpu: remove invalid resource->start check v2Christian König1-4/+0
2024-04-27drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-04-17drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang1-1/+1
2024-04-17drm/amdgpu: always force full reset for SOC21Alex Deucher1-2/+0
2024-04-17drm/amdgpu: Reset dGPU if suspend got abortedLijo Lazar1-0/+25
2024-04-13Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device...Ma Jun1-10/+6
2024-04-13drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()Srinivasan Shanmugam1-6/+10
2024-04-10drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello1-0/+2
2024-04-10drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello1-1/+11
2024-04-10drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello3-8/+34
2024-04-03drm/amdgpu: fix use-after-free bugVitaly Prosyak1-4/+16
2024-04-03drm/amdgpu: fix deadlock while reading mqd from debugfsJohannes Weiner1-17/+29
2024-04-03drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flagPhilip Yang1-0/+1
2024-03-27drm/amdgpu: Fix missing break in ATOM_ARG_IMM Case of atom_get_src_int()Srinivasan Shanmugam1-1/+1
2024-03-27drm/amdgpu: Fix potential out-of-bounds access in 'amdgpu_discovery_reg_base_...Srinivasan Shanmugam1-3/+3
2024-03-27drm/amdgpu: Enable gpu reset for S3 abort cases on Raven seriesPrike Liang1-20/+25
2024-03-01drm/amdgpu: Fix HDP flush for VFs on nbio v7.9Lijo Lazar1-0/+6
2024-03-01drm/amdgpu: Fix shared buff copy to userStanley.Yang1-1/+1
2024-03-01drm/amdgpu: reset gpu for s3 suspend abort casePrike Liang1-0/+22
2024-03-01drm/amdgpu: skip to program GFXDEC registers for suspend abortPrike Liang3-0/+12
2024-02-23drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolutionThong1-2/+2
2024-02-23drm/amd: Don't init MEC2 firmware when it fails to loadDavid McFarland1-2/+0
2024-02-23drm/amdgpu: Reset IH OVERFLOW_CLEAR bitFriedrich Vock10-0/+59
2024-02-23Revert "drm/amd: flush any delayed gfxoff on suspend entry"Mario Limonciello2-2/+8
2024-02-05drm/amdgpu: Fix missing error code in 'gmc_v6/7/8/9_0_hw_init()'Srinivasan Shanmugam4-8/+8
2024-02-05drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'Srinivasan Shanmugam1-0/+1
2024-02-05drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'Srinivasan Shanmugam1-7/+14
2024-02-05drm/amdgpu: apply the RV2 system aperture fix to RN/CZN as wellAlex Deucher3-3/+9
2024-02-05drm/amdgpu: Drop 'fence' check in 'to_amdgpu_amdkfd_fence()'Srinivasan Shanmugam1-1/+1