summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
2026-02-03drm/amd/pm: Add default feature number definitionLijo Lazar-8/+11
2026-02-03drm/amd/pm: Change get_enabled_mask signatureLijo Lazar-117/+123
2026-02-03drm/amd/pm: Use feature bits data structureLijo Lazar-159/+237
2026-02-03Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"Bert Karwatzki-3/+0
2026-02-03drm/amdgpu: statistic xgmi training error countStanley.Yang-1/+1
2026-02-03drm/amd/display: Promote DC to 3.2.368Taimur Hassan-1/+1
2026-02-03drm/amd/display: [FW Promotion] Release 0.1.45.0Taimur Hassan-0/+10
2026-02-03drm/amd/display: Add Handling for gfxversion DcGfxBaseNicholas Carbones-0/+3
2026-02-03drm/amd/display: DIO memory leak fix.Bhuvanachandra Pinninti-0/+5
2026-02-03drm/amd/display: Init DMUB DPIA Only for APUFangzhi Zuo-11/+9
2026-02-03drm/amd/display: Add CRC 32-bit mode support for DCN3.6+Chenyu Chen-10/+203
2026-02-03drm/amd/display: Match expected data typesZheng Austin-19/+19
2026-02-03drm/amd/display: Migrate DIO registers access from hwseq to dio component.Bhuvanachandra Pinninti-18/+179
2026-02-03drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52Mario Limonciello-1/+1
2026-02-03drm/amd/display: Add Gfx Base Case For Linear Tiling HandlingNicholas Carbones-3/+33
2026-02-03drm/amd/display: Fix a NULL pointer dereference in dcn20_hwseq.cWenjing Liu-1/+2
2026-02-03drm/amd/display: Fix IGT ILR link training failure on Replay panelRay Wu-1/+20
2026-02-03drm/amd/display: Add oem panel config for new featuresIan Chen-1/+24
2026-02-03drm/amd/display: Fix IGT link training failure on Replay panelRay Wu-0/+3
2026-02-03drm/amd/display: Fix writeback on DCN 3.2+Alex Hung-4/+15
2026-02-03drm/amd/display: Make some DCN35 DCCG symbols non-staticNicholas Kazlauskas-20/+27
2026-02-03drm/amd/display: Make DSC FGCG a DSC block level functionNicholas Kazlauskas-0/+1
2026-02-03drm/amd/display: Make DCN35 OTG disable w/a reusableNicholas Kazlauskas-1/+7
2026-02-03drm/amd/display: External panel replay fsm controlPeichen Huang-9/+80
2026-02-03drm/amd/display: Add lpddr5 handling to dml2.1Dmytro Laktyushkin-25/+64
2026-02-03drm/amd/display: Migrate DCCG register access from hwseq to dccg component.Bhuvanachandra Pinninti-49/+98
2026-02-03drm/amdgpu: ensure no_hw_access is visible before MMIOPerry Yuan-0/+3
2026-02-03drm/amd: kill the outdated "Only the pthreads threading model is supported" c...Oleg Nesterov-13/+0
2026-02-03drm/amdgpu: don't abuse current->group_leaderOleg Nesterov-2/+2
2026-02-02Merge tag 'amd-drm-next-6.20-2026-01-30' of https://gitlab.freedesktop.org/ag...Dave Airlie-576/+741
2026-01-29Merge tag 'drm-fixes-2026-01-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-34/+59
2026-01-29Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...Linus Torvalds-1/+1
2026-01-29drm/amdgpu/gfx12: adjust KGQ reset sequenceAlex Deucher-10/+13
2026-01-29drm/amdgpu/gfx11: adjust KGQ reset sequenceAlex Deucher-10/+13
2026-01-29drm/amdgpu/gfx12: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdgpu/gfx11: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdgpu/gfx10: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdgpu/gfx12: adjust KGQ reset sequenceAlex Deucher-10/+13
2026-01-29drm/amdgpu/gfx11: adjust KGQ reset sequenceAlex Deucher-10/+13
2026-01-29drm/amdgpu/gfx12: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdgpu/gfx11: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdgpu/gfx10: fix wptr reset in KGQ initAlex Deucher-1/+1
2026-01-29drm/amdkfd: Use AMDGPU_MQD_SIZE_ALIGN in gfx11+ kfd mqd managerLang Yu-47/+17
2026-01-29drm/amdkfd: Adjust parameter of allocate_mqdLang Yu-15/+24
2026-01-29drm/amdgpu: Use AMDGPU_MQD_SIZE_ALIGN in KGDLang Yu-10/+13
2026-01-29drm/amd/pm: Initialize allowed feature listLijo Lazar-226/+158
2026-01-29drm/amd/pm: Remove unused logic in SMUv14.0.2Lijo Lazar-39/+0
2026-01-29drm/amd/pm: Add smu feature interface functionsLijo Lazar-27/+120
2026-01-29drm/amd/pm: Add smu feature bits data structLijo Lazar-0/+81
2026-01-29drm/amdgpu: Add a helper macro to align mqd sizeLang Yu-0/+8