summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorLines
2021-04-21drm/amdgpu: fix GCR_GENERAL_CNTL offset for dimgrey_cavefishJiansong Chen-1/+1
2021-04-21drm/amdgpu: reserve fence slot to update page tablePhilip Yang-2/+8
2021-04-08drm/amdgpu: Fix size overflowxinhui pan-1/+1
2021-03-31drm/amdgpu: check alignment on CPU page for bo mapXℹ Ruoyao-4/+4
2021-03-31drm/amdgpu: Set a suitable dev_info.gart_page_sizeHuacai Chen-2/+2
2021-03-29drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das-1/+1
2021-03-24drm/amdgpu: Add additional Sienna Cichlid PCI IDAlex Deucher-0/+1
2021-03-22drm/amdgpu: skip kfd suspend/resume for S0ixAlex Deucher-4/+7
2021-03-22drm/amdgpu: drop S0ix checks around CG/PG in suspendAlex Deucher-4/+2
2021-03-22drm/amdgpu: skip CG/PG for gfx during S0ixPratik Vishwakarma-0/+8
2021-03-22drm/amdgpu: update comments about s0ix suspend/resumeAlex Deucher-3/+7
2021-03-22drm/amdgpu/swsmu: skip gfx cgpg on s0ix suspendAlex Deucher-2/+1
2021-03-22drm/amdgpu: re-enable suspend phase 2 for S0ixAlex Deucher-3/+9
2021-03-22drm/amdgpu: move s0ix check into amdgpu_device_ip_suspend_phase2 (v3)Alex Deucher-4/+6
2021-03-22drm/amdgpu: clean up non-DC suspend/resume handlingAlex Deucher-89/+139
2021-03-22drm/amdgpu: don't evict vram on APUs for suspend to ram (v4)Alex Deucher-5/+2
2021-03-22drm/amdgpu: rework S3/S4/S0ix state handlingAlex Deucher-28/+24
2021-03-22drm/amdgpu: fix the hibernation suspend with s0ixPrike Liang-2/+6
2021-03-12Merge tag 'amd-drm-fixes-5.12-2021-03-10' of https://gitlab.freedesktop.org/a...Dave Airlie-2/+7
2021-03-10drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=mAlex Deucher-1/+1
2021-03-10drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das-1/+1
2021-03-10drm/amd/display: Add a backlight module optionTakashi Iwai-0/+5
2021-03-05Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/a...Dave Airlie-7/+8
2021-03-03drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang-2/+2
2021-03-03drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounderAlex Deucher-2/+0
2021-03-03drm/amdgpu:disable VCN for Navi12 SKUAsher.Song-2/+4
2021-03-03drm/amdgpu: Only check for S0ix if AMD_PMC is configuredAlex Deucher-1/+2
2021-02-25Merge tag 'drm-next-2021-02-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+18
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang-3/+18
2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-1465/+3248
2021-02-18drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2)Alex Deucher-0/+2
2021-02-18drm/amdgpu: fix CGTS_TCC_DISABLE register offset on gfx10.3Marek Olšák-12/+10
2021-02-15Merge branches 'acpi-misc', 'acpi-cppc', 'acpi-docs', 'acpi-config' and 'acpi...Rafael J. Wysocki-2/+2
2021-02-09drm/amdgpu: fix unnecessary NULL check warningsTian Tao-2/+1
2021-02-09drm/amdgpu: extend MAX_KIQ_REG_TRY to 1000Jiawei Gu-1/+1
2021-02-09drm/amdgpu: enable gpu recovery for dimgrey_cavefishTao Zhou-0/+1
2021-02-09drm/amdgpu: reset runpm flag if device suspend failsAlex Deucher-1/+3
2021-02-09drm/amdgpu: use runpm flag rather than fbcon for kfd runtime suspend (v2)Alex Deucher-2/+2
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher-4/+0
2021-02-09drm/amdgpu/nv: add PCI reset supportAlex Deucher-1/+6
2021-02-09drm/amdgpu/soc15: add PCI reset supportAlex Deucher-10/+14
2021-02-09drm/amdgpu/si: add PCI reset supportAlex Deucher-14/+23
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher-3/+17
2021-02-09drm/amdgpu/vi: minor clean up of reset codeAlex Deucher-22/+14
2021-02-09drm/amdgpu/cik: minor clean up of reset codeAlex Deucher-22/+11
2021-02-09drm/amdgpu/si: minor clean up of reset codeAlex Deucher-5/+2
2021-02-09drm/amdgpu: enable wave limit on non high prio cs pipesNirmoy Das-2/+94
2021-02-09drm/amdgpu: Add otg vertical IRQ SourceWayne Lin-0/+1
2021-02-09drm/amdgpu: optimize list operation in amdgpu_xgmiKevin Wang-6/+4
2021-02-09drm/amdgpu: support rom clockgating related function for NV familyLikun Gao-0/+40