summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2024-12-10drm/amdgpu: add TA_RAS_INV_NODE valueTao Zhou-0/+3
2024-12-10drm/amdgpu: add return value for convert_ras_err_addrTao Zhou-11/+22
2024-12-10drm/amdgpu: reduce memory usage for umc_lookup_bad_pages_in_a_rowTao Zhou-3/+2
2024-12-10drm/amdgpu: make convert_ras_err_addr visible outside UMC blockTao Zhou-58/+78
2024-12-10drm/amdgpu: store PA with column bits cleared for RAS bad pageTao Zhou-6/+3
2024-12-10drm/amdgpu: reduce the mmio writes in kiq settingPrike Liang-27/+9
2024-12-10drm/amdgpu/sdma4.4.2: implement ring reset callback for sdma4.4.2Jiadong Zhu-18/+72
2024-12-10drm/amd/pm: implement dpm sdma reset functionJiadong Zhu-1/+57
2024-12-10drm/amd/pm: update smu_v13_0_6 smu headerJiadong Zhu-1/+2
2024-12-10drm/amdgpu: remove redundant RAS error address coversion codeTao Zhou-76/+58
2024-12-10drm/amd/amdgpu: Add support for isp buffersPratap Nirujogi-0/+106
2024-12-10drm/amdgpu: simplify RAS page retirement in one memory rowTao Zhou-34/+24
2024-12-10drm/amdkfd: pause autosuspend when creating pddJesse.zhang@amd.com-21/+17
2024-12-10drm/amdgpu: fix when the cleaner shader is emittedChristian König-6/+7
2024-12-10drm/amdgpu: Fix ISP HW init issuePratap Nirujogi-1/+1
2024-12-10drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12Harish Kasiviswanathan-1/+1
2024-12-10drm/amdkfd: hard-code cacheline size for gfx11Harish Kasiviswanathan-2/+20
2024-12-10drm/amdkfd: Dereference null return valueAndrew Martin-4/+8
2024-12-09Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-616/+1032
2024-12-06Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-615/+1031
2024-12-05drm/amdkfd: Correct the migration DMA map directionPrike Liang-2/+2
2024-12-05drm/amd/pm: Set SMU v13.0.7 default workload typeKenneth Feng-0/+1
2024-12-05drm/amd/pm: Initialize power profile modeLijo Lazar-7/+18
2024-12-05amdgpu/uvd: get ring reference from rq schedulerDavid (Ming Qiang) Wu-1/+1
2024-12-05drm/amdgpu: fix UVD contiguous CS mapping problemChristian König-6/+13
2024-12-05drm/amdgpu: use sjt mec fw on gfx943 for sriovVictor Zhao-2/+8
2024-12-05Revert "drm/amdgpu: Fix ISP hw init issue"Pratap Nirujogi-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-3/+0
2024-12-03drm/amdgpu: rework resume handling for display (v2)Alex Deucher-2/+43
2024-12-02drm/amd/pm: fix and simplify workload handlingAlex Deucher-517/+741
2024-12-02Revert "drm/amd/pm: correct the workload setting"Alex Deucher-84/+36
2024-12-02drm/amdgpu: fix sriov reinit late ordersYiqing Yao-23/+20
2024-12-02drm/amdgpu: Fix ISP hw init issuePratap Nirujogi-1/+1
2024-12-02drm/amd/display: Add hblank borrowing supportChris Park-7/+75
2024-12-02drm/amd/display: Limit VTotal range to max hw cap minus fpDillon Varone-3/+46
2024-12-02drm/amd/display: Correct prefetch calculationLo-an Chen-0/+1
2024-12-02drm/amd/display: Add option to retrieve detile buffer sizeSung Lee-0/+36
2024-12-02drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odmPeterson Guo-0/+23
2024-12-02drm/amdkfd: hard-code cacheline for gc943,gc944David Yat Sin-0/+6
2024-12-02drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12Sreekant Somasekharan-0/+3
2024-12-02drm/amd/display: Fix programming backlight on OLED panelsMario Limonciello-0/+2
2024-12-02drm/amd: Sanity check the ACPI EDIDMario Limonciello-3/+10
2024-12-02drm/amdgpu/hdp7.0: do a posting read when flushing HDPAlex Deucher-2/+4
2024-12-02drm/amdgpu/hdp6.0: do a posting read when flushing HDPAlex Deucher-2/+4
2024-12-02drm/amdgpu/hdp5.2: do a posting read when flushing HDPAlex Deucher-2/+4
2024-12-02drm/amdgpu/hdp5.0: do a posting read when flushing HDPAlex Deucher-2/+5
2024-12-02drm/amdgpu/hdp4.0: do a posting read when flushing HDPAlex Deucher-4/+8
2024-12-02drm/amdgpu/jpeg1.0: fix idle work handlerAlex Deucher-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-12-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-1398/+3651