summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2024-07-25drm/amd/display: Account for cursor prefetch BW in DML1 mode supportAlvin Lee1-0/+3
2024-07-11drm/amdgpu/atomfirmware: silence UBSAN warningAlex Deucher1-1/+1
2024-07-11drm/amdgpu: fix uninitialized scalar variable warningTim Huang1-1/+2
2024-07-11drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-07-11drm/amd/display: Check pipe offset before setting vblankAlex Hung1-2/+6
2024-07-11drm/amd/display: Check index msg_id before read or writeAlex Hung1-0/+8
2024-07-11drm/amdgpu: Initialize timestamp for some legacy SOCsMa Jun1-0/+8
2024-07-11drm/amdgpu: Fix uninitialized variable warningsMa Jun2-2/+2
2024-07-05drm/amdgpu/atomfirmware: fix parsing of vram_infoAlex Deucher1-1/+1
2024-07-05drm/amdgpu: avoid using null object of framebufferJulia Zhang1-2/+16
2024-07-05drm/amdgpu: Fix pci state save during mode-1 resetLijo Lazar1-2/+5
2024-07-05drm/amd/amdgpu: Fix style errors in amdgpu_drv.c & amdgpu_device.cSrinivasan Shanmugam2-33/+34
2024-06-27drm/amd/display: revert Exit idle optimizations before HDCP executionMartin Leung2-18/+0
2024-06-27drm/amdgpu: fix UBSAN warning in kv_dpm.cAlex Deucher1-0/+2
2024-06-27drm/amd/display: Exit idle optimizations before HDCP executionNicholas Kazlauskas2-0/+18
2024-06-21drm/amd/display: Fix incorrect DSC instance for MSTHersen Wu1-12/+36
2024-06-21drm/amd/display: drop unnecessary NULL checks in debugfsAlexey Kodanev1-56/+16
2024-06-16drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platformsMario Limonciello1-9/+11
2024-06-16drm/amdgpu/atomfirmware: add intergrated info v2.3 tableLi Ma2-0/+58
2024-06-16drm/amdgpu: add error handle to avoid out-of-boundsBob Zhou1-0/+3
2024-06-12drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
2024-06-12drm/amdkfd: Flush the process wq before creating a kfd_processLancelot SIX1-0/+8
2024-06-12drm/amd/display: Add VCO speed parameter for DCN31 FPURodrigo Siqueira1-0/+2
2024-06-12drm/amd/display: Add dtbclk access to dcn315Swapnil Patel1-0/+8
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-06-12drm/amd/display: Set color_mgmt_changed to true on unsuspendJoshua Ashton1-0/+1
2024-05-25drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Srinivasan Shanmugam1-0/+3
2024-05-25drm/amd/display: Fix division by zero in setup_dsc_configJose Fernandez1-1/+6
2024-05-17drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-05-17drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-17drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2Christian König3-28/+38
2024-05-17drm/amd/display: Atom Integrated System Info v2_2 for DCN35Gabe Teeger1-0/+1
2024-05-17dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 usersMario Limonciello1-1/+1
2024-05-17drm/amdgpu: Refine IB schedule error loggingLijo Lazar1-2/+5
2024-05-02drm/amdgpu: Fix leak when GPU memory allocation failsMukul Joshi1-0/+1
2024-05-02drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3Alex Deucher1-11/+15
2024-04-27drm/amdgpu: validate the parameters of bo mapping operations more clearlyxinhui pan1-26/+46
2024-04-27drm/amd/display: Do not recursively call manual trigger programmingDillon Varone1-3/+0
2024-04-27drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang1-1/+1
2024-04-27drm/amdgpu: fix incorrect active rb bitmap for gfx11Hawking Zhang1-26/+52
2024-04-17drm/amd/display: fix disable otg wa logic in DCN316Fudongwang1-7/+12
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-17drm/amdkfd: Reset GPU on queue preemption failureHarish Kasiviswanathan1-0/+1
2024-04-17drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11Tim Huang1-1/+11
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-13drm/amd/display: Fix nanosec stat overflowAric Cyr1-2/+2